Uses of Class
com.atlassian.crowd.manager.login.exception.InvalidResetPasswordTokenException
Package
Description
-
Uses of InvalidResetPasswordTokenException in com.atlassian.crowd.manager.login
Modifier and TypeMethodDescriptionvoid
ForgottenLoginManager.resetUserCredential
(long directoryId, String username, PasswordCredential credential, String token) Resets the user credentials and invalidates the token.void
ForgottenLoginManagerImpl.resetUserCredential
(long directoryId, String username, PasswordCredential credential, String token) -
Uses of InvalidResetPasswordTokenException in com.atlassian.crowd.plugin.rest.service.controller.account
Modifier and TypeMethodDescriptionvoid
AccountManagementController.resetPassword
(String username, long directoryId, String password, String token)