Spring Security Framework

Uses of Interface
org.springframework.security.acl.basic.BasicAclEntry

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

Uses of BasicAclEntry in org.springframework.security.acl.basic
 

Classes in org.springframework.security.acl.basic that implement BasicAclEntry
 class AbstractBasicAclEntry
          Deprecated. Use new spring-security-acl module instead
 class SimpleAclEntry
          Deprecated. Use new spring-security-acl module instead
 

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

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

Uses of BasicAclEntry in org.springframework.security.acl.basic.cache
 

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

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

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

Uses of BasicAclEntry in org.springframework.security.acl.basic.jdbc
 

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

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


Spring Security Framework

Copyright © 2004-2010 SpringSource, Inc. All Rights Reserved.