static AuthnActionSpec<AuthenticationSourceSelection> |
CommonActionSpec.ALTERNATIVE_AUTHENTICATION |
The action used when the end user opts to use an alternative authentication source.
|
static AuthnActionSpec<Authenticate> |
CommonActionSpec.AUTHENTICATE |
The action used to start a multi-factor authentication.
|
static AuthnActionSpec<Void> |
CommonActionSpec.CANCEL |
The action used to cancel the current operation.
|
static AuthnActionSpec<Void> |
CommonActionSpec.CANCEL_ACCOUNT_RECOVERY |
The action used when the end user cancels the current account recovery process.
|
static AuthnActionSpec<Void> |
CommonActionSpec.CANCEL_AUTHENTICATION |
Deprecated.
|
static AuthnActionSpec<Void> |
CommonActionSpec.CANCEL_IDENTIFIER_SUBMISSION |
The action used when the end user opts to cancel identifier submission.
|
static AuthnActionSpec<Void> |
CommonActionSpec.CANCEL_PASSWORD_CHANGE |
The action used when the end user cancels a password change.
|
static AuthnActionSpec<Void> |
CommonActionSpec.CANCEL_USERNAME_RECOVERY |
The action used when the end user cancels the current username recovery flow.
|
static AuthnActionSpec<CheckAccountRecoveryUsername> |
CommonActionSpec.CHECK_ACCOUNT_RECOVERY_USERNAME |
The action used when the end user submits the username of an existing account selected for account recovery.
|
static AuthnActionSpec<CheckChallengeResponse> |
CommonActionSpec.CHECK_CHALLENGE_RESPONSE |
The action used when the end user submits their one-time challenge response.
|
static AuthnActionSpec<CheckCurrentCredentials> |
CommonActionSpec.CHECK_CURRENT_CREDENTIALS |
The action used to validate current credential when an end user initiates change password configured with multi-factor authentication.
|
static AuthnActionSpec<CheckNewPassword> |
CommonActionSpec.CHECK_NEW_PASSWORD |
The action used when the end user submits a new password for validation.
|
static AuthnActionSpec<CheckOtp> |
CommonActionSpec.CHECK_OTP |
The action used to check if an OTP is valid.
|
static AuthnActionSpec<CheckPasswordReset> |
CommonActionSpec.CHECK_PASSWORD_RESET |
The action used when the end user submits a new password for password reset.
|
static AuthnActionSpec<CheckRecoveryCode> |
CommonActionSpec.CHECK_RECOVERY_CODE |
The action used when the end user submits the recovery pass code for user verification during account recovery.
|
static AuthnActionSpec<CheckUsernamePassword> |
CommonActionSpec.CHECK_USERNAME_PASSWORD |
The action used when the end user submits their credentials.
|
static AuthnActionSpec<CheckUsernameRecoveryEmail> |
CommonActionSpec.CHECK_USERNAME_RECOVERY_EMAIL |
The action used when the end user submits the email address associated with the username to be recovered.
|
static AuthnActionSpec<ClearIdentifier> |
CommonActionSpec.CLEAR_IDENTIFIER |
The action used when the end user opts to clear a previously submitted identifier.
|
static AuthnActionSpec<ConfirmUserCode> |
CommonActionSpec.CONFIRM_USER_CODE |
The action used to confirm the user code in the OAuth device authorization flow.
|
static AuthnActionSpec<Void> |
CommonActionSpec.CONTINUE |
The action used to continue the current operation.
|
static AuthnActionSpec<Void> |
CommonActionSpec.CONTINUE_ACCOUNT_RECOVERY |
The action used when the end user wishes to continue account recovery after an account unlock.
|
static AuthnActionSpec<Void> |
CommonActionSpec.CONTINUE_AUTHENTICATION |
Deprecated.
|
static AuthnActionSpec<Void> |
CommonActionSpec.INITIATE_ACCOUNT_RECOVERY |
The action used when the end user initiates an account recovery process.
|
static AuthnActionSpec<Void> |
CommonActionSpec.INITIATE_PASSWORD_CHANGE |
The action used when the end user initiates a password change.
|
static AuthnActionSpec<Void> |
CommonActionSpec.INITIATE_REGISTRATION |
The action used when the end user initiates registration.
|
static AuthnActionSpec<Void> |
CommonActionSpec.POLL |
The action used to get the current operation's status.
|
static AuthnActionSpec<Void> |
CommonActionSpec.RECOVER_USERNAME |
The action used when the end user initiates a username recovery.
|
static AuthnActionSpec<RegisterUser> |
CommonActionSpec.REGISTER_USER |
The action used when registering a new user.
|
static AuthnActionSpec<Void> |
CommonActionSpec.RESEND_OTP |
The action used to resend an OTP to the user's selected device.
|
static AuthnActionSpec<Void> |
CommonActionSpec.RESTART |
The action used when the user restarts the authentication process.
|
static AuthnActionSpec<SelectDevice> |
CommonActionSpec.SELECT_DEVICE |
The action used to select a device.
|
static AuthnActionSpec<Void> |
CommonActionSpec.SEND_EMAIL_VERIFICATION_OTL |
The action used to send an OTL to the user for email verification.
|
static AuthnActionSpec<Void> |
CommonActionSpec.SKIP_OTP |
The action used to skip an OTP check.
|
static AuthnActionSpec<SubmitDeviceProfile<? extends DeviceProfile>> |
CommonActionSpec.SUBMIT_DEVICE_PROFILE |
The action used for submitting a user's device profile.
|
static AuthnActionSpec<SubmitDeviceProfileSessionId> |
CommonActionSpec.SUBMIT_DEVICE_PROFILE_SESSION_ID |
The action used to submit a session identifier when a device is profiled.
|
static AuthnActionSpec<SubmitIdentifier> |
CommonActionSpec.SUBMIT_IDENTIFIER |
The action used when the end user submits an identifier.
|
static AuthnActionSpec<SubmitUserCode> |
CommonActionSpec.SUBMIT_USER_CODE |
The action used to submit the user code in the OAuth device authorization flow.
|