public interface RegistryInternalConstants
| Modifier and Type | Field | Description |
|---|---|---|
static java.lang.String |
HADOOP_USER_NAME |
This the Hadoop environment variable which propagates the identity
of a user in an insecure cluster
|
static int |
PERMISSIONS_REGISTRY_READERS |
Permissions for readers: 1.
|
static int |
PERMISSIONS_REGISTRY_SYSTEM_SERVICES |
Permissions for system services: 31
|
static int |
PERMISSIONS_REGISTRY_USER_ROOT |
Permissions for a user's root entry: 15.
|
static java.lang.String |
SASLAUTHENTICATION_PROVIDER |
Name of the SASL auth provider which has to be added to ZK server to enable
sasl: auth patterns: "org.apache.zookeeper.server.auth.SASLAuthenticationProvider".
|
static java.lang.String |
VALID_PATH_ENTRY_PATTERN |
Pattern of a single entry in the registry path.
|
static java.lang.String |
ZOOKEEPER_AUTH_PROVIDER |
String to use as the prefix when declaring a new auth provider: "zookeeper.authProvider".
|
static final java.lang.String VALID_PATH_ENTRY_PATTERN
This is what constitutes a valid hostname according to current RFCs. Alphanumeric first two and last one digit, alphanumeric and hyphens allowed in between.
No upper limit is placed on the size of an entry.
static final int PERMISSIONS_REGISTRY_READERS
static final int PERMISSIONS_REGISTRY_SYSTEM_SERVICES
static final int PERMISSIONS_REGISTRY_USER_ROOT
static final java.lang.String SASLAUTHENTICATION_PROVIDER
static final java.lang.String ZOOKEEPER_AUTH_PROVIDER
static final java.lang.String HADOOP_USER_NAME
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.