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

    • getRequestedAuthnContext

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

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