AclEntry.removePermission

AclEntry.removePermission

Interface Overview | Interface Members | This Package | All Packages

Syntax
public abstract boolean removePermission( Permission permission )
Parameters
permission
the permission to be removed from this entry.
Returns
true if the permission is removed, false if the permission was not part of this entry's permission set.
Description
Removes the specified permission from this ACL entry.