Package | Description |
---|---|
org.acegisecurity.acl.basic |
Access control list implementation based on integer bit masks.
|
org.acegisecurity.acl.basic.jdbc |
JDBC-based data access object for ACL information.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BasicAclExtendedDao
Represents a more extensive data access object
for
BasicAclEntry s. |
Modifier and Type | Method and Description |
---|---|
BasicAclDao |
BasicAclProvider.getBasicAclDao() |
Modifier and Type | Method and Description |
---|---|
void |
BasicAclProvider.setBasicAclDao(BasicAclDao basicAclDao) |
Modifier and Type | Class and Description |
---|---|
class |
JdbcDaoImpl
Retrieves ACL details from a JDBC location.
|
class |
JdbcExtendedDaoImpl
Extension of the base
JdbcDaoImpl , which implements BasicAclExtendedDao . |
Copyright © 2015. All rights reserved.