Class CommonActionId
java.lang.Object
com.pingidentity.sdk.api.authn.common.CommonActionId
This class defines a set of common action ID's for use across API-capable PingFederate plugins.
- Since:
- 9.3
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe action ID used when the user starts an authentication.static final StringThe action ID used when canceling the current state.static final StringThe action ID used when canceling an account recovery process.static final StringThe action ID used when cancelling the current authentication flow.static final StringThe action ID used when cancelling the current identifier selection.static final StringThe action ID used when canceling a password change.static final StringThe action ID used when cancelling the current username recovery flow.static final StringThe action ID used when submitting the username of an existing account selected for account recovery.static final StringThe action ID used when submitting the user's one-time challenge response.static final StringThe action ID used for submitting the current credential of a user before authenticating with other factors to change password.static final StringThe action ID used when submitting a new password for validation.static final StringThe action ID used to check if an OTP is valid.static final StringThe action ID used when submitting a new password for password reset.static final StringThe action ID used when submitting the recovery pass code for user verification during a password reset.static final StringThe action ID used when submitting the user's credentials.static final StringThe action ID used when submitting the email address associated with the username to be recovered.static final StringThe action ID used when the user opts to clear a previously selected identifier.static final StringThe action ID used to confirm the user code in the OAuth device authorization flow.static final StringThe action ID used to continue account recovery after an account unlock.static final StringThe action ID used to continue the operation.static final StringThe action ID used to continue authentication after an action.static final StringThe action ID used when initiating an account recovery process.static final StringThe action ID used when initiating a password change.static final StringThe action ID used when initiating registration for a new user.static final StringThe action ID used to get the current operation's status.static final StringThe action ID used when initiating a username recovery.static final StringThe action ID used when creating a new user through registration.static final StringThe action ID used to resend an OTP.static final StringThe action ID used to restart the authentication process.static final StringThe action ID used to select a device.static final StringThe action ID used to send an OTL to the user for email verification.static final StringThe action ID used to skip an OTP verification.static final StringThe action ID used to submit a user's device profile.static final StringThe action ID used for submitting the session identifier associated with device profiling.static final StringThe action ID used when submitting an identifier to proceed authentication.static final StringThe action ID used to submit the user code in the OAuth device authorization flow.static final StringThe action ID used when the user opts to use an alternative authentication source.static final StringThe action ID used to invoke a configured Client Side Authenticator for a given adapter. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
checkUsernamePassword
The action ID used when submitting the user's credentials.- Since:
- 9.3
- See Also:
-
useAlternativeAuthenticationSource
The action ID used when the user opts to use an alternative authentication source.- Since:
- 9.3
- See Also:
-
checkChallengeResponse
The action ID used when submitting the user's one-time challenge response.- Since:
- 9.3
- See Also:
-
cancelAuthentication
The action ID used when cancelling the current authentication flow.- Since:
- 9.3
- See Also:
-
initiatePasswordChange
The action ID used when initiating a password change.- Since:
- 9.3
- See Also:
-
cancelPasswordChange
The action ID used when canceling a password change.- Since:
- 9.3
- See Also:
-
checkNewPassword
The action ID used when submitting a new password for validation.- Since:
- 9.3
- See Also:
-
initiateAccountRecovery
The action ID used when initiating an account recovery process.- Since:
- 9.3
- See Also:
-
cancelAccountRecovery
The action ID used when canceling an account recovery process.- Since:
- 9.3
- See Also:
-
checkAccountRecoveryUsername
The action ID used when submitting the username of an existing account selected for account recovery.- Since:
- 9.3
- See Also:
-
recoverUsername
The action ID used when initiating a username recovery.- Since:
- 9.3
- See Also:
-
checkUsernameRecoveryEmail
The action ID used when submitting the email address associated with the username to be recovered.- Since:
- 9.3
- See Also:
-
cancelUsernameRecovery
The action ID used when cancelling the current username recovery flow.- Since:
- 9.3
- See Also:
-
checkRecoveryCode
The action ID used when submitting the recovery pass code for user verification during a password reset.- Since:
- 9.3
- See Also:
-
checkPasswordReset
The action ID used when submitting a new password for password reset.- Since:
- 9.3
- See Also:
-
continueAccountRecovery
The action ID used to continue account recovery after an account unlock.- Since:
- 9.3
- See Also:
-
continueAuthentication
The action ID used to continue authentication after an action.- Since:
- 9.3
- See Also:
-
submitIdentifier
The action ID used when submitting an identifier to proceed authentication.- Since:
- 10.0
- See Also:
-
clearIdentifier
The action ID used when the user opts to clear a previously selected identifier.- Since:
- 10.0
- See Also:
-
cancelIdentifierSubmission
The action ID used when cancelling the current identifier selection.- Since:
- 10.0
- See Also:
-
initiateRegistration
The action ID used when initiating registration for a new user.- Since:
- 10.1
- See Also:
-
registerUser
The action ID used when creating a new user through registration.- Since:
- 10.1
- See Also:
-
cancel
The action ID used when canceling the current state.- Since:
- 10.1
- See Also:
-
continueAction
The action ID used to continue the operation.- Since:
- 10.3
- See Also:
-
restart
The action ID used to restart the authentication process.- Since:
- 10.3
- See Also:
-
selectDevice
The action ID used to select a device.- Since:
- 10.1
- See Also:
-
checkOtp
The action ID used to check if an OTP is valid.- Since:
- 10.1
- See Also:
-
resendOtp
The action ID used to resend an OTP.- Since:
- 10.1
- See Also:
-
authenticate
The action ID used when the user starts an authentication.- Since:
- 10.1
- See Also:
-
poll
The action ID used to get the current operation's status.- Since:
- 10.1
- See Also:
-
submitDeviceProfile
The action ID used to submit a user's device profile.- Since:
- 10.2
- See Also:
-
checkCurrentCredentials
The action ID used for submitting the current credential of a user before authenticating with other factors to change password.- Since:
- 10.2
- See Also:
-
submitDeviceProfileSessionId
The action ID used for submitting the session identifier associated with device profiling.- Since:
- 10.3
- See Also:
-
sendEmailVerificationOtl
The action ID used to send an OTL to the user for email verification.- Since:
- 10.3
- See Also:
-
skipOtp
The action ID used to skip an OTP verification.- Since:
- 11.0
- See Also:
-
submitUserCode
The action ID used to submit the user code in the OAuth device authorization flow.- Since:
- 11.1
- See Also:
-
confirmUserCode
The action ID used to confirm the user code in the OAuth device authorization flow.- Since:
- 11.1
- See Also:
-
useClientSideAuthenticator
The action ID used to invoke a configured Client Side Authenticator for a given adapter.- Since:
- 13.0
- See Also:
-
-
Constructor Details
-
CommonActionId
public CommonActionId()
-