API Overview API Index Direct link to this page
JDK 1.6
  Package: java.security.acl
Author(s)
Since
JDK1.1
Version
Serial
Description
  The classes and interfaces in this package have been superseded by classes in the java.security package.
See also:   
Acl View Source Interface representing an Access Control List (ACL).
AclEntry View Source This is the interface used for representing one entry in an Access Control List (ACL).
AclNotFoundException View Source This is an exception that is thrown whenever a reference is made to a non-existent ACL (Access Control List).
Group View Source This interface is used to represent a group of principals.
LastOwnerException View Source This is an exception that is thrown whenever an attempt is made to delete the last owner of an Access Control List.
NotOwnerException View Source This is an exception that is thrown whenever the modification of an object (such as an Access Control List) is only allowed to be done by an owner of the object, but the Principal attempting the modification is not an owner.
Owner View Source Interface for managing owners of Access Control Lists (ACLs) or ACL configurations.
Permission View Source This interface represents a permission, such as that used to grant a particular type of access to a resource.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar