Uses of Package
java.security.acl

Packages that use java.security.acl
Package Description
java.security.acl
This package provides the classes and the interfaces needed to build Access Control Lists.
  • Classes in java.security.acl used by java.security.acl
    Class Description
    AclEntry
    The Access Control List Entry interface definition.
    LastOwnerException
    The exception that is thrown when an attempt is made to remove the the last Owner from an Owner.
    NotOwnerException
    The 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.
    Owner
    The interface to manage owners of objects that require ownership.
    Permission
    Legacy security code; do not use.