public class ZKSecureACLProvider extends Object implements ZKACLProvider
| Constructor and Description |
|---|
ZKSecureACLProvider(ZKACLContextProvider contextProvider) |
| Modifier and Type | Method and Description |
|---|---|
List<org.apache.zookeeper.data.ACL> |
getDrillAclForPath(String path)
Returns the list of ZK ACLs
ACL to apply for a specific
Drill znode |
List<org.apache.zookeeper.data.ACL> |
getDrillDefaultAcl()
Returns the list of ZK ACLs
ACL to apply by default
on Drill znodes |
public ZKSecureACLProvider(ZKACLContextProvider contextProvider)
public List<org.apache.zookeeper.data.ACL> getDrillDefaultAcl()
ZKACLProviderACL to apply by default
on Drill znodesgetDrillDefaultAcl in interface ZKACLProviderACLpublic List<org.apache.zookeeper.data.ACL> getDrillAclForPath(String path)
ZKACLProviderACL to apply for a specific
Drill znodegetDrillAclForPath in interface ZKACLProviderpath - The path for which the ACL is being looked upACL for the provided pathCopyright © 2021 The Apache Software Foundation. All rights reserved.