Uses of Interface
org.acegisecurity.acl.basic.BasicAclEntry

Packages that use BasicAclEntry
org.acegisecurity.acl.basic Access control list implementation based on integer bit masks. 
org.acegisecurity.acl.basic.cache Caches ACL information for the BasicAclProvider
org.acegisecurity.acl.basic.jdbc JDBC-based data access object for ACL information. 
 

Uses of BasicAclEntry in org.acegisecurity.acl.basic
 

Classes in org.acegisecurity.acl.basic that implement BasicAclEntry
 class AbstractBasicAclEntry
          Abstract implementation of BasicAclEntry.
 class SimpleAclEntry
          Stores some privileges typical of a domain object.
 

Methods in org.acegisecurity.acl.basic that return BasicAclEntry
 BasicAclEntry[] BasicAclDao.getAcls(AclObjectIdentity aclObjectIdentity)
          Obtains the ACLs that apply to the specified domain instance.
 BasicAclEntry[] BasicAclEntryCache.getEntriesFromCache(AclObjectIdentity aclObjectIdentity)
          Obtains an array of BasicAclEntrys from the cache.
 

Methods in org.acegisecurity.acl.basic with parameters of type BasicAclEntry
 void BasicAclExtendedDao.create(BasicAclEntry basicAclEntry)
           
 void BasicAclEntryCache.putEntriesInCache(BasicAclEntry[] basicAclEntry)
          Places an array of BasicAclEntrys in the cache.
 

Uses of BasicAclEntry in org.acegisecurity.acl.basic.cache
 

Methods in org.acegisecurity.acl.basic.cache that return BasicAclEntry
 BasicAclEntry[] BasicAclEntryHolder.getBasicAclEntries()
           
 BasicAclEntry[] EhCacheBasedAclEntryCache.getEntriesFromCache(AclObjectIdentity aclObjectIdentity)
           
 BasicAclEntry[] NullAclEntryCache.getEntriesFromCache(AclObjectIdentity aclObjectIdentity)
          As nothing ever stored in the cache, will always return null.
 

Methods in org.acegisecurity.acl.basic.cache with parameters of type BasicAclEntry
 void EhCacheBasedAclEntryCache.putEntriesInCache(BasicAclEntry[] basicAclEntry)
           
 void NullAclEntryCache.putEntriesInCache(BasicAclEntry[] basicAclEntry)
          Meets method signature but doesn't store in any cache.
 

Constructors in org.acegisecurity.acl.basic.cache with parameters of type BasicAclEntry
BasicAclEntryHolder(BasicAclEntry[] aclEntries)
          Constructs the BasicAclEntryHolder.
 

Uses of BasicAclEntry in org.acegisecurity.acl.basic.jdbc
 

Methods in org.acegisecurity.acl.basic.jdbc that return BasicAclEntry
 BasicAclEntry[] JdbcDaoImpl.getAcls(AclObjectIdentity aclObjectIdentity)
          Returns the ACLs associated with the requested AclObjectIdentity.
 

Methods in org.acegisecurity.acl.basic.jdbc with parameters of type BasicAclEntry
 void JdbcExtendedDaoImpl.create(BasicAclEntry basicAclEntry)
           
 



Copyright © 2004-2012 Interface21, Inc. All Rights Reserved.