| org.springframework.security.acls.model.MutableAclService |
Known Indirect Subclasses
|
Class Overview
Provides support for creating and storing Acl instances.
Public Methods
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 |
Returns
- an ACL object with its ID set
public
abstract
void
deleteAcl
(ObjectIdentity objectIdentity, boolean deleteChildren)
Removes the specified entry from the database.
Parameters
| objectIdentity
| the object identity to remove |
| deleteChildren
| whether to cascade the delete to children |
Changes an existing Acl in the database.