Uses of Interface
org.apache.jackrabbit.core.security.user.action.AuthorizableAction
-
Packages that use AuthorizableAction Package Description org.apache.jackrabbit.core.config org.apache.jackrabbit.core.security.user org.apache.jackrabbit.core.security.user.action -
-
Uses of AuthorizableAction in org.apache.jackrabbit.core.config
Methods in org.apache.jackrabbit.core.config that return AuthorizableAction Modifier and Type Method Description AuthorizableAction[]UserManagerConfig. getAuthorizableActions() -
Uses of AuthorizableAction in org.apache.jackrabbit.core.security.user
Methods in org.apache.jackrabbit.core.security.user with parameters of type AuthorizableAction Modifier and Type Method Description voidUserManagerImpl. setAuthorizableActions(AuthorizableAction[] authorizableActions)Set the authorizable actions that will be invoked upon authorizable creation and removal. -
Uses of AuthorizableAction in org.apache.jackrabbit.core.security.user.action
Classes in org.apache.jackrabbit.core.security.user.action that implement AuthorizableAction Modifier and Type Class Description classAbstractAuthorizableActionAbstract implementation of theAuthorizableActioninterface that doesn't perform any action.classAccessControlActionTheAccessControlActionallows 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.classClearMembershipActionClearMembershipAction...classPasswordValidationActionPasswordValidationActionprovides a simple password validation mechanism with the following configurable option: constraint: a regular expression that can be compiled to aPatterndefining validation rules for a password.
-