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