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.
  • Constructor Details

    • SAMLNameIdentifierCallback

      public SAMLNameIdentifierCallback(RahasData data)
  • Method Details

    • getCallbackType

      public int getCallbackType()
      Description copied from interface: SAMLCallback
      Returns the type of callback
      Specified by:
      getCallbackType in interface SAMLCallback
      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

      public void setUserId(String userId)
    • getUserId

      public String getUserId()
    • getData

      public RahasData getData()