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 ResetPasswordRequestResponseResetPasswordManager. checkVerificationCode(UserReference userReference, String verificationCode)Check if the given verification code is correct for the user reference.ResetPasswordRequestResponseResetPasswordManager. requestResetPassword(UserReference userReference)Perform a reset password request and return the information to send to the user.voidResetPasswordManager. resetPassword(UserReference userReference, String newPassword)Reset the password of the given user with the given new password.voidResetPasswordManager. sendResetPasswordEmailRequest(ResetPasswordRequestResponse requestResponse)SendResetPasswordRequestResponseinformation by email to the user.
-