public interface MutableAcl extends Acl
Modifier and Type | Method and Description |
---|---|
void |
setAces(List<Ace> aces)
Sets the list of ACEs.
|
void |
setExact(Boolean isExact)
Sets whether this ACL expresses all permissions of the object.
|
getExtensions, setExtensions
void setExact(Boolean isExact)
isExact
- true
if the ACL expresses the exact permission set,
false
if there are other permission rules that cannot
be expressed through ACEsCopyright © 2009–2017 The Apache Software Foundation. All rights reserved.