Interface AuthnRequest

  • All Superinterfaces:
    java.io.Serializable

    public interface AuthnRequest
    extends java.io.Serializable
    This class represents a SAML 2.0 authentication request (i.e., AuthnRequest XML element).
    • Method Detail

      • getRequestedAuthnContext

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

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