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 Summary
Fields Modifier and Type Field Description static StringAUTHN_API_MESSAGES_BUNDLEThe name of the properties bundle that provides messages for errors defined in the SDK.static StringAUTHN_API_MESSAGES_EMBEDDED_BUNDLEThe name of the copy of the authn-api-messages bundle that is embedded in the SDK jar as a fallback.static StringCUSTOM_CONTENT_TYPE_PREFIXThe prefix for content types that represent actions.static StringCUSTOM_CONTENT_TYPE_SUFFIXThe suffix for content types that represent actions.static StringPARAM_ACTIONThe name of the request parameter that specifies the action for an authn API POST request.static StringPARAM_FLOW_IDThe name of the request parameter that contains the flow ID.
-
Constructor Summary
Constructors Constructor Description AuthnApiConstants()
-
-
-
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
-
-