@InterfaceAudience.Private public final class SecurityConstants extends Object
Modifier and Type | Field and Description |
---|---|
static boolean |
DEFAULT_UNSAFE_HBASE_CLIENT_KERBEROS_HOSTNAME_DISABLE_REVERSEDNS |
static String |
MASTER_KRB_KEYTAB_FILE |
static String |
MASTER_KRB_PRINCIPAL
Configuration keys for programmatic JAAS configuration for secured master and regionserver
interaction
|
static String |
REGIONSERVER_KRB_KEYTAB_FILE |
static String |
REGIONSERVER_KRB_PRINCIPAL |
static String |
UNSAFE_HBASE_CLIENT_KERBEROS_HOSTNAME_DISABLE_REVERSEDNS
This config is for experts: don't set its value unless you really know what you are doing.
|
Modifier | Constructor and Description |
---|---|
private |
SecurityConstants() |
public static final String MASTER_KRB_PRINCIPAL
public static final String MASTER_KRB_KEYTAB_FILE
public static final String REGIONSERVER_KRB_PRINCIPAL
public static final String REGIONSERVER_KRB_KEYTAB_FILE
@InterfaceAudience.LimitedPrivate(value="Configuration") public static final String UNSAFE_HBASE_CLIENT_KERBEROS_HOSTNAME_DISABLE_REVERSEDNS
public static final boolean DEFAULT_UNSAFE_HBASE_CLIENT_KERBEROS_HOSTNAME_DISABLE_REVERSEDNS
private SecurityConstants()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.