Package | Description |
---|---|
org.apache.zookeeper.common | |
org.apache.zookeeper.server.auth | |
org.apache.zookeeper.server.quorum |
Modifier and Type | Class and Description |
---|---|
static class |
X509Exception.KeyManagerException |
static class |
X509Exception.SSLContextException |
static class |
X509Exception.TrustManagerException |
Modifier and Type | Method and Description |
---|---|
SSLServerSocket |
X509Util.createSSLServerSocket() |
SSLServerSocket |
X509Util.createSSLServerSocket(int port) |
SSLSocket |
X509Util.createSSLSocket() |
SSLSocket |
X509Util.createSSLSocket(Socket socket,
byte[] pushbackBytes) |
Constructor and Description |
---|
X509AuthenticationProvider()
Initialize the X509AuthenticationProvider with a JKS KeyStore and JKS
TrustStore according to the following system properties:
zookeeper.ssl.keyStore.location
zookeeper.ssl.trustStore.location
zookeeper.ssl.keyStore.password
zookeeper.ssl.trustStore.password |
Modifier and Type | Method and Description |
---|---|
protected Socket |
Learner.createSocket()
Creating a simple or and SSL socket.
|
protected Leader |
QuorumPeer.makeLeader(FileTxnSnapLog logFactory) |
Copyright © 2008–2020 The Apache Software Foundation. All rights reserved.