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
-
Method Summary
Modifier and TypeMethodDescriptionstatic MatchValueBuilder
builder()
Creates a newMatchValueBuilder
instance.protected Class
<MatchValue> Assigns theName
attribute of theMatchValue
object.nameFormat
(String nameFormat) Assigns theNameFormat
attribute of theMatchValue
object.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 newMatchValueBuilder
instance.- Returns:
- a MatchValueBuilder instance
-
getObjectType
- Specified by:
getObjectType
in classAbstractSAMLObjectBuilder<MatchValue>
-
value
Assigns the value.- Parameters:
value
- the value- Returns:
- the builder
-
name
Assigns theName
attribute of theMatchValue
object.- Parameters:
name
- the name- Returns:
- the builder
-
nameFormat
Assigns theNameFormat
attribute of theMatchValue
object.- Parameters:
nameFormat
- the name format URI- Returns:
- the builder
-