| Package | Description |
|---|---|
| java.security.acl |
The classes and interfaces in this package have been superseded by classes in the java.security package.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration |
Acl.entries()
Returns an enumeration of the entries in this ACL.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Acl.addEntry(Principal
Adds an ACL entry to this ACL.
|
boolean |
Acl.removeEntry(Principal
Removes an ACL entry from this ACL.
|