| org.springframework.security.acls.model.OwnershipAcl |
Known Indirect Subclasses
|
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.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Changes the present owner to a different owner.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
org.springframework.security.acls.model.Acl
| |||||||||||
From interface
org.springframework.security.acls.model.MutableAcl
| |||||||||||
Changes the present owner to a different owner.
| newOwner | the new owner (mandatory; cannot be null) |
|---|