| Package | Description |
|---|---|
| org.apache.hadoop.security | |
| org.apache.hadoop.util |
Common utilities.
|
| org.apache.hadoop.util.curator |
This package provides utilities to interact with Curator ZooKeeper.
|
| Modifier and Type | Method | Description |
|---|---|---|
static java.util.List<ZKUtil.ZKAuthInfo> |
SecurityUtil.getZKAuthInfos(Configuration conf,
java.lang.String configKey) |
Utility method to fetch ZK auth info from the configuration.
|
| Modifier and Type | Method | Description |
|---|---|---|
static java.util.List<ZKUtil.ZKAuthInfo> |
ZKUtil.parseAuth(java.lang.String authString) |
Parse a comma-separated list of authentication mechanisms.
|
| Modifier and Type | Method | Description |
|---|---|---|
static java.util.List<ZKUtil.ZKAuthInfo> |
ZKCuratorManager.getZKAuths(Configuration conf) |
Utility method to fetch ZK auth info from the configuration.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.