Package org.apache.rahas.impl.util
Class SAMLNameIdentifierCallback
java.lang.Object
org.apache.rahas.impl.util.SAMLNameIdentifierCallback
- All Implemented Interfaces:
SAMLCallback
This is used retrieve data for the SAMLNameIdentifier.
SAMLNameIdentifier can have different formats.
Depending on it, NameIdentifier must have different values.
It should be implementation specific.
-
Field Summary
Fields inherited from interface org.apache.rahas.impl.util.SAMLCallback
ATTR_CALLBACK, NAME_IDENTIFIER_CALLBACK
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
SAMLNameIdentifierCallback
-
-
Method Details
-
getCallbackType
public int getCallbackType()Description copied from interface:SAMLCallback
Returns the type of callback- Specified by:
getCallbackType
in interfaceSAMLCallback
- Returns:
- int Indicates callback type
-
getNameId
public org.opensaml.saml.saml1.core.NameIdentifier getNameId() -
setNameId
public void setNameId(org.opensaml.saml.saml1.core.NameIdentifier nameId) -
setUserId
-
getUserId
-
getData
-