Spring Security Framework

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

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

Uses of AlreadyExistsException in org.springframework.security.acls
 

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

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

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


Spring Security Framework

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