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