Package javax.jcr.security
Provides interfaces and classes for content repository access control management
functionality.
-
Interface Summary Interface Description AccessControlEntry AnAccessControlEntry
represents the association of one or morePrivilege
objects with a specificPrincipal
.AccessControlList AccessControlManager TheAccessControlManager
object is accessed viaSession.getAccessControlManager()
.AccessControlPolicy TheAccessControlPolicy
is a marker interface for all kind of access control policies.AccessControlPolicyIterator Allows easy iteration through a list ofAccessControlPolicy
s withnextAccessControlPolicy
as well as askip
method inherited fromRangeIterator
.NamedAccessControlPolicy AnNamedAccessControlPolicy
is 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
.