Creates an empty Acl object in the database. It will have no entries. The returned object
will then be used to add entries.
Parameters: objectIdentity - the object identity to create an ACL object with its ID set throws: AlreadyExistsException - if the passed object identity already has a record
Removes the specified entry from the database.
Parameters: objectIdentity - the object identity to remove Parameters: deleteChildren - whether to cascade the delete to children throws: ChildrenExistException - if the deleteChildren argument was false but children exist
Changes an existing Acl in the database.
Parameters: acl - to modify DOCUMENT ME! throws: NotFoundException - if the relevant record could not be found (did you remember to use MutableAclService.createAcl(ObjectIdentity) to create the object, rather than creating it with the newkeyword?)