| Package | Description |
|---|---|
| org.acegisecurity.acl.basic |
Access control list implementation based on integer bit masks.
|
| org.acegisecurity.acl.basic.cache |
Caches ACL information for the
BasicAclProvider. |
| org.acegisecurity.acl.basic.jdbc |
JDBC-based data access object for ACL information.
|
| Modifier and Type | Method and Description |
|---|---|
BasicAclEntryCache |
BasicAclProvider.getBasicAclEntryCache() |
| Modifier and Type | Method and Description |
|---|---|
void |
BasicAclProvider.setBasicAclEntryCache(BasicAclEntryCache basicAclEntryCache) |
| Modifier and Type | Class and Description |
|---|---|
class |
EhCacheBasedAclEntryCache
Caches
BasicAclEntrys using a Spring IoC defined EHCACHE. |
class |
NullAclEntryCache
Does not perform any caching.
|
| Modifier and Type | Method and Description |
|---|---|
BasicAclEntryCache |
JdbcExtendedDaoImpl.getBasicAclEntryCache() |
| Modifier and Type | Method and Description |
|---|---|
void |
JdbcExtendedDaoImpl.setBasicAclEntryCache(BasicAclEntryCache basicAclEntryCache) |
Copyright © 2016. All rights reserved.