Package javax.jcr.security
package javax.jcr.security
Provides interfaces and classes for content repository access control management
functionality.
-
ClassDescriptionAn
AccessControlEntry
represents the association of one or morePrivilege
objects with a specificPrincipal
.Exception thrown by access control related methods ofAccessControlManager
.TheAccessControlManager
object is accessed viaSession.getAccessControlManager()
.TheAccessControlPolicy
is a marker interface for all kind of access control policies.Allows easy iteration through a list ofAccessControlPolicy
s withnextAccessControlPolicy
as well as askip
method inherited fromRangeIterator
.AnNamedAccessControlPolicy
is 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.