public interface ResetPasswordService extends de.alpharogroup.service.domain.DomainService<Integer,ResetPassword>
ResetPasswordService.| Modifier and Type | Method and Description |
|---|---|
ResetPassword |
findResetPassword(User user)
Finds the
ResetPassword object from the given User object. |
ResetPassword |
findResetPassword(User user,
String generatedPassword)
Find the entry from the given
User and the given generated password(hashed). |
ResetPassword findResetPassword(User user)
ResetPassword object from the given User object.user - the userResetPassword or null if not foundResetPassword findResetPassword(User user, String generatedPassword)
User and the given generated password(hashed).user - the usergeneratedPassword - the generated password(hashed) is the confirmationCode from the url query stringResetPassword or null if not foundCopyright © 2015–2017 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.