Uses of Class
org.xwiki.security.authentication.ResetPasswordException
-
-
Uses of ResetPasswordException in org.xwiki.security.authentication
Methods in org.xwiki.security.authentication that throw ResetPasswordException Modifier and Type Method Description ResetPasswordRequestResponse
ResetPasswordManager. checkVerificationCode(UserReference userReference, String verificationCode)
Check if the given verification code is correct for the user reference.ResetPasswordRequestResponse
ResetPasswordManager. requestResetPassword(UserReference userReference)
Perform a reset password request and return the information to send to the user.void
ResetPasswordManager. resetPassword(UserReference userReference, String newPassword)
Reset the password of the given user with the given new password.void
ResetPasswordManager. sendResetPasswordEmailRequest(ResetPasswordRequestResponse requestResponse)
SendResetPasswordRequestResponse
information by email to the user.
-