Package | Description |
---|---|
org.apache.jackrabbit.core.config |
Jackrabbit configuration handling.
|
org.apache.jackrabbit.core.security.user | |
org.apache.jackrabbit.core.security.user.action |
Modifier and Type | Method and Description |
---|---|
AuthorizableAction[] |
UserManagerConfig.getAuthorizableActions() |
Modifier and Type | Method and Description |
---|---|
void |
UserManagerImpl.setAuthorizableActions(AuthorizableAction[] authorizableActions)
Set the authorizable actions that will be invoked upon authorizable
creation and removal.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractAuthorizableAction
Abstract implementation of the
AuthorizableAction 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
ClearMembershipAction ... |
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 © 2004–2024 The Apache Software Foundation. All rights reserved.