org.apache.rahas.impl.util
Class SAMLNameIdentifierCallback
java.lang.Object
org.apache.rahas.impl.util.SAMLNameIdentifierCallback
- All Implemented Interfaces:
- SAMLCallback
public class SAMLNameIdentifierCallback
- extends Object
- implements 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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SAMLNameIdentifierCallback
public SAMLNameIdentifierCallback(RahasData data)
getCallbackType
public int getCallbackType()
- Description copied from interface:
SAMLCallback
- Returns the type of callback
- Specified by:
getCallbackType in interface SAMLCallback
- Returns:
getNameId
public org.opensaml.saml1.core.NameIdentifier getNameId()
setNameId
public void setNameId(org.opensaml.saml1.core.NameIdentifier nameId)
setUserId
public void setUserId(String userId)
getUserId
public String getUserId()
getData
public RahasData getData()
Copyright © Apache Software Foundation. All Rights Reserved.