Class Saml2ParameterNames

java.lang.Object
org.springframework.security.saml2.core.Saml2ParameterNames

public final class Saml2ParameterNames extends Object
Standard parameter names defined in the SAML 2.0 Specification and used by the Authentication Request, Assertion Consumer Response, Logout Request, and Logout Response endpoints.
Since:
5.6
See Also:
  • Field Details

    • SAML_REQUEST

      public static final String SAML_REQUEST
      SAMLRequest - used to request authentication or request logout
      See Also:
    • SAML_RESPONSE

      public static final String SAML_RESPONSE
      SAMLResponse - used to respond to an authentication or logout request
      See Also:
    • RELAY_STATE

      public static final String RELAY_STATE
      RelayState - used to communicate shared state between the relying and asserting party
      See Also:
    • SIG_ALG

      public static final String SIG_ALG
      SigAlg - used to communicate which signature algorithm to use to verify signature
      See Also:
    • SIGNATURE

      public static final String SIGNATURE
      Signature - used to supply cryptographic signature on any SAML 2.0 payload
      See Also: