Uses of Class
com.pingidentity.sdk.api.authn.spec.AuthnActionSpec
Packages that use AuthnActionSpec
Package
Description
Contains "spec" classes for states, actions, and errors that are shared across multiple API-capable plugins.
Defines various "spec" classes for the Authentication API.
-
Uses of AuthnActionSpec in com.pingidentity.sdk.api.authn.common
Fields in com.pingidentity.sdk.api.authn.common declared as AuthnActionSpecModifier and TypeFieldDescriptionstatic final AuthnActionSpec<AuthenticationSourceSelection>CommonActionSpec.ALTERNATIVE_AUTHENTICATIONThe action used when the end user opts to use an alternative authentication source.static final AuthnActionSpec<Authenticate>CommonActionSpec.AUTHENTICATEThe action used to start a multi-factor authentication.static final AuthnActionSpec<Void>CommonActionSpec.CANCELThe action used to cancel the current operation.static final AuthnActionSpec<Void>CommonActionSpec.CANCEL_ACCOUNT_RECOVERYThe action used when the end user cancels the current account recovery process.static final AuthnActionSpec<Void>CommonActionSpec.CANCEL_AUTHENTICATIONDeprecated.static final AuthnActionSpec<Void>CommonActionSpec.CANCEL_IDENTIFIER_SUBMISSIONThe action used when the end user opts to cancel identifier submission.static final AuthnActionSpec<Void>CommonActionSpec.CANCEL_PASSWORD_CHANGEThe action used when the end user cancels a password change.static final AuthnActionSpec<Void>CommonActionSpec.CANCEL_USERNAME_RECOVERYThe action used when the end user cancels the current username recovery flow.static final AuthnActionSpec<CheckAccountRecoveryUsername>CommonActionSpec.CHECK_ACCOUNT_RECOVERY_USERNAMEThe action used when the end user submits the username of an existing account selected for account recovery.static final AuthnActionSpec<CheckChallengeResponse>CommonActionSpec.CHECK_CHALLENGE_RESPONSEThe action used when the end user submits their one-time challenge response.static final AuthnActionSpec<CheckCurrentCredentials>CommonActionSpec.CHECK_CURRENT_CREDENTIALSThe action used to validate current credential when an end user initiates change password configured with multi-factor authentication.static final AuthnActionSpec<CheckNewPassword>CommonActionSpec.CHECK_NEW_PASSWORDThe action used when the end user submits a new password for validation.static final AuthnActionSpec<CheckOtp>CommonActionSpec.CHECK_OTPThe action used to check if an OTP is valid.static final AuthnActionSpec<CheckPasswordReset>CommonActionSpec.CHECK_PASSWORD_RESETThe action used when the end user submits a new password for password reset.static final AuthnActionSpec<CheckRecoveryCode>CommonActionSpec.CHECK_RECOVERY_CODEThe action used when the end user submits the recovery pass code for user verification during account recovery.static final AuthnActionSpec<CheckUsernamePassword>CommonActionSpec.CHECK_USERNAME_PASSWORDThe action used when the end user submits their credentials.static final AuthnActionSpec<CheckUsernameRecoveryEmail>CommonActionSpec.CHECK_USERNAME_RECOVERY_EMAILThe action used when the end user submits the email address associated with the username to be recovered.static final AuthnActionSpec<ClearIdentifier>CommonActionSpec.CLEAR_IDENTIFIERThe action used when the end user opts to clear a previously submitted identifier.static final AuthnActionSpec<ClientSideAuthenticationAction>CommonActionSpec.CLIENT_SIDE_AUTHENTICATOR_ACTIONThe action used to authenticate with a client side authenticator.static final AuthnActionSpec<ConfirmUserCode>CommonActionSpec.CONFIRM_USER_CODEThe action used to confirm the user code in the OAuth device authorization flow.static final AuthnActionSpec<Void>CommonActionSpec.CONTINUEThe action used to continue the current operation.static final AuthnActionSpec<Void>CommonActionSpec.CONTINUE_ACCOUNT_RECOVERYThe action used when the end user wishes to continue account recovery after an account unlock.static final AuthnActionSpec<Void>CommonActionSpec.CONTINUE_AUTHENTICATIONDeprecated.UseCommonActionSpec.CONTINUEinstead.static final AuthnActionSpec<Void>CommonActionSpec.INITIATE_ACCOUNT_RECOVERYThe action used when the end user initiates an account recovery process.static final AuthnActionSpec<Void>CommonActionSpec.INITIATE_PASSWORD_CHANGEThe action used when the end user initiates a password change.static final AuthnActionSpec<Void>CommonActionSpec.INITIATE_REGISTRATIONThe action used when the end user initiates registration.static final AuthnActionSpec<Void>CommonActionSpec.POLLThe action used to get the current operation's status.static final AuthnActionSpec<Void>CommonActionSpec.RECOVER_USERNAMEThe action used when the end user initiates a username recovery.static final AuthnActionSpec<RegisterUser>CommonActionSpec.REGISTER_USERThe action used when registering a new user.static final AuthnActionSpec<Void>CommonActionSpec.RESEND_OTPThe action used to resend an OTP to the user's selected device.static final AuthnActionSpec<Void>CommonActionSpec.RESTARTThe action used when the user restarts the authentication process.static final AuthnActionSpec<SelectDevice>CommonActionSpec.SELECT_DEVICEThe action used to select a device.static final AuthnActionSpec<Void>CommonActionSpec.SEND_EMAIL_VERIFICATION_OTLThe action used to send an OTL to the user for email verification.static final AuthnActionSpec<Void>CommonActionSpec.SKIP_OTPThe action used to skip an OTP check.static final AuthnActionSpec<SubmitDeviceProfile<? extends DeviceProfile>>CommonActionSpec.SUBMIT_DEVICE_PROFILEThe action used for submitting a user's device profile.static final AuthnActionSpec<SubmitDeviceProfileSessionId>CommonActionSpec.SUBMIT_DEVICE_PROFILE_SESSION_IDThe action used to submit a session identifier when a device is profiled.static final AuthnActionSpec<SubmitIdentifier>CommonActionSpec.SUBMIT_IDENTIFIERThe action used when the end user submits an identifier.static final AuthnActionSpec<SubmitUserCode>CommonActionSpec.SUBMIT_USER_CODEThe action used to submit the user code in the OAuth device authorization flow. -
Uses of AuthnActionSpec in com.pingidentity.sdk.api.authn.spec
Methods in com.pingidentity.sdk.api.authn.spec that return AuthnActionSpecMethods in com.pingidentity.sdk.api.authn.spec that return types with arguments of type AuthnActionSpecModifier and TypeMethodDescriptionList<AuthnActionSpec<?>>AuthnStateSpec.getActions()Gets the complete list of allowed actions from this state.Methods in com.pingidentity.sdk.api.authn.spec with parameters of type AuthnActionSpecModifier and TypeMethodDescriptionAuthnStateSpec.Builder.action(AuthnActionSpec<?> action) Add an action.AuthnActionSpec.Builder.template(AuthnActionSpec<?> template, Class<ModelType> overrideModelClass) Initialize the builder with the values from an existing spec, overriding the model class.AuthnActionSpec.Builder.template(AuthnActionSpec<ModelType> template) Initialize the builder with the values from an existing spec.
CommonActionSpec.CANCELinstead.