Class PrincipalSelectionBuilder
- java.lang.Object
-
- se.litsec.opensaml.core.AbstractSAMLObjectBuilder<PrincipalSelection>
-
- se.litsec.swedisheid.opensaml.saml2.authentication.psc.build.PrincipalSelectionBuilder
-
- All Implemented Interfaces:
SAMLObjectBuilder<PrincipalSelection>
public class PrincipalSelectionBuilder extends AbstractSAMLObjectBuilder<PrincipalSelection>
A builder forPrincipalSelectionobjects.- Author:
- Martin Lindström (martin.lindstrom@litsec.se)
-
-
Constructor Summary
Constructors Constructor Description PrincipalSelectionBuilder()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PrincipalSelectionBuilderbuilder()Creates a newPrincipalSelectionBuilderinstance.protected Class<PrincipalSelection>getObjectType()PrincipalSelectionBuildermatchValues(List<MatchValue> matchValues)Assigns the match values.PrincipalSelectionBuildermatchValues(MatchValue... matchValues)Assigns the match values.-
Methods inherited from class se.litsec.opensaml.core.AbstractSAMLObjectBuilder
build, getDefaultElementName, object
-
-
-
-
Method Detail
-
builder
public static PrincipalSelectionBuilder builder()
Creates a newPrincipalSelectionBuilderinstance.- Returns:
- a
PrincipalSelectionBuilderinstance
-
getObjectType
protected Class<PrincipalSelection> getObjectType()
- Specified by:
getObjectTypein classAbstractSAMLObjectBuilder<PrincipalSelection>
-
matchValues
public PrincipalSelectionBuilder matchValues(List<MatchValue> matchValues)
Assigns the match values.- Parameters:
matchValues- a list of match values- Returns:
- the builder
-
matchValues
public PrincipalSelectionBuilder matchValues(MatchValue... matchValues)
Assigns the match values.- Parameters:
matchValues- the match values- Returns:
- the builder
-
-