API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.security.acl. Owner View Source
Author(s)
Since
Version
Serial
Hierarchy
 Owner
Subinterfaces
 Acl
Description
public interface Owner
  Interface for managing owners of Access Control Lists (ACLs) or ACL configurations.
See also:    Acl
Methods
Hide/Show inherited methods
public boolean addOwner (Principal caller, Principal owner) throws NotOwnerException
  Adds an owner.
public boolean deleteOwner (Principal caller, Principal owner) throws NotOwnerException LastOwnerException
  Deletes an owner.
public boolean isOwner (Principal owner)
  Returns true if the given principal is an owner of the ACL.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar