Package org.apache.jackrabbit.core.security.authorization.acl
-
Interface Summary Interface Description EntryFilter EntryFilter... -
Class Summary Class Description ACLEditor ACLEditor...ACLProvider The ACLProvider generates access control policies out of the items stored in the workspace applying the following rules: ANodeis considered access controlled if an ACL has been explicitly assigned to it by adding the mixin typerep:AccessControllableand adding child node of typerep:aclthat forms the acl. a Property is considered 'access controlled' if its parent Node is. An ACL is never assigned to aPropertyitem. ANodethat is not access controlled may inherit the ACL.EntryCollector EntryCollectorcollects ACEs defined and effective for a givenNodeand listens to access control modifications in order to inform listeners.