Package | Description |
---|---|
oracle.odi.domain.topology |
This package contains the Oracle Data Integrator Topology domain model implementation.
|
Modifier and Type | Field and Description |
---|---|
static AbstractOdiDataServer.AuthenticationMethod |
AbstractOdiDataServer.AuthenticationMethod.BDC_BASIC
BDC BASIC Authentication
|
static AbstractOdiDataServer.AuthenticationMethod |
AbstractOdiDataServer.AuthenticationMethod.BDC_IDCS
BDC IDCS Authentication
|
static AbstractOdiDataServer.AuthenticationMethod |
AbstractOdiDataServer.AuthenticationMethod.KERBEROS_CACHE
Kerberos (ticket) cache
|
static AbstractOdiDataServer.AuthenticationMethod |
AbstractOdiDataServer.AuthenticationMethod.KERBEROS_PRINCIPAL
Kerberos principle username/password
|
static AbstractOdiDataServer.AuthenticationMethod |
AbstractOdiDataServer.AuthenticationMethod.SIMPLE_AUTH
SIMPLE Authentication
|
Modifier and Type | Method and Description |
---|---|
static AbstractOdiDataServer.AuthenticationMethod |
AbstractOdiDataServer.AuthenticationMethod.valueOf(java.lang.String name) |
static AbstractOdiDataServer.AuthenticationMethod[] |
AbstractOdiDataServer.AuthenticationMethod.values() |