Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.PasswordHistoryPolicyViolationException
Packages that use PasswordHistoryPolicyViolationException
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of PasswordHistoryPolicyViolationException in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider that throw PasswordHistoryPolicyViolationExceptionModifier and TypeMethodDescriptionCognitoIdentityProviderClient.adminRespondToAuthChallenge(Consumer<AdminRespondToAuthChallengeRequest.Builder> adminRespondToAuthChallengeRequest) Some API operations in a user pool generate a challenge, like a prompt for an MFA code, for device authentication that bypasses MFA, or for a custom authentication challenge.CognitoIdentityProviderClient.adminRespondToAuthChallenge(AdminRespondToAuthChallengeRequest adminRespondToAuthChallengeRequest) Some API operations in a user pool generate a challenge, like a prompt for an MFA code, for device authentication that bypasses MFA, or for a custom authentication challenge.default AdminSetUserPasswordResponseCognitoIdentityProviderClient.adminSetUserPassword(Consumer<AdminSetUserPasswordRequest.Builder> adminSetUserPasswordRequest) Sets the specified user's password in a user pool.default AdminSetUserPasswordResponseCognitoIdentityProviderClient.adminSetUserPassword(AdminSetUserPasswordRequest adminSetUserPasswordRequest) Sets the specified user's password in a user pool.default ChangePasswordResponseCognitoIdentityProviderClient.changePassword(Consumer<ChangePasswordRequest.Builder> changePasswordRequest) Changes the password for the currently signed-in user.default ChangePasswordResponseCognitoIdentityProviderClient.changePassword(ChangePasswordRequest changePasswordRequest) Changes the password for the currently signed-in user.default ConfirmForgotPasswordResponseCognitoIdentityProviderClient.confirmForgotPassword(Consumer<ConfirmForgotPasswordRequest.Builder> confirmForgotPasswordRequest) This public API operation accepts a confirmation code that Amazon Cognito sent to a user and accepts a new password for that user.default ConfirmForgotPasswordResponseCognitoIdentityProviderClient.confirmForgotPassword(ConfirmForgotPasswordRequest confirmForgotPasswordRequest) This public API operation accepts a confirmation code that Amazon Cognito sent to a user and accepts a new password for that user.default RespondToAuthChallengeResponseCognitoIdentityProviderClient.respondToAuthChallenge(Consumer<RespondToAuthChallengeRequest.Builder> respondToAuthChallengeRequest) Some API operations in a user pool generate a challenge, like a prompt for an MFA code, for device authentication that bypasses MFA, or for a custom authentication challenge.default RespondToAuthChallengeResponseCognitoIdentityProviderClient.respondToAuthChallenge(RespondToAuthChallengeRequest respondToAuthChallengeRequest) Some API operations in a user pool generate a challenge, like a prompt for an MFA code, for device authentication that bypasses MFA, or for a custom authentication challenge.