Interface | Description |
---|---|
AuthorizableAction |
The
AuthorizableAction interface provide an implementation
specific way to execute additional validation or write tasks upon
User creation ,
Group creation ,
Authorizable removal and
User password modification .
|
AuthorizableActionProvider |
AuthorizableActionProvider is used to provide AuthorizableAction s
for each instance of UserManager . |
GroupAction |
The
GroupAction interface allows for implementations to be informed about and react to the following
changes to a Group '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)
|
Class | Description |
---|---|
AbstractAuthorizableAction |
Abstract implementation of the
AuthorizableAction interface that
doesn't perform any action. |
AbstractGroupAction |
Abstract implementation of the
GroupAction interface that
doesn't perform any action. |
AccessControlAction |
The
AccessControlAction allows to setup permissions upon creation
of a new authorizable; namely the privileges the new authorizable should be
granted on it's own 'home directory' being represented by the new node
associated with that new authorizable. |
ClearMembershipAction |
Authorizable action attempting to clear all group membership before removing
the specified authorizable.
|
CompositeActionProvider |
Aggregates a collection of
AuthorizableActionProvider s into a single
provider. |
DefaultAuthorizableActionProvider |
Default implementation of the
AuthorizableActionProvider interface
that allows to config all actions provided by the OAK. |
PasswordChangeAction |
PasswordChangeAction asserts that the upon
PasswordChangeAction.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. |
PasswordValidationAction |
PasswordValidationAction provides a simple password validation
mechanism with the following configurable option:
constraint: a regular expression that can be compiled
to a Pattern defining validation rules for a password.
|
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"