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
-
Method Summary
Modifier and TypeMethodDescriptionstatic PrincipalSelectionBuilder
builder()
Creates a newPrincipalSelectionBuilder
instance.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 newPrincipalSelectionBuilder
instance.- Returns:
- a PrincipalSelectionBuilder instance
-
getObjectType
- Specified by:
getObjectType
in 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
-