Package | Description |
---|---|
org.apache.zookeeper | |
org.apache.zookeeper.client | |
org.apache.zookeeper.common |
Constructor and Description |
---|
Login(String loginContextName,
Supplier<CallbackHandler> callbackHandlerSupplier,
ZKConfig zkConfig)
LoginThread constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
ZKClientConfig
Handles client specific properties
|
Modifier and Type | Method and Description |
---|---|
io.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) |
SSLContext |
X509Util.createSSLContext(ZKConfig config) |
SSLContextAndOptions |
X509Util.createSSLContextAndOptions(ZKConfig config) |
SSLContextAndOptions |
X509Util.createSSLContextAndOptionsFromConfig(ZKConfig config) |
boolean |
X509Util.getFipsMode(ZKConfig config) |
String |
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) |
Copyright © 2008–2025 The Apache Software Foundation. All rights reserved.