public class SAML2StringNameIDEncoder extends AbstractSAML2NameIDEncoder
NameIdentifierAttributeEncoder that encodes the first String value of an
IdPAttribute to a SAML 2 NameID.| Modifier and Type | Field and Description |
|---|---|
private String |
format
Deprecated.
The format of the name identifier.
|
private SAMLObjectBuilder<NameID> |
identifierBuilder
Deprecated.
Identifier builder.
|
private org.slf4j.Logger |
log
Deprecated.
Class logger.
|
private String |
qualifier
Deprecated.
The security or administrative domain that qualifies the name identifier.
|
| Constructor and Description |
|---|
SAML2StringNameIDEncoder()
Deprecated.
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
apply(String input)
Deprecated.
|
NameID |
encode(IdPAttribute attribute)
Deprecated.
|
boolean |
equals(Object obj)
Deprecated.
|
String |
getNameFormat()
Deprecated.
Get the format of the name identifier.
|
String |
getNameQualifier()
Deprecated.
Get the security or administrative domain that qualifies the name identifier.
|
int |
hashCode()
Deprecated.
|
void |
setNameFormat(String nameFormat)
Deprecated.
Set the format of the name identifier.
|
void |
setNameQualifier(String nameQualifier)
Deprecated.
Set the security or administrative domain that qualifies the name identifier.
|
doInitialize, getActivationCondition, getProtocol, setActivationConditiondestroy, doDestroy, initialize, isDestroyed, isInitialized@Nonnull private final org.slf4j.Logger log
@Nonnull private final SAMLObjectBuilder<NameID> identifierBuilder
public SAML2StringNameIDEncoder()
@Nullable public final String getNameFormat()
public final void setNameFormat(@Nullable String nameFormat)
nameFormat - format of the name identifier@Nullable public final String getNameQualifier()
@Nullable public final void setNameQualifier(String nameQualifier)
nameQualifier - security or administrative domain that qualifies the name identifierpublic boolean apply(String input)
@Nonnull public NameID encode(@Nonnull IdPAttribute attribute) throws AttributeEncodingException
AttributeEncodingExceptionpublic boolean equals(Object obj)
Copyright © 1999–2018 Shibboleth Consortium. All rights reserved.