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

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

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

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

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



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