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 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.Methods in org.xwiki.security.authentication with parameters of type ResetPasswordRequestResponse Modifier and Type Method Description void
ResetPasswordManager. sendResetPasswordEmailRequest(ResetPasswordRequestResponse requestResponse)
SendResetPasswordRequestResponse
information by email to the user.
-