PasswordRecoveryService

public interface PasswordRecoveryService

Methods

cleanUpExpiredRecoveries

void cleanUpExpiredRecoveries()

oneTimeTokenOpenId

void oneTimeTokenOpenId(String email)

passwordRecoveryRequest

void passwordRecoveryRequest(String email)

resetPassword

void resetPassword(String token, String password, String passwordConfirmation)

validateToken

boolean validateToken(String token)

validateTokenAndLoginUser

void validateTokenAndLoginUser(String token, HttpServletRequest request, HttpServletResponse response)