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 Summary
Constructors -
Method Summary
Modifier 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.AbstractSAMLObjectBuilder
build, getDefaultElementName, object
-
Constructor Details
-
PrincipalSelectionBuilder
public PrincipalSelectionBuilder()
-
-
Method Details
-
builder
Creates a newPrincipalSelectionBuilderinstance.- Returns:
- a PrincipalSelectionBuilder instance
-
getObjectType
- Specified by:
getObjectTypein classAbstractSAMLObjectBuilder<PrincipalSelection>
-
matchValues
Assigns the match values.- Parameters:
matchValues- a list of match values- Returns:
- the builder
-
matchValues
Assigns the match values.- Parameters:
matchValues- the match values- Returns:
- the builder
-