| org.springframework.security.acls.model.MutableAcl |
Known Indirect Subclasses
|
A mutable Acl.
A mutable ACL must ensure that appropriate security checks are performed before allowing access to its methods.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Obtains an identifier that represents this MutableAcl.
| |||||||||||
Change the value returned by
isEntriesInheriting(). | |||||||||||
Changes the present owner to a different owner.
| |||||||||||
Changes the parent of this ACL.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
org.springframework.security.acls.model.Acl
| |||||||||||
Obtains an identifier that represents this MutableAcl.
| NotFoundException |
|---|
Change the value returned by isEntriesInheriting().
| entriesInheriting | the new value |
|---|
Changes the present owner to a different owner.
| newOwner | the new owner (mandatory; cannot be null) |
|---|
Changes the parent of this ACL.
| newParent | the new parent |
|---|