Class AuthnApiConstants

java.lang.Object
com.pingidentity.sdk.api.authn.util.AuthnApiConstants

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

    • PARAM_FLOW_ID

      public static final String PARAM_FLOW_ID
      The name of the request parameter that contains the flow ID.
      See Also:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
  • Constructor Details

    • AuthnApiConstants

      public AuthnApiConstants()