The caller principal must be an owner of the ACL in order to invoke this method. @param caller the principal invoking this method. It must be an ownerof the ACL. @param owner the owner to be removed from the list of owners. @return true if the owner is removed, false if the owner is not partof the list of owners. @throws NotOwnerException if the caller principal is not an ownerof the ACL. @throws java.security.acl.LastOwnerException if there is only one owner left, so that deleteOwner would leave the ACL owner-less.
|
|
|
|
|
|
|
|