public interface Owner
boolean addOwner(Principal caller, Principal owner) throws NotOwnerException
NotOwnerException
boolean deleteOwner(Principal caller, Principal owner) throws NotOwnerException, LastOwnerException
NotOwnerException
LastOwnerException
boolean isOwner(Principal owner)