Module java.base
Package java.security.acl
The classes and interfaces in this package have been superseded bydeprecated. New classes in theshould not be added to this package. The
java.security
package contains suitable replacements. See:Description Policy
and related classes for details.
- Since:
- 1.1
-
Interface Summary Interface Description Acl Interface representing an Access Control List (ACL)Deprecated. This package has been replaced byjava.security.Policy
and related classes since 1.2.AclEntry Deprecated. This is the interface used for representing one entry in an Access Control List (ACL)package has been replaced byjava.security.Policy
and related classes since 1.2.Group Deprecated. This interface is used to represent a group of principalspackage has been replaced byjava.security.Policy
and related classes since 1.2.Owner Interface for managing owners of Access Control Lists (ACLs) or ACL configurationsDeprecated. This package has been replaced byjava.security.Policy
and related classes since 1.2.Permission Deprecated. This interface represents a permission, such as that used to grant a particular type of access to a resourcepackage has been replaced byjava.security.Policy
and related classes since 1.2. -
Exception Summary Exception Description AclNotFoundException Deprecated. This is an exception that is thrown whenever a reference is made to a non-existent ACL (Access Control List).LastOwnerException This is an exception that is thrown whenever an attempt is made to delete the last owner of an Access Control List.NotOwnerException This is an exception that is thrown whenever the modification of an object (such as an Access Control List) is only allowed to be donepackage has been replaced by an owner of the object, but the Principal attempting the modification is not an owner.Packagejava.security.acl DescriptionThePolicy
and related classes and interfaces in thissince 1.2.LastOwnerException Deprecated. This package havehas been supersededreplaced byclasses in thejava.security.Policy
and related classes since 1.2.NotOwnerException Deprecated. This package . See that package and, for example,has been replaced byjava.security.Permission for details.
and related classes since 1.2.- Since:
JDK1.Policy