public static final class OdiHadoopDataServer.HadoopAuthenticationMethod
extends java.lang.Enum
Modifier and Type | Field and Description |
---|---|
static OdiHadoopDataServer.HadoopAuthenticationMethod |
KERBEROS_CACHE
Kerberos (ticket) cache
|
static OdiHadoopDataServer.HadoopAuthenticationMethod |
KERBEROS_PRINCIPAL
Kerberos principle username/password
|
static OdiHadoopDataServer.HadoopAuthenticationMethod |
SIMPLE_AUTH
SIMPLE Authentication
|
Modifier and Type | Method and Description |
---|---|
static OdiHadoopDataServer.HadoopAuthenticationMethod |
valueOf(java.lang.String name) |
static OdiHadoopDataServer.HadoopAuthenticationMethod[] |
values() |
public static final OdiHadoopDataServer.HadoopAuthenticationMethod SIMPLE_AUTH
public static final OdiHadoopDataServer.HadoopAuthenticationMethod KERBEROS_PRINCIPAL
public static final OdiHadoopDataServer.HadoopAuthenticationMethod KERBEROS_CACHE
public static OdiHadoopDataServer.HadoopAuthenticationMethod[] values()
public static OdiHadoopDataServer.HadoopAuthenticationMethod valueOf(java.lang.String name)