@Version("1.3.0")
Package org.apache.jackrabbit.oak.spi.security.user.action
-
Class Summary Class Description AbstractAuthorizableAction Abstract implementation of theAuthorizableAction
interface that doesn't perform any action.AbstractGroupAction Abstract implementation of theGroupAction
interface that doesn't perform any action.AccessControlAction TheAccessControlAction
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 ofAuthorizableActionProvider
s into a single provider.DefaultAuthorizableActionProvider Default implementation of theAuthorizableActionProvider
interface that allows to config all actions provided by the OAK.PasswordChangeAction PasswordChangeAction
asserts that the uponPasswordChangeAction.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 aPattern
defining validation rules for a password.