Spring Security Framework

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

Packages that use ChildrenExistException
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 ChildrenExistException in org.springframework.security.acls
 

Methods in org.springframework.security.acls that throw ChildrenExistException
 void MutableAclService.deleteAcl(ObjectIdentity objectIdentity, boolean deleteChildren)
          Removes the specified entry from the database.
 

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

Methods in org.springframework.security.acls.jdbc that throw ChildrenExistException
 void JdbcMutableAclService.deleteAcl(ObjectIdentity objectIdentity, boolean deleteChildren)
           
 


Spring Security Framework

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