Class PrincipalSelectionBuilder
java.lang.Object
se.swedenconnect.opensaml.common.builder.AbstractSAMLObjectBuilder<PrincipalSelection>
se.swedenconnect.opensaml.sweid.saml2.authn.psc.build.PrincipalSelectionBuilder
- All Implemented Interfaces:
- SAMLObjectBuilder<PrincipalSelection>
A builder for 
PrincipalSelection objects.- Author:
- Martin Lindström (martin@idsec.se)
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic PrincipalSelectionBuilderbuilder()Creates a newPrincipalSelectionBuilderinstance.protected Class<PrincipalSelection> matchValues(List<MatchValue> matchValues) Assigns the match values.matchValues(MatchValue... matchValues) Assigns the match values.Methods inherited from class se.swedenconnect.opensaml.common.builder.AbstractSAMLObjectBuilderbuild, getDefaultElementName, object
- 
Constructor Details- 
PrincipalSelectionBuilderpublic PrincipalSelectionBuilder()
 
- 
- 
Method Details- 
builderCreates a newPrincipalSelectionBuilderinstance.- Returns:
- a PrincipalSelectionBuilder instance
 
- 
getObjectType- Specified by:
- getObjectTypein class- AbstractSAMLObjectBuilder<PrincipalSelection>
 
- 
matchValuesAssigns the match values.- Parameters:
- matchValues- a list of match values
- Returns:
- the builder
 
- 
matchValuesAssigns the match values.- Parameters:
- matchValues- the match values
- Returns:
- the builder
 
 
-