Package org.springframework.security.acls.jdbc
JDBC-based persistence of ACL information
-
Interface Summary Interface Description LookupStrategy Performs lookups forAclService
. -
Class Summary Class Description BasicLookupStrategy Performs lookups in a manner that is compatible with ANSI SQL.JdbcAclService Simple JDBC-based implementation ofAclService
.JdbcMutableAclService Provides a base JDBC implementation ofMutableAclService
.