Class PasswordChangeAction

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void onPasswordChange​(@NotNull org.apache.jackrabbit.api.security.user.User user, @Nullable java.lang.String newPassword, @NotNull org.apache.jackrabbit.oak.api.Root root, @NotNull org.apache.jackrabbit.oak.namepath.NamePathMapper namePathMapper)
      Doesn't perform any action.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PasswordChangeAction

        public PasswordChangeAction()
    • Method Detail

      • onPasswordChange

        public void onPasswordChange​(@NotNull
                                     @NotNull org.apache.jackrabbit.api.security.user.User user,
                                     @Nullable
                                     @Nullable java.lang.String newPassword,
                                     @NotNull
                                     @NotNull org.apache.jackrabbit.oak.api.Root root,
                                     @NotNull
                                     @NotNull org.apache.jackrabbit.oak.namepath.NamePathMapper namePathMapper)
                              throws RepositoryException
        Description copied from class: AbstractAuthorizableAction
        Doesn't perform any action.
        Specified by:
        onPasswordChange in interface AuthorizableAction
        Overrides:
        onPasswordChange in class AbstractAuthorizableAction
        Parameters:
        user - 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.
        Throws:
        RepositoryException - If an exception or error occurs.