| java.security.acl.Acl | Owner |
| boolean | addEntry(Principal caller, AclEntry entry) | ||||
| boolean | checkPermission(Principal principal, Permission permission) | ||||
| Enumeration | entries() | ||||
| String | getName() | ||||
| Enumeration | getPermissions(Principal user) | ||||
| boolean | removeEntry(Principal caller, AclEntry entry) | ||||
| void | setName(Principal caller, String name) | ||||
| String | toString() | ||||
| Answers a string containing a concise, human-readable description of the receiver. | |||||
Methods inherited
from interface
java.security.acl.Owner
| NotOwnerException |
|---|
| NotOwnerException |
|---|
| NotOwnerException |
|---|