Interface AuthnRequest

All Superinterfaces:
Serializable

public interface AuthnRequest extends Serializable
This class represents a SAML 2.0 authentication request (i.e., AuthnRequest XML element).
  • Method Details Link icon

    • getRequestedAuthnContext Link icon

      RequestedAuthnContext getRequestedAuthnContext()
      Get the RequestedAuthnContext.
      Returns:
      The RequestedAuthnContext.
    • toString Link icon

      String toString()
      Get the XML string representation.
      Overrides:
      toString in class Object
      Returns:
      The XML string representation.