public interface InternalACLProvider
Modifier and Type | Method | Description |
---|---|---|
java.util.List<org.apache.zookeeper.data.ACL> |
getAclForPath(java.lang.String path) |
Return the ACL list to use for the given path
|
java.util.List<org.apache.zookeeper.data.ACL> |
getDefaultAcl() |
Return the ACL list to use by default (usually
ZooDefs.Ids.OPEN_ACL_UNSAFE ). |
java.util.List<org.apache.zookeeper.data.ACL> getDefaultAcl()
ZooDefs.Ids.OPEN_ACL_UNSAFE
).java.util.List<org.apache.zookeeper.data.ACL> getAclForPath(java.lang.String path)
path
- path (NOTE: might be null)Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.