Package | Description |
---|---|
oracle.odi.domain.topology |
This package contains the Oracle Data Integrator Topology domain model implementation.
|
Modifier and Type | Field and Description |
---|---|
static OdiHadoopDataServer.HadoopAuthenticationMethod |
OdiHadoopDataServer.HadoopAuthenticationMethod.KERBEROS_CACHE
Kerberos (ticket) cache
|
static OdiHadoopDataServer.HadoopAuthenticationMethod |
OdiHadoopDataServer.HadoopAuthenticationMethod.KERBEROS_PRINCIPAL
Kerberos principle username/password
|
static OdiHadoopDataServer.HadoopAuthenticationMethod |
OdiHadoopDataServer.HadoopAuthenticationMethod.SIMPLE_AUTH
SIMPLE Authentication
|
Modifier and Type | Method and Description |
---|---|
OdiHadoopDataServer.HadoopAuthenticationMethod |
OdiHadoopDataServer.getHadoopAuthenMethod()
Obtains the hadoop Authentication Method for this
OdiHadoopDataServer . |
static OdiHadoopDataServer.HadoopAuthenticationMethod |
OdiHadoopDataServer.HadoopAuthenticationMethod.valueOf(java.lang.String name) |
static OdiHadoopDataServer.HadoopAuthenticationMethod[] |
OdiHadoopDataServer.HadoopAuthenticationMethod.values() |
Modifier and Type | Method and Description |
---|---|
void |
OdiHadoopDataServer.setHadoopAuthenMethod(OdiHadoopDataServer.HadoopAuthenticationMethod hadoopAuthenMethod)
Specifies the Hadoop Authentication Method for this
OdiHadoopDataServer . |