Methods
| Name | Description |
|---|---|
| addPermission(Permission) | Adds the specified permission to this ACL entry. |
| checkPermission(Permission) | Checks if the specified permission is part of the permission set in this entry. |
| clone() | Clones this ACL entry. |
| getPrincipal() | Returns the principal for which permissions are granted or denied by this ACL entry. |
| isNegative() | Returns true if this is a negative ACL entry (one denying the associated principal the set of permissions in the entry), false otherwise. |
| permissions() | Returns an enumeration of the permissions in this ACL entry. |
| removePermission(Permission) | Removes the specified permission from this ACL entry. |
| setNegativePermissions() | Sets this ACL entry to be a negative one. |
| setPrincipal(Principal) | Specifies the principal for which permissions are granted or denied by this ACL entry. |
| toString() | Returns a string representation of the contents of this ACL entry. |