Package | Description |
---|---|
oracle.jdbc.diagnostics | |
oracle.jdbc.spi |
This package defines service provider interfaces (SPIs) that are consumed by
the Oracle JDBC Driver.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultTraceEventListenerProvider
The default
TraceEventListener provider of Oracle JDBC. |
Modifier and Type | Interface and Description |
---|---|
interface |
AccessTokenProvider
A provider of OAUTH access tokens that authorize logins to Oracle Database.
|
interface |
ConnectionStringProvider
A provider of
connection strings
for establishing a network connection to Oracle Database.
|
interface |
PasswordProvider
A provider of passwords for authentication with Oracle Database.
|
interface |
TlsConfigurationProvider
A provider of keys and/or certificates for TLS communication with Oracle
Database.
|
interface |
TraceEventListenerProvider
A provider of listeners for application and system tracing events.
|
interface |
UsernameProvider
A provider of usernames for authentication with Oracle Database.
|