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 Details

    • SAML2_CLIENT_BUNDLE_NAME

      public static final String SAML2_CLIENT_BUNDLE_NAME
      The name of the SAML2 Client resource bundle.
      See Also:
    • RESPONSE_KEY

      public static final String RESPONSE_KEY
      Key for looking up the response key in the http query string.
      See Also:
    • 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:
    • 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:
    • 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:
    • SAML_FAILOVER_ERROR_CODE

      public static final String SAML_FAILOVER_ERROR_CODE
      SAML failover error localisation key.
      See Also:
    • SAML_VERIFY_ERROR_CODE

      public static final String SAML_VERIFY_ERROR_CODE
      SAML verification error localisation key.
      See Also: