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, setExtensionsvoid 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-2014 The Apache Software Foundation. All Rights Reserved.