Class ClearMembershipAction

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void onRemove​(@NotNull org.apache.jackrabbit.api.security.user.Authorizable authorizable, @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

      • ClearMembershipAction

        public ClearMembershipAction()
    • Method Detail

      • onRemove

        public void onRemove​(@NotNull
                             @NotNull org.apache.jackrabbit.api.security.user.Authorizable authorizable,
                             @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:
        onRemove in interface AuthorizableAction
        Overrides:
        onRemove in class AbstractAuthorizableAction
        Parameters:
        authorizable - The authorizable to be removed.
        root - The root associated with the user manager.
        Throws:
        RepositoryException - If an error occurs.