| Package | Description |
|---|---|
| org.apache.hadoop.security | |
| org.apache.hadoop.util.curator |
This package provides utilities to interact with Curator ZooKeeper.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
SecurityUtil.setSslConfiguration(org.apache.zookeeper.client.ZKClientConfig zkClientConfig,
SecurityUtil.TruststoreKeystore truststoreKeystore)
Configure ZooKeeper Client with SSL/TLS connection.
|
static void |
SecurityUtil.setSslConfiguration(org.apache.zookeeper.client.ZKClientConfig zkClientConfig,
SecurityUtil.TruststoreKeystore truststoreKeystore,
org.apache.zookeeper.common.ClientX509Util x509Util) |
static void |
SecurityUtil.validateSslConfiguration(SecurityUtil.TruststoreKeystore truststoreKeystore) |
| Constructor and Description |
|---|
HadoopZookeeperFactory(String zkPrincipal,
String kerberosPrincipal,
String kerberosKeytab,
boolean sslEnabled,
SecurityUtil.TruststoreKeystore truststoreKeystore)
Constructor for the helper class to configure the ZooKeeper client connection.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.