Uses of Class
org.apache.jackrabbit.core.security.authorization.AbstractAccessControlProvider

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

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

Subclasses of AbstractAccessControlProvider in org.apache.jackrabbit.core.security.authorization.acl
 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.
 

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

Subclasses of AbstractAccessControlProvider in org.apache.jackrabbit.core.security.authorization.combined
 class CombinedProvider
          CombinedProvider...
 

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

Subclasses of AbstractAccessControlProvider in org.apache.jackrabbit.core.security.user
 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.