Class MatchValueBuilder
java.lang.Object
se.swedenconnect.opensaml.common.builder.AbstractSAMLObjectBuilder<MatchValue>
se.swedenconnect.opensaml.sweid.saml2.authn.psc.build.MatchValueBuilder
- All Implemented Interfaces:
SAMLObjectBuilder<MatchValue>
A builder for
MatchValue objects.- Author:
- Martin Lindström (martin@idsec.se)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic MatchValueBuilderbuilder()Creates a newMatchValueBuilderinstance.protected Class<MatchValue> Assigns theNameattribute of theMatchValueobject.nameFormat(String nameFormat) Assigns theNameFormatattribute of theMatchValueobject.Assigns the value.Methods inherited from class se.swedenconnect.opensaml.common.builder.AbstractSAMLObjectBuilder
build, getDefaultElementName, object
-
Constructor Details
-
MatchValueBuilder
public MatchValueBuilder()
-
-
Method Details
-
builder
Creates a newMatchValueBuilderinstance.- Returns:
- a MatchValueBuilder instance
-
getObjectType
- Specified by:
getObjectTypein classAbstractSAMLObjectBuilder<MatchValue>
-
value
Assigns the value.- Parameters:
value- the value- Returns:
- the builder
-
name
Assigns theNameattribute of theMatchValueobject.- Parameters:
name- the name- Returns:
- the builder
-
nameFormat
Assigns theNameFormatattribute of theMatchValueobject.- Parameters:
nameFormat- the name format URI- Returns:
- the builder
-