Class CommonStatus
- java.lang.Object
-
- com.pingidentity.sdk.api.authn.common.CommonStatus
-
public class CommonStatus extends Object
This class defines a set of common statuses for use across API-capable PingFederate plugins.- Since:
- 9.3
-
-
Field Summary
Fields Modifier and Type Field Description static StringACCOUNT_LINKING_FAILEDThe status indicating that user account linking has failed.static StringACCOUNT_RECOVERY_OTL_VERIFICATION_REQUIREDThe status indicating that an user verification action is required for account recovery to proceed.static StringACCOUNT_RECOVERY_USERNAME_REQUIREDThe status indicating that an username is required for account recovery to proceed.static StringAUTHENTICATION_REQUIREDThe status indicating that multi-factor authentication is required.static StringCANCELEDThe status indicating that an authentication API action is canceled.static StringCHALLENGE_RESPONSE_REQUIREDThe status indicating that the user must enter their one-time challenge response to proceed.static StringCHANGE_PASSWORD_EXTERNALThe status indicating that the user's password must be changed at an external password management system.static StringCOMPLETEDThe status indicating that an authentication API action is complete.static StringCURRENT_CREDENTIALS_REQUIREDThe status indicating that the current credentials are required during password change configured with multi-factor authentication.static StringDEVICE_PROFILE_REQUIREDThe status indicating that the user's device profile is required.static StringDEVICE_PROFILE_SESSION_ID_REQUIREDThe status indicating that a session id from device profiling is required.static StringDEVICE_SELECTION_REQUIREDThe status indicating that device selection is required.static StringEMAIL_VERIFICATION_OTP_REQUIREDThe status indicating that the user is required to verify their email via OTP.static StringEMAIL_VERIFICATION_REQUIREDThe status indicating that the user is required to verify their email.static StringFAILEDThe status indicating that an error occurred that terminated the authentication flow.static StringIDENTIFIER_REQUIREDThe status indicating that an identifier is required for authentication to proceed.static StringMFA_COMPLETEDThe status indicating that the user has completed multi-factor authentication.static StringMFA_FAILEDThe status indicating that the user has failed multi-factor authentication.static StringMOBILE_PAIRING_REQUIREDThe status indicating that mobile pairing is required.static StringMUST_CHANGE_PASSWORDThe status indicating that the user's password has expired and must be changed.static StringNEW_PASSWORD_RECOMMENDEDThe status indicating that the user's password is about to expire, and a password change is recommended.static StringNEW_PASSWORD_REQUIREDThe status indicating that a new password is required.static StringOAUTH_DEVICE_COMPLETEDThe status in the OAuth device authorization flow where device authorization has completed successfully.static StringOAUTH_DEVICE_USER_CODE_CONFIRMATION_REQUIREDThe status in the OAuth device authorization flow where the user must confirm that the code presented matches the one on the device.static StringOAUTH_DEVICE_USER_CODE_REQUIREDThe status in the OAuth device authorization flow where the user must provide a code to authorize the device.static StringOTP_REQUIREDThe status indicating that the user must enter an OTP to proceed.static StringOTP_VERIFIEDThe status indicating that the user has completed multi-factor authentication via an OTP.static StringPASSWORD_RESET_REQUIREDThe status indicating that a new password is required to complete password reset.static StringPUSH_CONFIRMATION_REJECTEDThe status indicating that the push confirmation is rejected.static StringPUSH_CONFIRMATION_TIMED_OUTThe status indicating that the push confirmation is timed out.static StringPUSH_CONFIRMATION_WAITINGThe status indicating waiting for the user to confirm the push multi-factor authentication request.static StringRECOVERY_CODE_REQUIREDThe status indicating that a recovery pass code is required for account recovery to proceed.static StringREGISTRATION_REQUIREDstatic StringRESUMEThe status indicating that the API client must redirect to PingFederate for processing to continue.static StringSUCCESSFUL_ACCOUNT_UNLOCKThe status indicating that the user has successfully completed an account unlock.static StringSUCCESSFUL_PASSWORD_CHANGEThe status indicating that the user has successfully completed a password change.static StringSUCCESSFUL_PASSWORD_RESETThe status indicating that the user has successfully completed a password reset.static StringUSERNAME_PASSWORD_REQUIREDThe status indicating that the user must enter their username and password to proceed.static StringUSERNAME_RECOVERY_EMAIL_REQUIREDThe status indicating that the email address associated with the username to be recovered is required.static StringUSERNAME_RECOVERY_EMAIL_SENTThe status indicating that the username to be recovered is sent to the associated email.
-
Constructor Summary
Constructors Constructor Description CommonStatus()
-
-
-
Field Detail
-
RESUME
public static final String RESUME
The status indicating that the API client must redirect to PingFederate for processing to continue.- Since:
- 9.3
- See Also:
- Constant Field Values
-
FAILED
public static final String FAILED
The status indicating that an error occurred that terminated the authentication flow.- Since:
- 9.3
- See Also:
- Constant Field Values
-
USERNAME_PASSWORD_REQUIRED
public static final String USERNAME_PASSWORD_REQUIRED
The status indicating that the user must enter their username and password to proceed.- Since:
- 9.3
- See Also:
- Constant Field Values
-
CHALLENGE_RESPONSE_REQUIRED
public static final String CHALLENGE_RESPONSE_REQUIRED
The status indicating that the user must enter their one-time challenge response to proceed.- Since:
- 9.3
- See Also:
- Constant Field Values
-
MUST_CHANGE_PASSWORD
public static final String MUST_CHANGE_PASSWORD
The status indicating that the user's password has expired and must be changed.- Since:
- 9.3
- See Also:
- Constant Field Values
-
CHANGE_PASSWORD_EXTERNAL
public static final String CHANGE_PASSWORD_EXTERNAL
The status indicating that the user's password must be changed at an external password management system.- Since:
- 10.3
- See Also:
- Constant Field Values
-
SUCCESSFUL_PASSWORD_CHANGE
public static final String SUCCESSFUL_PASSWORD_CHANGE
The status indicating that the user has successfully completed a password change.- Since:
- 9.3
- See Also:
- Constant Field Values
-
NEW_PASSWORD_RECOMMENDED
public static final String NEW_PASSWORD_RECOMMENDED
The status indicating that the user's password is about to expire, and a password change is recommended.- Since:
- 9.3
- See Also:
- Constant Field Values
-
NEW_PASSWORD_REQUIRED
public static final String NEW_PASSWORD_REQUIRED
The status indicating that a new password is required.- Since:
- 9.3
- See Also:
- Constant Field Values
-
ACCOUNT_RECOVERY_USERNAME_REQUIRED
public static final String ACCOUNT_RECOVERY_USERNAME_REQUIRED
The status indicating that an username is required for account recovery to proceed.- Since:
- 9.3
- See Also:
- Constant Field Values
-
ACCOUNT_RECOVERY_OTL_VERIFICATION_REQUIRED
public static final String ACCOUNT_RECOVERY_OTL_VERIFICATION_REQUIRED
The status indicating that an user verification action is required for account recovery to proceed.- Since:
- 9.3
- See Also:
- Constant Field Values
-
RECOVERY_CODE_REQUIRED
public static final String RECOVERY_CODE_REQUIRED
The status indicating that a recovery pass code is required for account recovery to proceed.- Since:
- 9.3
- See Also:
- Constant Field Values
-
PASSWORD_RESET_REQUIRED
public static final String PASSWORD_RESET_REQUIRED
The status indicating that a new password is required to complete password reset.- Since:
- 9.3
- See Also:
- Constant Field Values
-
SUCCESSFUL_PASSWORD_RESET
public static final String SUCCESSFUL_PASSWORD_RESET
The status indicating that the user has successfully completed a password reset.- Since:
- 9.3
- See Also:
- Constant Field Values
-
SUCCESSFUL_ACCOUNT_UNLOCK
public static final String SUCCESSFUL_ACCOUNT_UNLOCK
The status indicating that the user has successfully completed an account unlock.- Since:
- 9.3
- See Also:
- Constant Field Values
-
USERNAME_RECOVERY_EMAIL_REQUIRED
public static final String USERNAME_RECOVERY_EMAIL_REQUIRED
The status indicating that the email address associated with the username to be recovered is required.- Since:
- 9.3
- See Also:
- Constant Field Values
-
USERNAME_RECOVERY_EMAIL_SENT
public static final String USERNAME_RECOVERY_EMAIL_SENT
The status indicating that the username to be recovered is sent to the associated email.- Since:
- 9.3
- See Also:
- Constant Field Values
-
IDENTIFIER_REQUIRED
public static final String IDENTIFIER_REQUIRED
The status indicating that an identifier is required for authentication to proceed.- Since:
- 10.0
- See Also:
- Constant Field Values
-
COMPLETED
public static final String COMPLETED
The status indicating that an authentication API action is complete.- Since:
- 9.3
- See Also:
- Constant Field Values
-
CANCELED
public static final String CANCELED
The status indicating that an authentication API action is canceled.- Since:
- 9.3
- See Also:
- Constant Field Values
-
REGISTRATION_REQUIRED
public static final String REGISTRATION_REQUIRED
- See Also:
- Constant Field Values
-
DEVICE_SELECTION_REQUIRED
public static final String DEVICE_SELECTION_REQUIRED
The status indicating that device selection is required.- Since:
- 10.1
- See Also:
- Constant Field Values
-
OTP_REQUIRED
public static final String OTP_REQUIRED
The status indicating that the user must enter an OTP to proceed.- Since:
- 10.1
- See Also:
- Constant Field Values
-
OTP_VERIFIED
public static final String OTP_VERIFIED
The status indicating that the user has completed multi-factor authentication via an OTP.- Since:
- 10.1
- See Also:
- Constant Field Values
-
MFA_FAILED
public static final String MFA_FAILED
The status indicating that the user has failed multi-factor authentication.- Since:
- 10.1
- See Also:
- Constant Field Values
-
AUTHENTICATION_REQUIRED
public static final String AUTHENTICATION_REQUIRED
The status indicating that multi-factor authentication is required.- Since:
- 10.1
- See Also:
- Constant Field Values
-
PUSH_CONFIRMATION_WAITING
public static final String PUSH_CONFIRMATION_WAITING
The status indicating waiting for the user to confirm the push multi-factor authentication request.- Since:
- 10.1
- See Also:
- Constant Field Values
-
PUSH_CONFIRMATION_TIMED_OUT
public static final String PUSH_CONFIRMATION_TIMED_OUT
The status indicating that the push confirmation is timed out.- Since:
- 10.1
- See Also:
- Constant Field Values
-
PUSH_CONFIRMATION_REJECTED
public static final String PUSH_CONFIRMATION_REJECTED
The status indicating that the push confirmation is rejected.- Since:
- 10.1
- See Also:
- Constant Field Values
-
MFA_COMPLETED
public static final String MFA_COMPLETED
The status indicating that the user has completed multi-factor authentication.- Since:
- 10.1
- See Also:
- Constant Field Values
-
DEVICE_PROFILE_REQUIRED
public static final String DEVICE_PROFILE_REQUIRED
The status indicating that the user's device profile is required.- Since:
- 10.1
- See Also:
- Constant Field Values
-
MOBILE_PAIRING_REQUIRED
public static final String MOBILE_PAIRING_REQUIRED
The status indicating that mobile pairing is required.- Since:
- 10.2
- See Also:
- Constant Field Values
-
CURRENT_CREDENTIALS_REQUIRED
public static final String CURRENT_CREDENTIALS_REQUIRED
The status indicating that the current credentials are required during password change configured with multi-factor authentication.- Since:
- 10.2
- See Also:
- Constant Field Values
-
ACCOUNT_LINKING_FAILED
public static final String ACCOUNT_LINKING_FAILED
The status indicating that user account linking has failed.- Since:
- 10.3
- See Also:
- Constant Field Values
-
DEVICE_PROFILE_SESSION_ID_REQUIRED
public static final String DEVICE_PROFILE_SESSION_ID_REQUIRED
The status indicating that a session id from device profiling is required.- Since:
- 10.3
- See Also:
- Constant Field Values
-
EMAIL_VERIFICATION_REQUIRED
public static final String EMAIL_VERIFICATION_REQUIRED
The status indicating that the user is required to verify their email.- Since:
- 10.3
- See Also:
- Constant Field Values
-
EMAIL_VERIFICATION_OTP_REQUIRED
public static final String EMAIL_VERIFICATION_OTP_REQUIRED
The status indicating that the user is required to verify their email via OTP.- Since:
- 11.0
- See Also:
- Constant Field Values
-
OAUTH_DEVICE_USER_CODE_REQUIRED
public static final String OAUTH_DEVICE_USER_CODE_REQUIRED
The status in the OAuth device authorization flow where the user must provide a code to authorize the device.- Since:
- 11.1
- See Also:
- Constant Field Values
-
OAUTH_DEVICE_USER_CODE_CONFIRMATION_REQUIRED
public static final String OAUTH_DEVICE_USER_CODE_CONFIRMATION_REQUIRED
The status in the OAuth device authorization flow where the user must confirm that the code presented matches the one on the device.- Since:
- 11.1
- See Also:
- Constant Field Values
-
OAUTH_DEVICE_COMPLETED
public static final String OAUTH_DEVICE_COMPLETED
The status in the OAuth device authorization flow where device authorization has completed successfully.- Since:
- 11.1
- See Also:
- Constant Field Values
-
-