Package javax.jcr.security


package javax.jcr.security
Provides interfaces and classes for content repository access control management functionality.
  • Class
    Description
    An AccessControlEntry represents the association of one or more Privilege objects with a specific Principal.
    Exception thrown by access control related methods of AccessControlManager.
    The AccessControlList is an AccessControlPolicy representing a list of access control entries.
    The AccessControlManager object is accessed via Session.getAccessControlManager().
    The AccessControlPolicy is a marker interface for all kind of access control policies.
    Allows easy iteration through a list of AccessControlPolicys with nextAccessControlPolicy as well as a skip method inherited from RangeIterator.
    An NamedAccessControlPolicy 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.