public interface OwnershipAcl extends MutableAcl
Generally the owner of an ACL is able to call any ACL mutator method, as well as assign a new owner.
Modifier and Type | Method and Description |
---|---|
void |
setOwner(Sid newOwner)
Changes the present owner to a different owner.
|
deleteAce, getId, insertAce, setEntriesInheriting, setParent, updateAce
getEntries, getObjectIdentity, getOwner, getParentAcl, isEntriesInheriting, isGranted, isSidLoaded
void setOwner(Sid newOwner)
MutableAcl
setOwner
in interface MutableAcl
newOwner
- the new owner (mandatory; cannot be null)