public interface RegistryInternalConstants
Modifier and Type | Field and Description |
---|---|
static 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 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 String |
VALID_PATH_ENTRY_PATTERN
Pattern of a single entry in the registry path.
|
static String |
ZOOKEEPER_AUTH_PROVIDER
String to use as the prefix when declaring a new auth provider: "zookeeper.authProvider".
|
static final 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 String SASLAUTHENTICATION_PROVIDER
static final String ZOOKEEPER_AUTH_PROVIDER
static final String HADOOP_USER_NAME
Copyright © 2008–2019 Apache Software Foundation. All rights reserved.