static AuthnStateSpec<AccountLinkingFailed> |
CommonStateSpec.ACCOUNT_LINKING_FAILED |
A state where account linking has failed.
|
static AuthnStateSpec<OneTimeLinkVerificationRequired> |
CommonStateSpec.ACCOUNT_RECOVERY_OTL_VERIFICATION_REQUIRED |
A state where one-time link user verification is required for account recovery to proceed.
|
static AuthnStateSpec<AccountRecoveryUsernameRequired> |
CommonStateSpec.ACCOUNT_RECOVERY_USERNAME_REQUIRED |
A state where a username is required for account recovery to proceed.
|
static AuthnStateSpec<AuthenticationRequired<Device,User>> |
CommonStateSpec.AUTHENTICATION_REQUIRED |
A state where user must start the multi-factor authentication.
|
static AuthnStateSpec<Canceled> |
CommonStateSpec.CANCELED |
The state where an authentication API action is canceled.
|
static AuthnStateSpec<ChallengeResponseRequired> |
CommonStateSpec.CHALLENGE_RESPONSE_REQUIRED |
A state where the user must enter a challenge response to proceed.
|
static AuthnStateSpec<ChangePasswordExternal> |
CommonStateSpec.CHANGE_PASSWORD_EXTERNAL |
A state where the user must change their password at an external password management system.
|
static AuthnStateSpec<Completed> |
CommonStateSpec.COMPLETED |
The state where an authentication API action is complete.
|
static AuthnStateSpec<CurrentCredentialsRequired> |
CommonStateSpec.CURRENT_CREDENTIALS_REQUIRED |
A state where the user must enter their current credentials to proceed with change password.
|
static AuthnStateSpec<DeviceProfileRequired> |
CommonStateSpec.DEVICE_PROFILE_REQUIRED |
A state where user's device profile is required.
|
static AuthnStateSpec<DeviceProfileSessionIdRequired> |
CommonStateSpec.DEVICE_PROFILE_SESSION_ID_REQUIRED |
A state where a session identifier from device profiling is required.
|
static AuthnStateSpec<DeviceSelectionRequired<Device,User>> |
CommonStateSpec.DEVICE_SELECTION_REQUIRED |
A state where the user must select a device to proceed.
|
static AuthnStateSpec<EmailVerificationRequired> |
CommonStateSpec.EMAIL_VERIFICATION_OTP_REQUIRED |
A state where the user is required to verify their email via OTP.
|
static AuthnStateSpec<EmailVerificationRequired> |
CommonStateSpec.EMAIL_VERIFICATION_REQUIRED |
A state where the user is required to verify their email.
|
static AuthnStateSpec<Void> |
CommonStateSpec.EXTERNAL_AUTHENTICATION_COMPLETED |
A state where external authentication has completed.
|
static AuthnStateSpec<ExternalAuthenticationFailed> |
CommonStateSpec.EXTERNAL_AUTHENTICATION_FAILED |
A state where external authentication has failed.
|
static AuthnStateSpec<ExternalAuthenticationRequired> |
CommonStateSpec.EXTERNAL_AUTHENTICATION_REQUIRED |
A state where external authentication is required.
|
static AuthnStateSpec<AuthenticationFailed> |
CommonStateSpec.FAILED |
A state indicating that an error occurred that terminated the authentication flow.
|
static AuthnStateSpec<IdentifierRequired> |
CommonStateSpec.IDENTIFIER_REQUIRED |
A state where an identifier is required for authentication to proceed.
|
static AuthnStateSpec<MfaCompleted> |
CommonStateSpec.MFA_COMPLETED |
A state where the user has passed multi-factor authentication.
|
static AuthnStateSpec<MfaFailed> |
CommonStateSpec.MFA_FAILED |
A state where the user has failed multi-factor authentication.
|
static AuthnStateSpec<MobilePairingRequired> |
CommonStateSpec.MOBILE_PAIRING_REQUIRED |
A state where mobile pairing is required.
|
static AuthnStateSpec<NewPasswordRequired> |
CommonStateSpec.MUST_CHANGE_PASSWORD |
A state where the user's existing password is expired and must be changed.
|
static AuthnStateSpec<NewPasswordRecommended> |
CommonStateSpec.NEW_PASSWORD_RECOMMENDED |
A state where the user's existing password is about to expire, and password change is recommended.
|
static AuthnStateSpec<NewPasswordRequired> |
CommonStateSpec.NEW_PASSWORD_REQUIRED |
A state where a new password is required to proceed.
|
static AuthnStateSpec<OAuthDeviceCompleted> |
CommonStateSpec.OAUTH_DEVICE_COMPLETED |
|
static AuthnStateSpec<OAuthDeviceUserCodeConfirmationRequired> |
CommonStateSpec.OAUTH_DEVICE_USER_CODE_CONFIRMATION_REQUIRED |
|
static AuthnStateSpec<OAuthDeviceUserCodeRequired> |
CommonStateSpec.OAUTH_DEVICE_USER_CODE_REQUIRED |
|
static AuthnStateSpec<OtpRequired<Device,User>> |
CommonStateSpec.OTP_REQUIRED |
A state where the user must enter an OTP to proceed.
|
static AuthnStateSpec<OtpVerified> |
CommonStateSpec.OTP_VERIFIED |
A state where the user has completed multi-factor authentication via an OTP.
|
static AuthnStateSpec<PasswordResetRequired> |
CommonStateSpec.PASSWORD_RESET_REQUIRED |
A state where a new password is required to complete password reset.
|
static AuthnStateSpec<PushConfirmationRejected<Device,User>> |
CommonStateSpec.PUSH_CONFIRMATION_REJECTED |
A state where the push confirmation was rejected.
|
static AuthnStateSpec<PushConfirmationTimedOut<Device,User>> |
CommonStateSpec.PUSH_CONFIRMATION_TIMED_OUT |
A state where the push confirmation is timed out.
|
static AuthnStateSpec<PushConfirmationWaiting<Device,User>> |
CommonStateSpec.PUSH_CONFIRMATION_WAITING |
A state where waiting for the user to confirm the push multi-factor authentication request.
|
static AuthnStateSpec<RecoveryCodeRequired> |
CommonStateSpec.RECOVERY_CODE_REQUIRED |
A state where a recovery pass code is required for account recovery to proceed.
|
static AuthnStateSpec<RegistrationRequired> |
CommonStateSpec.REGISTRATION_REQUIRED_AUTHN_STATE_SPEC |
The state where user registration is required.
|
static AuthnStateSpec<Resume> |
CommonStateSpec.RESUME |
The state where the API client must redirect to PingFederate for processing to continue.
|
static AuthnStateSpec<SuccessfulAccountUnlock> |
CommonStateSpec.SUCCESSFUL_ACCOUNT_UNLOCK |
A state where the user has successfully complete an account unlock.
|
static AuthnStateSpec<SuccessfulPasswordChange> |
CommonStateSpec.SUCCESSFUL_PASSWORD_CHANGE |
A state where the user has successfully completed a password change.
|
static AuthnStateSpec<SuccessfulPasswordReset> |
CommonStateSpec.SUCCESSFUL_PASSWORD_RESET |
A state where the user has successfully completed a password reset.
|
static AuthnStateSpec<UsernamePasswordRequired> |
CommonStateSpec.USERNAME_PASSWORD_REQUIRED |
A state where the user must enter their username and password to proceed.
|
static AuthnStateSpec<UsernameRecoveryEmailRequired> |
CommonStateSpec.USERNAME_RECOVERY_EMAIL_REQUIRED |
The status indicating that the user must enter their email to proceed.
|
static AuthnStateSpec<UsernameRecoveryEmailSent> |
CommonStateSpec.USERNAME_RECOVERY_EMAIL_SENT |
The status indicating that an email containing the user's username has be sent.
|