Package org.forgerock.am.saml2.impl
Class Saml2ClientConstants
- java.lang.Object
 - 
- org.forgerock.am.saml2.impl.Saml2ClientConstants
 
 
- 
public final class Saml2ClientConstants extends Object
Constants used by the SAML2 Client implementation.- Since:
 - AM 7.0.0
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static StringAM_LOCATION_COOKIEName of the cookie used to hold the current AM auth location.static StringERROR_CODE_PARAM_KEYKey for looking up the error type from the http query string.static StringERROR_MESSAGE_PARAM_KEYKey for looking up the error message from the http query string.static StringERROR_PARAM_KEYKey for looking up the boolean error state from the http query string.static StringRESPONSE_KEYKey for looking up the response key in the http query string.static StringSAML_FAILOVER_ERROR_CODESAML failover error localisation key.static StringSAML_VERIFY_ERROR_CODESAML verification error localisation key.static StringSAML2_CLIENT_BUNDLE_NAMEThe name of the SAML2 Client resource bundle. 
 - 
 
- 
- 
Field Detail
- 
SAML2_CLIENT_BUNDLE_NAME
public static final String SAML2_CLIENT_BUNDLE_NAME
The name of the SAML2 Client resource bundle.- See Also:
 - Constant Field Values
 
 
- 
AM_LOCATION_COOKIE
public static final String AM_LOCATION_COOKIE
Name of the cookie used to hold the current AM auth location.- See Also:
 - Constant Field Values
 
 
- 
RESPONSE_KEY
public static final String RESPONSE_KEY
Key for looking up the response key in the http query string.- See Also:
 - Constant Field Values
 
 
- 
ERROR_PARAM_KEY
public static final String ERROR_PARAM_KEY
Key for looking up the boolean error state from the http query string.- See Also:
 - Constant Field Values
 
 
- 
ERROR_CODE_PARAM_KEY
public static final String ERROR_CODE_PARAM_KEY
Key for looking up the error type from the http query string.- See Also:
 - Constant Field Values
 
 
- 
ERROR_MESSAGE_PARAM_KEY
public static final String ERROR_MESSAGE_PARAM_KEY
Key for looking up the error message from the http query string.- See Also:
 - Constant Field Values
 
 
- 
SAML_FAILOVER_ERROR_CODE
public static final String SAML_FAILOVER_ERROR_CODE
SAML failover error localisation key.- See Also:
 - Constant Field Values
 
 
- 
SAML_VERIFY_ERROR_CODE
public static final String SAML_VERIFY_ERROR_CODE
SAML verification error localisation key.- See Also:
 - Constant Field Values
 
 
 - 
 
 -