Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.PasswordResetRequiredException
Packages that use PasswordResetRequiredException
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of PasswordResetRequiredException in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider that throw PasswordResetRequiredExceptionModifier and TypeMethodDescriptiondefault AdminInitiateAuthResponseCognitoIdentityProviderClient.adminInitiateAuth(Consumer<AdminInitiateAuthRequest.Builder> adminInitiateAuthRequest) Starts sign-in for applications with a server-side component, for example a traditional web application.default AdminInitiateAuthResponseCognitoIdentityProviderClient.adminInitiateAuth(AdminInitiateAuthRequest adminInitiateAuthRequest) Starts sign-in for applications with a server-side component, for example a traditional web application.CognitoIdentityProviderClient.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.CognitoIdentityProviderClient.adminSetUserMFAPreference(Consumer<AdminSetUserMfaPreferenceRequest.Builder> adminSetUserMfaPreferenceRequest) Sets the user's multi-factor authentication (MFA) preference, including which MFA options are activated, and if any are preferred.CognitoIdentityProviderClient.adminSetUserMFAPreference(AdminSetUserMfaPreferenceRequest adminSetUserMfaPreferenceRequest) Sets the user's multi-factor authentication (MFA) preference, including which MFA options are activated, and if any are preferred.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.CognitoIdentityProviderClient.completeWebAuthnRegistration(Consumer<CompleteWebAuthnRegistrationRequest.Builder> completeWebAuthnRegistrationRequest) Completes registration of a passkey authenticator for the currently signed-in user.CognitoIdentityProviderClient.completeWebAuthnRegistration(CompleteWebAuthnRegistrationRequest completeWebAuthnRegistrationRequest) Completes registration of a passkey authenticator for the currently signed-in user.default ConfirmDeviceResponseCognitoIdentityProviderClient.confirmDevice(Consumer<ConfirmDeviceRequest.Builder> confirmDeviceRequest) Confirms a device that a user wants to remember.default ConfirmDeviceResponseCognitoIdentityProviderClient.confirmDevice(ConfirmDeviceRequest confirmDeviceRequest) Confirms a device that a user wants to remember.default DeleteUserResponseCognitoIdentityProviderClient.deleteUser(Consumer<DeleteUserRequest.Builder> deleteUserRequest) Deletes the profile of the currently signed-in user.default DeleteUserResponseCognitoIdentityProviderClient.deleteUser(DeleteUserRequest deleteUserRequest) Deletes the profile of the currently signed-in user.default DeleteUserAttributesResponseCognitoIdentityProviderClient.deleteUserAttributes(Consumer<DeleteUserAttributesRequest.Builder> deleteUserAttributesRequest) Deletes attributes from the currently signed-in user.default DeleteUserAttributesResponseCognitoIdentityProviderClient.deleteUserAttributes(DeleteUserAttributesRequest deleteUserAttributesRequest) Deletes attributes from the currently signed-in user.default DeleteWebAuthnCredentialResponseCognitoIdentityProviderClient.deleteWebAuthnCredential(Consumer<DeleteWebAuthnCredentialRequest.Builder> deleteWebAuthnCredentialRequest) Deletes a registered passkey, or WebAuthn, authenticator for the currently signed-in user.default DeleteWebAuthnCredentialResponseCognitoIdentityProviderClient.deleteWebAuthnCredential(DeleteWebAuthnCredentialRequest deleteWebAuthnCredentialRequest) Deletes a registered passkey, or WebAuthn, authenticator for the currently signed-in user.default ForgetDeviceResponseCognitoIdentityProviderClient.forgetDevice(Consumer<ForgetDeviceRequest.Builder> forgetDeviceRequest) Given a device key, deletes a remembered device as the currently signed-in user.default ForgetDeviceResponseCognitoIdentityProviderClient.forgetDevice(ForgetDeviceRequest forgetDeviceRequest) Given a device key, deletes a remembered device as the currently signed-in user.default GetDeviceResponseCognitoIdentityProviderClient.getDevice(Consumer<GetDeviceRequest.Builder> getDeviceRequest) Given a device key, returns information about a remembered device for the current user.default GetDeviceResponseCognitoIdentityProviderClient.getDevice(GetDeviceRequest getDeviceRequest) Given a device key, returns information about a remembered device for the current user.default GetUserResponseCognitoIdentityProviderClient.getUser(Consumer<GetUserRequest.Builder> getUserRequest) Gets user attributes and and MFA settings for the currently signed-in user.default GetUserResponseCognitoIdentityProviderClient.getUser(GetUserRequest getUserRequest) Gets user attributes and and MFA settings for the currently signed-in user.CognitoIdentityProviderClient.getUserAttributeVerificationCode(Consumer<GetUserAttributeVerificationCodeRequest.Builder> getUserAttributeVerificationCodeRequest) Given an attribute name, sends a user attribute verification code for the specified attribute name to the currently signed-in user.CognitoIdentityProviderClient.getUserAttributeVerificationCode(GetUserAttributeVerificationCodeRequest getUserAttributeVerificationCodeRequest) Given an attribute name, sends a user attribute verification code for the specified attribute name to the currently signed-in user.default GetUserAuthFactorsResponseCognitoIdentityProviderClient.getUserAuthFactors(Consumer<GetUserAuthFactorsRequest.Builder> getUserAuthFactorsRequest) Lists the authentication options for the currently signed-in user.default GetUserAuthFactorsResponseCognitoIdentityProviderClient.getUserAuthFactors(GetUserAuthFactorsRequest getUserAuthFactorsRequest) Lists the authentication options for the currently signed-in user.default GlobalSignOutResponseCognitoIdentityProviderClient.globalSignOut(Consumer<GlobalSignOutRequest.Builder> globalSignOutRequest) Invalidates the identity, access, and refresh tokens that Amazon Cognito issued to a user.default GlobalSignOutResponseCognitoIdentityProviderClient.globalSignOut(GlobalSignOutRequest globalSignOutRequest) Invalidates the identity, access, and refresh tokens that Amazon Cognito issued to a user.default InitiateAuthResponseCognitoIdentityProviderClient.initiateAuth(Consumer<InitiateAuthRequest.Builder> initiateAuthRequest) Declares an authentication flow and initiates sign-in for a user in the Amazon Cognito user directory.default InitiateAuthResponseCognitoIdentityProviderClient.initiateAuth(InitiateAuthRequest initiateAuthRequest) Declares an authentication flow and initiates sign-in for a user in the Amazon Cognito user directory.default ListDevicesResponseCognitoIdentityProviderClient.listDevices(Consumer<ListDevicesRequest.Builder> listDevicesRequest) Lists the devices that Amazon Cognito has registered to the currently signed-in user.default ListDevicesResponseCognitoIdentityProviderClient.listDevices(ListDevicesRequest listDevicesRequest) Lists the devices that Amazon Cognito has registered to the currently signed-in user.default ListWebAuthnCredentialsResponseCognitoIdentityProviderClient.listWebAuthnCredentials(Consumer<ListWebAuthnCredentialsRequest.Builder> listWebAuthnCredentialsRequest) Generates a list of the currently signed-in user's registered passkey, or WebAuthn, credentials.default ListWebAuthnCredentialsResponseCognitoIdentityProviderClient.listWebAuthnCredentials(ListWebAuthnCredentialsRequest listWebAuthnCredentialsRequest) Generates a list of the currently signed-in user's registered passkey, or WebAuthn, credentials.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.default SetUserMfaPreferenceResponseCognitoIdentityProviderClient.setUserMFAPreference(Consumer<SetUserMfaPreferenceRequest.Builder> setUserMfaPreferenceRequest) Set the user's multi-factor authentication (MFA) method preference, including which MFA factors are activated and if any are preferred.default SetUserMfaPreferenceResponseCognitoIdentityProviderClient.setUserMFAPreference(SetUserMfaPreferenceRequest setUserMfaPreferenceRequest) Set the user's multi-factor authentication (MFA) method preference, including which MFA factors are activated and if any are preferred.default SetUserSettingsResponseCognitoIdentityProviderClient.setUserSettings(Consumer<SetUserSettingsRequest.Builder> setUserSettingsRequest) This action is no longer supported. You can use it to configure only SMS MFA.default SetUserSettingsResponseCognitoIdentityProviderClient.setUserSettings(SetUserSettingsRequest setUserSettingsRequest) This action is no longer supported. You can use it to configure only SMS MFA.CognitoIdentityProviderClient.startWebAuthnRegistration(Consumer<StartWebAuthnRegistrationRequest.Builder> startWebAuthnRegistrationRequest) Requests credential creation options from your user pool for the currently signed-in user.CognitoIdentityProviderClient.startWebAuthnRegistration(StartWebAuthnRegistrationRequest startWebAuthnRegistrationRequest) Requests credential creation options from your user pool for the currently signed-in user.default UpdateDeviceStatusResponseCognitoIdentityProviderClient.updateDeviceStatus(Consumer<UpdateDeviceStatusRequest.Builder> updateDeviceStatusRequest) Updates the status of a the currently signed-in user's device so that it is marked as remembered or not remembered for the purpose of device authentication.default UpdateDeviceStatusResponseCognitoIdentityProviderClient.updateDeviceStatus(UpdateDeviceStatusRequest updateDeviceStatusRequest) Updates the status of a the currently signed-in user's device so that it is marked as remembered or not remembered for the purpose of device authentication.default UpdateUserAttributesResponseCognitoIdentityProviderClient.updateUserAttributes(Consumer<UpdateUserAttributesRequest.Builder> updateUserAttributesRequest) Updates the currently signed-in user's attributes.default UpdateUserAttributesResponseCognitoIdentityProviderClient.updateUserAttributes(UpdateUserAttributesRequest updateUserAttributesRequest) Updates the currently signed-in user's attributes.default VerifySoftwareTokenResponseCognitoIdentityProviderClient.verifySoftwareToken(Consumer<VerifySoftwareTokenRequest.Builder> verifySoftwareTokenRequest) Registers the current user's time-based one-time password (TOTP) authenticator with a code generated in their authenticator app from a private key that's supplied by your user pool.default VerifySoftwareTokenResponseCognitoIdentityProviderClient.verifySoftwareToken(VerifySoftwareTokenRequest verifySoftwareTokenRequest) Registers the current user's time-based one-time password (TOTP) authenticator with a code generated in their authenticator app from a private key that's supplied by your user pool.default VerifyUserAttributeResponseCognitoIdentityProviderClient.verifyUserAttribute(Consumer<VerifyUserAttributeRequest.Builder> verifyUserAttributeRequest) Submits a verification code for a signed-in user who has added or changed a value of an auto-verified attribute.default VerifyUserAttributeResponseCognitoIdentityProviderClient.verifyUserAttribute(VerifyUserAttributeRequest verifyUserAttributeRequest) Submits a verification code for a signed-in user who has added or changed a value of an auto-verified attribute.