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()
ZKACLProvider
ACL
to apply by default
on Drill znodesgetDrillDefaultAcl
in interface ZKACLProvider
ACL
public List<org.apache.zookeeper.data.ACL> getDrillAclForPath(String path)
ZKACLProvider
ACL
to apply for a specific
Drill znodegetDrillAclForPath
in interface ZKACLProvider
path
- The path for which the ACL is being looked upACL
for the provided pathCopyright © 1970 The Apache Software Foundation. All rights reserved.