Uses of Class
org.acegisecurity.acls.AlreadyExistsException

Packages that use AlreadyExistsException
org.acegisecurity.acls Interfaces and shared classes to manage access control lists (ACLs) for domain object instances. 
org.acegisecurity.acls.jdbc JDBC-based persistence of ACL information. 
 

Uses of AlreadyExistsException in org.acegisecurity.acls
 

Methods in org.acegisecurity.acls that throw AlreadyExistsException
 MutableAcl MutableAclService.createAcl(ObjectIdentity objectIdentity)
          Creates an empty Acl object in the database.
 

Uses of AlreadyExistsException in org.acegisecurity.acls.jdbc
 

Methods in org.acegisecurity.acls.jdbc that throw AlreadyExistsException
 MutableAcl JdbcMutableAclService.createAcl(ObjectIdentity objectIdentity)
           
 



Copyright © 2004-2009 Interface21, Inc. All Rights Reserved.