public class ZKUtils.SASLOwnerACLProvider extends Object implements org.apache.curator.framework.api.ACLProvider
ACLProvider
that simply returns ZKUtils.saslACL
.Constructor and Description |
---|
SASLOwnerACLProvider() |
Modifier and Type | Method and Description |
---|---|
List<org.apache.zookeeper.data.ACL> |
getAclForPath(String path) |
List<org.apache.zookeeper.data.ACL> |
getDefaultAcl() |
public SASLOwnerACLProvider()
public List<org.apache.zookeeper.data.ACL> getDefaultAcl()
getDefaultAcl
in interface org.apache.curator.framework.api.ACLProvider
getDefaultAcl
in interface org.apache.curator.utils.InternalACLProvider
public List<org.apache.zookeeper.data.ACL> getAclForPath(String path)
getAclForPath
in interface org.apache.curator.framework.api.ACLProvider
getAclForPath
in interface org.apache.curator.utils.InternalACLProvider
Copyright © 2018 Apache Software Foundation. All rights reserved.