Interface OwnershipAcl
- All Superinterfaces:
- Acl,- MutableAcl,- Serializable
- All Known Implementing Classes:
- AclImpl
A mutable ACL that provides ownership capabilities.
 
Generally the owner of an ACL is able to call any ACL mutator method, as well as assign a new owner.
- 
Method SummaryMethods inherited from interface org.springframework.security.acls.model.AclgetEntries, getObjectIdentity, getOwner, getParentAcl, isEntriesInheriting, isGranted, isSidLoadedMethods inherited from interface org.springframework.security.acls.model.MutableAcldeleteAce, getId, insertAce, setEntriesInheriting, setParent, updateAce
- 
Method Details- 
setOwnerDescription copied from interface:MutableAclChanges the present owner to a different owner.- Specified by:
- setOwnerin interface- MutableAcl
- Parameters:
- newOwner- the new owner (mandatory; cannot be null)
 
 
-