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
Exception
void changePasswordRestrictedAccess(String userChangingThePassword, String userNameId, String newPassword) throws Exception
userChangingThePassword
- userNameId
- newPassword
- Exception
void save(Credentials credentials) throws Exception
Exception
Copyright © 2018. All rights reserved.