Package org.apache.jackrabbit.core.security.user.action
- 
Interface Summary Interface Description AuthorizableAction TheAuthorizableActioninterface provide an implementation specific way to execute additional validation or write tasks uponUser creation,Group creation,Authorizable removalandUser password modification. The actions are attached to a given UserManager instance upon creation by callingUserManagerImpl.setAuthorizableActions(AuthorizableAction[]).
- 
Class Summary Class Description AbstractAuthorizableAction Abstract implementation of theAuthorizableActioninterface that doesn't perform any action.AccessControlAction TheAccessControlActionallows 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 ClearMembershipAction...PasswordValidationAction PasswordValidationActionprovides 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.