Uses of Interface
org.xwiki.security.authentication.ResetPasswordRequestResponse
-
-
Uses of ResetPasswordRequestResponse in org.xwiki.security.authentication
Methods in org.xwiki.security.authentication that return ResetPasswordRequestResponse 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.Methods in org.xwiki.security.authentication with parameters of type ResetPasswordRequestResponse Modifier and Type Method Description voidResetPasswordManager. sendResetPasswordEmailRequest(ResetPasswordRequestResponse requestResponse)SendResetPasswordRequestResponseinformation by email to the user.
-