AclEntry.setNegativePermissions
Interface Overview | Interface Members |
This Package |
All Packages
public abstract void setNegativePermissions()
Description
Sets this ACL entry to be a negative one. That is, the associated
principal (e.g., a user or a group) will be denied the permission set
specified in the entry.
Note: ACL entries are by default positive. An entry becomes a
negative entry only if this setNegativePermissions
method is called on it.