| Package | Description |
|---|---|
| org.apache.jackrabbit.oak.spi.security.user.action |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractGroupAction
Abstract implementation of the
GroupAction interface that
doesn't perform any action. |
class |
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. |
class |
ClearMembershipAction
Authorizable action attempting to clear all group membership before removing
the specified authorizable.
|
class |
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. |
class |
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 © 2012–2018 The Apache Software Foundation. All rights reserved.