Uses of Package
org.apache.jackrabbit.oak.spi.security.user.action
Packages that use org.apache.jackrabbit.oak.spi.security.user.action
-
Classes in org.apache.jackrabbit.oak.spi.security.user.action used by org.apache.jackrabbit.oak.spi.security.user.actionClassDescriptionAbstract implementation of the
AuthorizableActioninterface that doesn't perform any action.TheAuthorizableActioninterface provide an implementation specific way to execute additional validation or write tasks uponUser creation,Group creation,Authorizable removalandUser password modification.AuthorizableActionProvideris used to provideAuthorizableActions for each instance ofUserManager.TheGroupActioninterface allows for implementations to be informed about and react to the following changes to aGroup's members:GroupAction.onMemberAdded(Group, Authorizable, Root, NamePathMapper)GroupAction.onMembersAdded(Group, Iterable, Iterable, Root, NamePathMapper)GroupAction.onMembersAddedContentId(Group, Iterable, Iterable, Root, NamePathMapper)GroupAction.onMemberRemoved(Group, Authorizable, Root, NamePathMapper)GroupAction.onMembersRemoved(Group, Iterable, Iterable, Root, NamePathMapper)