Owner
Interface Owner
- All Known Subinterfaces:
- Acl
public interface Owner
Interface for managing owners of Access Control Lists (ACLs) or ACL configurations. (Note that the Acl interface in the 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.
- See Also:
Acl
Methods
addOwner
boolean addOwner(Principal caller, Principal owner) throws NotOwnerException
Adds an owner. Only owners can modify ACL contents. The caller principal must be a