Package javax.jcr.security
Provides interfaces and classes for content repository access control management
functionality.
-
Interface Summary Interface Description AccessControlEntry AnAccessControlEntryrepresents the association of one or morePrivilegeobjects with a specificPrincipal.AccessControlList AccessControlManager TheAccessControlManagerobject is accessed viaSession.getAccessControlManager().AccessControlPolicy TheAccessControlPolicyis a marker interface for all kind of access control policies.AccessControlPolicyIterator Allows easy iteration through a list ofAccessControlPolicys withnextAccessControlPolicyas well as askipmethod inherited fromRangeIterator.NamedAccessControlPolicy AnNamedAccessControlPolicyis an opaque access control policy that is described by a JCR name and optionally a description.Privilege A privilege represents the capability of performing a particular set of operations on items in the JCR repository. -
Exception Summary Exception Description AccessControlException Exception thrown by access control related methods ofAccessControlManager.