Interface Saml2ParameterNames


  • public interface Saml2ParameterNames
    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:
    SAML 2.0 Bindings
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String RELAY_STATE
      RelayState - used to communicate shared state between the relying and asserting party
      static java.lang.String SAML_REQUEST
      SAMLRequest - used to request authentication or request logout
      static java.lang.String SAML_RESPONSE
      SAMLResponse - used to respond to an authentication or logout request
      static java.lang.String SIG_ALG
      SigAlg - used to communicate which signature algorithm to use to verify signature
      static java.lang.String SIGNATURE
      Signature - used to supply cryptographic signature on any SAML 2.0 payload
    • Field Detail

      • SAML_REQUEST

        static final java.lang.String SAML_REQUEST
        SAMLRequest - used to request authentication or request logout
        See Also:
        Constant Field Values
      • SAML_RESPONSE

        static final java.lang.String SAML_RESPONSE
        SAMLResponse - used to respond to an authentication or logout request
        See Also:
        Constant Field Values
      • SIG_ALG

        static final java.lang.String SIG_ALG
        SigAlg - used to communicate which signature algorithm to use to verify signature
        See Also:
        Constant Field Values
      • SIGNATURE

        static final java.lang.String SIGNATURE
        Signature - used to supply cryptographic signature on any SAML 2.0 payload
        See Also:
        Constant Field Values