Interface SAMLCallback

All Known Implementing Classes:
SAMLAttributeCallback, SAMLNameIdentifierCallback

public interface SAMLCallback
All SAML data retrieving call backs will implement this interface
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Attribute callback
    static final int
    Subject name identifier
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns the type of callback
  • Field Details

    • ATTR_CALLBACK

      static final int ATTR_CALLBACK
      Attribute callback
      See Also:
    • NAME_IDENTIFIER_CALLBACK

      static final int NAME_IDENTIFIER_CALLBACK
      Subject name identifier
      See Also:
  • Method Details

    • getCallbackType

      int getCallbackType()
      Returns the type of callback
      Returns:
      int Indicates callback type