|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
NameIDType
- the type of name identifier generatedpublic interface SAMLNameIdentifierEncoder<NameIDType extends XMLObject>
Base interface for encoders that generate SAML name identifiers.
Method Summary | |
---|---|
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. |
Methods inherited from interface edu.internet2.middleware.shibboleth.common.attribute.encoding.AttributeEncoder |
---|
encode, getAttributeName, setAttributeName |
Method Detail |
---|
String getNameFormat()
void setNameFormat(String format)
format
- name format URI for the NameIDString getNameQualifier()
void setNameQualifier(String qualifier)
qualifier
- name domain qualifier for the NameID
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |