public class SAML1StringNameIdentifierEncoder extends AbstractAttributeEncoder<NameIdentifier> implements SAML1NameIdentifierEncoder
NameIdentifier
of it. Attribute
values are turned into the values for the NameIdentifier by invoking the values Object.toString()
method.コンストラクタと説明 |
---|
SAML1StringNameIdentifierEncoder()
Constructor.
|
修飾子とタイプ | メソッドと説明 |
---|---|
NameIdentifier |
encode(BaseAttribute attribute)
Enocdes the attribute into a protocol specific representations.
|
String |
getNameFormat()
Gets the name format URI for the NameID.
|
String |
getNameQualifier()
Gets the name domain qualifier for the NameID.
|
void |
setNameFormat(String format)
Sets the name format URI for the NameID.
|
void |
setNameQualifier(String qualifier)
Sets the name domain qualifier for the NameID.
|
getAttributeName, setAttributeName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAttributeName, setAttributeName
public String getNameFormat()
getNameFormat
インタフェース内 SAMLNameIdentifierEncoder<NameIdentifier>
public void setNameFormat(String format)
setNameFormat
インタフェース内 SAMLNameIdentifierEncoder<NameIdentifier>
format
- name format URI for the NameIDpublic String getNameQualifier()
getNameQualifier
インタフェース内 SAMLNameIdentifierEncoder<NameIdentifier>
public void setNameQualifier(String qualifier)
setNameQualifier
インタフェース内 SAMLNameIdentifierEncoder<NameIdentifier>
qualifier
- name domain qualifier for the NameIDpublic NameIdentifier encode(BaseAttribute attribute) throws AttributeEncodingException
encode
インタフェース内 AttributeEncoder<NameIdentifier>
attribute
- the attribute to encodeAttributeEncodingException
- if unable to successfully encode attributeCopyright © 2012. All Rights Reserved.