Acl.removeEntry

Acl.removeEntry

Interface Overview | Interface Members | This Package | All Packages

Syntax
public abstract boolean removeEntry( Principal caller, AclEntry entry ) throws NotOwnerException
Parameters
caller
the principal invoking this method. It must be an owner of this ACL.
entry
the ACL entry to be removed from this ACL.
Returns
true on success, false if the entry is not part of this ACL.
Description
Removes an ACL entry from this ACL.

Exceptions
NotOwnerException if the caller principal is not an owner of this Acl.