AclEntry.addPermission
Interface Overview | Interface Members |
This Package |
All Packages
public abstract boolean addPermission( Permission permission )
Parameters
- permission
- the permission to be associated with
the principal in this entry.
Returns
true if the permission was added, false if the
permission was already part of this entry's permission set.
Description
Adds the specified permission to this ACL entry. Note: An entry can
have multiple permissions.