See: Description
| Interface | Description |
|---|---|
| AccessTokenProvider |
A provider of OAUTH access tokens that authorize logins to Oracle Database.
|
| ConnectionStringProvider |
A provider of
connection strings
for establishing a network connection to Oracle Database.
|
| JsonProvider |
A provider to create an
OsonConverter for serialization
of java objects to OSON bytes and deserialization OSON bytes to
java objects. |
| OracleConfigurationCachableProvider |
The Cachable interface provides methods for caching objects.
|
| OracleConfigurationJsonSecretProvider |
Defines the contract for secret providers in a JSON Configuration.
|
| OracleConfigurationProvider |
Using the Service Provider Interface (SPI) abstraction, the Oracle JDBC driver
can be configured using a configuration service provider.
|
| OracleResourceProvider |
A provider of resources that are consumed by the Oracle JDBC Driver.
|
| OracleResourceProvider.Parameter |
A parameter that configures an
OracleResourceProvider. |
| OsonConverter |
A converter which provides the conversion methods of
POJO to OSON bytes and vice versa.
|
| PasswordProvider |
A provider of passwords for authentication with Oracle Database.
|
| TlsConfigurationProvider |
A provider of keys and/or certificates for TLS communication with Oracle
Database.
|
| TraceEventListenerProvider |
A provider of listeners for application and system tracing events.
|
| UsernameProvider |
A provider of usernames for authentication with Oracle Database.
|
This package defines service provider interfaces (SPIs) that are consumed by the Oracle JDBC Driver. These interfaces are intended to have user defined implementations.
There are two general types of providers in this package:
OracleConfigurationProviderOracleResourceProvider