|
Interface Summary |
| Acl |
Interface representing an Access Control List (ACL). |
| AclEntry |
This is the interface used for representing one entry in an Access
Control List (ACL).
An ACL can be thought of as a data structure with multiple ACL entry
objects. |
| Group |
This interface is used to represent a group of principals. |
| Owner |
Interface for managing owners of Access Control Lists (ACLs) or ACL
configurations. |
| Permission |
This interface represents a permission, such as that used to grant
a particular type of access to a resource. |
The classes and interfaces in this package have been
superseded by classes in the java.security package.
See that package and, for example, java.security.Permission for details.