| Interface | Description |
|---|---|
| SSHConnectionCreator |
Extension of ConnectionCreator specifically for creators that support
SSH tunneling.
|
| Class | Description |
|---|---|
| SSHTunnel |
Defines an open SSHTunnel that is used to tunnel JDBC over SSH.
|
| SSHTunnelConfiguration |
Configuration for creating an SSH tunnel that a database connection can
use to securely connect to a remote server.
|
| SSHTunnelManager |
Manager of SSH tunnels for database connections.
|
| Exception | Description |
|---|---|
| SSHTunnelException |
Subclass of SQLException thrown by the SSHTunnel support for conditions
specific to the SSH layer.
|