Class AuthnApiConstants


  • public class AuthnApiConstants
    extends Object
    A class containing shared constants related to the Authentication API.
    Since:
    9.3
    • Field Detail

      • PARAM_FLOW_ID

        public static final String PARAM_FLOW_ID
        The name of the request parameter that contains the flow ID.
        See Also:
        Constant Field Values
      • PARAM_ACTION

        public static final String PARAM_ACTION
        The name of the request parameter that specifies the action for an authn API POST request.
        See Also:
        Constant Field Values
      • CUSTOM_CONTENT_TYPE_PREFIX

        public static final String CUSTOM_CONTENT_TYPE_PREFIX
        The prefix for content types that represent actions. The content type is constructed by combining this prefix with the action ID and the suffix.
        See Also:
        Constant Field Values
      • CUSTOM_CONTENT_TYPE_SUFFIX

        public static final String CUSTOM_CONTENT_TYPE_SUFFIX
        The suffix for content types that represent actions. The content type is constructed by combining the prefix with the action ID and this suffix.
        See Also:
        Constant Field Values
      • AUTHN_API_MESSAGES_BUNDLE

        public static final String AUTHN_API_MESSAGES_BUNDLE
        The name of the properties bundle that provides messages for errors defined in the SDK.
        See Also:
        Constant Field Values
      • AUTHN_API_MESSAGES_EMBEDDED_BUNDLE

        public static final String AUTHN_API_MESSAGES_EMBEDDED_BUNDLE
        The name of the copy of the authn-api-messages bundle that is embedded in the SDK jar as a fallback.
        See Also:
        Constant Field Values
    • Constructor Detail

      • AuthnApiConstants

        public AuthnApiConstants()