Spring Security Framework

Package org.springframework.security.acls.jdbc

JDBC-based persistence of ACL information.

See:
          Description

Interface Summary
AclCache A caching layer for JdbcAclService.
LookupStrategy Performs lookups for AclService.
 

Class Summary
BasicLookupStrategy Performs lookups in a manner that is compatible with ANSI SQL.
EhCacheBasedAclCache Simple implementation of AclCache that delegates to EH-CACHE.
JdbcAclService Simple JDBC-based implementation of AclService.
JdbcMutableAclService Provides a base implementation of MutableAclService.
 

Package org.springframework.security.acls.jdbc Description

JDBC-based persistence of ACL information.


Spring Security Framework

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