Uses of Interface
org.apache.jackrabbit.core.security.authorization.AccessControlConstants

Packages that use AccessControlConstants
org.apache.jackrabbit.core.security.authorization   
org.apache.jackrabbit.core.security.authorization.acl   
org.apache.jackrabbit.core.security.authorization.combined   
org.apache.jackrabbit.core.security.user   
 

Uses of AccessControlConstants in org.apache.jackrabbit.core.security.authorization
 

Classes in org.apache.jackrabbit.core.security.authorization that implement AccessControlConstants
 class AbstractAccessControlProvider
          AbstractAccessControlProvider...
 class AbstractACLTemplate
          AbstractACLTemplate...
 

Uses of AccessControlConstants in org.apache.jackrabbit.core.security.authorization.acl
 

Classes in org.apache.jackrabbit.core.security.authorization.acl that implement AccessControlConstants
 class ACLEditor
          ACLEditor...
 class ACLProvider
          The ACLProvider generates access control policies out of the items stored in the workspace applying the following rules: A Node is considered access controlled if an ACL has been explicitly assigned to it by adding the mixin type rep:AccessControllable and adding child node of type rep:acl that forms the acl.
 class EntryCollector
          EntryCollector collects ACEs defined and effective for a given Node and listens to access control modifications in order to inform listeners.
 

Uses of AccessControlConstants in org.apache.jackrabbit.core.security.authorization.combined
 

Classes in org.apache.jackrabbit.core.security.authorization.combined that implement AccessControlConstants
 class CombinedProvider
          CombinedProvider...
 

Uses of AccessControlConstants in org.apache.jackrabbit.core.security.user
 

Classes in org.apache.jackrabbit.core.security.user that implement AccessControlConstants
 class UserAccessControlProvider
          Implementation of the AccessControlProvider interface that is used to protected the 'security workspace' containing the user and group data.
 



Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.