Package java.security.acl

Interface Summary

Acl A Java access control list (ACL) is a group of individual ACL entries.
AclEntry This interface models an entry in an access control list (ACL).
Group This interface represents a group of Principals.
Owner This interface provides a mechanism for maintaining a list of owners of an access control list (ACL).
Permission This interface provides information about a permission that can be granted.

Exception Summary

AclNotFoundException This exception is thrown when a requested access control list (ACL) is not found.
LastOwnerException This exception is thrown when an attempt is made to delete the last owner of an access control list (ACL)
NotOwnerException This exception is thrown whenever an operation is attempted that requires the caller to be the owner of the access control list (ACL) when the caller is in fact not the owner of the ACL.