Package org.forgerock.am.saml2.impl
Class Saml2ClientConstants
java.lang.Object
org.forgerock.am.saml2.impl.Saml2ClientConstants
Constants used by the SAML2 Client implementation.
- Since:
- AM 7.0.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Name of the cookie used to hold the current AM auth location.static final String
Key for looking up the error type from the http query string.static final String
Key for looking up the error message from the http query string.static final String
Key for looking up the boolean error state from the http query string.static final String
Key for looking up the response key in the http query string.static final String
SAML failover error localisation key.static final String
SAML verification error localisation key.static final String
The name of the SAML2 Client resource bundle. -
Method Summary
-
Field Details
-
SAML2_CLIENT_BUNDLE_NAME
The name of the SAML2 Client resource bundle.- See Also:
-
AM_LOCATION_COOKIE
Name of the cookie used to hold the current AM auth location.- See Also:
-
RESPONSE_KEY
Key for looking up the response key in the http query string.- See Also:
-
ERROR_PARAM_KEY
Key for looking up the boolean error state from the http query string.- See Also:
-
ERROR_CODE_PARAM_KEY
Key for looking up the error type from the http query string.- See Also:
-
ERROR_MESSAGE_PARAM_KEY
Key for looking up the error message from the http query string.- See Also:
-
SAML_FAILOVER_ERROR_CODE
SAML failover error localisation key.- See Also:
-
SAML_VERIFY_ERROR_CODE
SAML verification error localisation key.- See Also:
-