@Version("2.6.0")
Package org.apache.jackrabbit.api.security.authorization
Jackrabbit extensions for authorization.
-
Interface Summary Interface Description PrincipalAccessControlList Extension of theJackrabbitAccessControlListthat is bound to aPrincipal.PrincipalAccessControlList.Entry Extension of theJackrabbitAccessControlEntrythat additionally defines the target object where this entry will take effect.PrincipalSetPolicy Extension of the JCRAccessControlPolicyintended to grant a set ofPrincipals the ability to perform certain actions.PrivilegeCollection Wrapper around a set ofPrivileges that allows to test if a given list of privilege names in included.PrivilegeManager PrivilegeManageris a jackrabbit specific extensions to JCR access control management that allows to retrieve privileges known by this JCR implementation and to register new custom privileges according to implementation specific rules. -
Class Summary Class Description PrivilegeCollection.Default Default implementation of thePrivilegeCollectioninterface.