| Home >> All >> org >> acegisecurity >> acl >> basic >> [ jdbc Javadoc ] |
org.acegisecurity.acl.basic.jdbc: Javadoc index of package org.acegisecurity.acl.basic.jdbc.
Package Samples:
org.acegisecurity.acl.basic.jdbc: Access control list implementation based on integer bit masks.
Classes:
JdbcExtendedDaoImpl: Extension of the base JdbcDaoImpl , which implements org.acegisecurity.acl.basic.BasicAclExtendedDao . A default database structure is assumed. This may be overridden by setting the default query strings to use. This implementation works with String based recipients and org.acegisecurity.acl.basic.NamedEntityObjectIdentity only. The latter can be changed by overriding JdbcDaoImpl.convertAclObjectIdentityToString(AclObjectIdentity) 55 .
JdbcDaoImpl: Retrieves ACL details from a JDBC location. A default database structure is assumed. This may be overridden by setting the default query strings to use. If this does not provide enough flexibility, another strategy would be to subclass this class and override the org.springframework.jdbc.object.MappingSqlQuery instance used, via the initMappingSqlQueries() 55 extension point.
| Home | Contact Us | Privacy Policy | Terms of Service |