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 | Class and Description |
---|---|
class |
AbstractBasicAclEntry
Abstract implementation of
BasicAclEntry . |
class |
SimpleAclEntry
Stores some privileges typical of a domain object.
|
Modifier and Type | Method and Description |
---|---|
BasicAclEntry[] |
BasicAclDao.getAcls(AclObjectIdentity aclObjectIdentity)
Obtains the ACLs that apply to the specified domain instance.
|
BasicAclEntry[] |
BasicAclEntryCache.getEntriesFromCache(AclObjectIdentity aclObjectIdentity)
Obtains an array of
BasicAclEntry s from the cache. |
Modifier and Type | Method and Description |
---|---|
void |
BasicAclExtendedDao.create(BasicAclEntry basicAclEntry) |
void |
BasicAclEntryCache.putEntriesInCache(BasicAclEntry[] basicAclEntry)
Places an array of
BasicAclEntry s in the cache. |
Modifier and Type | Method and Description |
---|---|
BasicAclEntry[] |
BasicAclEntryHolder.getBasicAclEntries() |
BasicAclEntry[] |
NullAclEntryCache.getEntriesFromCache(AclObjectIdentity aclObjectIdentity)
As nothing ever stored in the cache, will always return
null . |
BasicAclEntry[] |
EhCacheBasedAclEntryCache.getEntriesFromCache(AclObjectIdentity aclObjectIdentity) |
Modifier and Type | Method and Description |
---|---|
void |
NullAclEntryCache.putEntriesInCache(BasicAclEntry[] basicAclEntry)
Meets method signature but doesn't store in any cache.
|
void |
EhCacheBasedAclEntryCache.putEntriesInCache(BasicAclEntry[] basicAclEntry) |
Constructor and Description |
---|
BasicAclEntryHolder(BasicAclEntry[] aclEntries)
Constructs the
BasicAclEntryHolder . |
Modifier and Type | Method and Description |
---|---|
BasicAclEntry[] |
JdbcDaoImpl.getAcls(AclObjectIdentity aclObjectIdentity)
Returns the ACLs associated with the requested
AclObjectIdentity . |
Modifier and Type | Method and Description |
---|---|
void |
JdbcExtendedDaoImpl.create(BasicAclEntry basicAclEntry) |
Copyright © 2019. All rights reserved.