Since: API Level 1
package

java.security.acl

Classes | Description

This package provides the classes and the interfaces needed to build Access Control Lists.

more...

Interfaces

AclThe Access Control List (ACL) interface definition. 
AclEntryThe Access Control List Entry interface definition. 
GroupA Principal that represents a group of principals. 
OwnerThe interface to manage owners of objects that require ownership. 
PermissionThe interface that represents a permission. 

Exceptions

AclNotFoundExceptionThe exception, that is thrown when a reference to a non-existent Access Control List (ACL) is made. 
LastOwnerExceptionThe exception that is thrown when an attempt is made to remove the the last Owner from an Owner
NotOwnerExceptionThe exception that is thrown when an action that requires ownership is attempted by a principal that is not an owner of the object for which ownership is required.