@Version("2.6.0")
Package org.apache.jackrabbit.api.security.authorization
Jackrabbit extensions for authorization.
-
Interface Summary Interface Description PrincipalAccessControlList Extension of theJackrabbitAccessControlList
that is bound to aPrincipal
.PrincipalAccessControlList.Entry Extension of theJackrabbitAccessControlEntry
that additionally defines the target object where this entry will take effect.PrincipalSetPolicy Extension of the JCRAccessControlPolicy
intended to grant a set ofPrincipal
s the ability to perform certain actions.PrivilegeCollection Wrapper around a set ofPrivilege
s that allows to test if a given list of privilege names in included.PrivilegeManager PrivilegeManager
is 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 thePrivilegeCollection
interface.