Uses of Class
org.springframework.security.acls.model.AlreadyExistsException

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

Uses of AlreadyExistsException in org.springframework.security.acls.jdbc
 

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

Uses of AlreadyExistsException in org.springframework.security.acls.model
 

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



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