NameIDType
- the type of name identifier generatedpublic interface SAMLNameIdentifierEncoder<NameIDType extends org.opensaml.xml.XMLObject> extends XMLObjectAttributeEncoder<NameIDType>
Modifier and Type | Method and Description |
---|---|
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.
|
encode, getAttributeName, setAttributeName
String getNameFormat()
void setNameFormat(String format)
format
- name format URI for the NameIDString getNameQualifier()
void setNameQualifier(String qualifier)
qualifier
- name domain qualifier for the NameIDCopyright © 1999–2014. All rights reserved.