Uses of Class
org.apache.zookeeper.common.ZKConfig
Packages that use ZKConfig
-
Uses of ZKConfig in org.apache.zookeeper
Constructors in org.apache.zookeeper with parameters of type ZKConfigModifierConstructorDescriptionLogin
(String loginContextName, Supplier<CallbackHandler> callbackHandlerSupplier, ZKConfig zkConfig) LoginThread constructor. -
Uses of ZKConfig in org.apache.zookeeper.client
Subclasses of ZKConfig in org.apache.zookeeper.client -
Uses of ZKConfig in org.apache.zookeeper.common
Methods in org.apache.zookeeper.common with parameters of type ZKConfigModifier and TypeMethodDescriptionio.netty.handler.ssl.SslContext
ClientX509Util.createNettySslContextForClient
(ZKConfig config) io.netty.handler.ssl.SslContext
ClientX509Util.createNettySslContextForServer
(ZKConfig config) io.netty.handler.ssl.SslContext
ClientX509Util.createNettySslContextForServer
(ZKConfig config, KeyManager keyManager, TrustManager trustManager) X509Util.createSSLContext
(ZKConfig config) X509Util.createSSLContextAndOptions
(ZKConfig config) X509Util.createSSLContextAndOptionsFromConfig
(ZKConfig config) boolean
X509Util.getFipsMode
(ZKConfig config) X509Util.getPasswordFromConfigPropertyOrFile
(ZKConfig config, String propertyName, String pathPropertyName) Returns the password specified by the given property or from the file specified by the given path property.io.netty.handler.ssl.SslProvider
ClientX509Util.getSslProvider
(ZKConfig config) boolean
X509Util.isClientHostnameVerificationEnabled
(ZKConfig config) boolean
X509Util.isServerHostnameVerificationEnabled
(ZKConfig config)