public interface ChangePassword
| Modifier and Type | Method and Description |
|---|---|
void |
changePassword(String userNameId,
String existingPassword,
String newPassword) |
void |
changePasswordRestrictedAccess(String userChangingThePassword,
String userNameId,
String newPassword)
Whenere another user can change for the given user but the user id of the change request should be supplied to validate if the changer has authority to do sp
|
void |
save(Credentials credentials) |
void changePassword(String userNameId, String existingPassword, String newPassword) throws Exception
Exceptionvoid changePasswordRestrictedAccess(String userChangingThePassword, String userNameId, String newPassword) throws Exception
userChangingThePassword - userNameId - newPassword - Exceptionvoid save(Credentials credentials) throws Exception
ExceptionCopyright © 2018. All rights reserved.