Class Saml2ParameterNames
java.lang.Object
org.springframework.security.saml2.core.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:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringRelayState- used to communicate shared state between the relying and asserting partystatic final StringSAMLRequest- used to request authentication or request logoutstatic final StringSAMLResponse- used to respond to an authentication or logout requeststatic final StringSigAlg- used to communicate which signature algorithm to use to verify signaturestatic final StringSignature- used to supply cryptographic signature on any SAML 2.0 payload -
Method Summary
-
Field Details
-
SAML_REQUEST
SAMLRequest- used to request authentication or request logout- See Also:
-
SAML_RESPONSE
SAMLResponse- used to respond to an authentication or logout request- See Also:
-
RELAY_STATE
RelayState- used to communicate shared state between the relying and asserting party- See Also:
-
SIG_ALG
SigAlg- used to communicate which signature algorithm to use to verify signature- See Also:
-
SIGNATURE
Signature- used to supply cryptographic signature on any SAML 2.0 payload- See Also:
-