All Packages Class Hierarchy This Package Previous Next Index
java.security.acl
package extends this Owner
interface.) The initial owner Principal should be specified as an
argument to the constructor of the class implementing this interface.
public abstract boolean addOwner(Principal caller,
Principal owner) throws NotOwnerException
public abstract boolean deleteOwner(Principal caller,
Principal owner) throws NotOwnerException, LastOwnerException
The caller principal must be an owner of the ACL in order to invoke this method.
public abstract boolean isOwner(Principal owner)
All Packages Class Hierarchy This Package Previous Next Index