public class PasswordChangeAction extends AbstractAuthorizableAction
PasswordChangeAction asserts that the upon
onPasswordChange(org.apache.jackrabbit.api.security.user.User, String,
org.apache.jackrabbit.oak.api.Root, org.apache.jackrabbit.oak.namepath.NamePathMapper)
a different, non-null password is specified.User.changePassword(String),
User.changePassword(String, String)| Constructor and Description |
|---|
PasswordChangeAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
onPasswordChange(User user,
java.lang.String newPassword,
Root root,
NamePathMapper namePathMapper)
Doesn't perform any action.
|
init, onCreate, onCreate, onRemovepublic void onPasswordChange(User user, java.lang.String newPassword, Root root, NamePathMapper namePathMapper) throws RepositoryException
AbstractAuthorizableActiononPasswordChange in interface AuthorizableActiononPasswordChange in class AbstractAuthorizableActionuser - The user that whose password is going to change.newPassword - The new password as specified in User.changePassword(java.lang.String)root - The root associated with the user manager.RepositoryException - If an exception or error occurs."Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"