See: Description
| Interface | Description |
|---|---|
| AclCache |
A caching layer for
JdbcAclService. |
| LookupStrategy |
Performs lookups for
AclService. |
| Class | Description |
|---|---|
| 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. |