public interface Acl extends ExtensionsData
Modifier and Type | Method and Description |
---|---|
List<Ace> |
getAces()
Returns the list of Access Control Entries (ACEs).
|
Boolean |
isExact()
Indicates whether this ACL expresses all permissions of the object.
|
getExtensions, setExtensions
List<Ace> getAces()
null
Boolean isExact()
true
if the ACL expresses the exact permission set,
false
if there are other permission rules that cannot be
expressed through ACEs, and null
if this in unknown (the
repository did not provide this information)Copyright © 2009–2017 The Apache Software Foundation. All rights reserved.