Class AuthnApiConstants
java.lang.Object
com.pingidentity.sdk.api.authn.util.AuthnApiConstants
A class containing shared constants related to the Authentication API.
- Since:
- 9.3
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe name of the properties bundle that provides messages for errors defined in the SDK.static final StringThe name of the copy of the authn-api-messages bundle that is embedded in the SDK jar as a fallback.static final StringThe prefix for content types that represent actions.static final StringThe suffix for content types that represent actions.static final StringThe name of the request parameter that specifies the action for an authn API POST request.static final StringThe name of the request parameter that contains the flow ID. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
PARAM_FLOW_ID
The name of the request parameter that contains the flow ID.- See Also:
-
PARAM_ACTION
The name of the request parameter that specifies the action for an authn API POST request.- See Also:
-
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
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
The name of the properties bundle that provides messages for errors defined in the SDK.- See Also:
-
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()
-