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