| 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 |
|---|---|
boolean |
Acl.addEntry(Principal
Adds an ACL entry to this ACL.
|
boolean |
Owner.addOwner(Principal
Adds an owner.
|
boolean |
Owner.deleteOwner(Principal
Deletes an owner.
|
boolean |
Acl.removeEntry(Principal
Removes an ACL entry from this ACL.
|
void |
Acl.setName(Principal
Sets the name of this ACL.
|