Spring Security Framework

Uses of Interface
org.springframework.security.acls.jdbc.LookupStrategy

Packages that use LookupStrategy
org.springframework.security.acls.jdbc JDBC-based persistence of ACL information. 
 

Uses of LookupStrategy in org.springframework.security.acls.jdbc
 

Classes in org.springframework.security.acls.jdbc that implement LookupStrategy
 class BasicLookupStrategy
          Performs lookups in a manner that is compatible with ANSI SQL.
 

Constructors in org.springframework.security.acls.jdbc with parameters of type LookupStrategy
JdbcAclService(DataSource dataSource, LookupStrategy lookupStrategy)
           
JdbcMutableAclService(DataSource dataSource, LookupStrategy lookupStrategy, AclCache aclCache)
           
 


Spring Security Framework

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