Methods
Name | Description |
---|---|
addEntry(Principal, AclEntry) | Adds an ACL entry to this ACL. |
checkPermission(Principal, Permission) | Checks whether or not the specified principal has the specified permission. |
entries() | Returns an enumeration of the entries in this ACL. |
getName() | Returns the name of this ACL. |
getPermissions(Principal) | Returns an enumeration for the set of allowed permissions for the specified principal (representing an entity such as an individual or a group). |
removeEntry(Principal, AclEntry) | Removes an ACL entry from this ACL. |
setName(Principal, String) | Sets the name of this ACL. |
toString() | Returns a string representation of the ACL contents. |