Vault driver class.See: Description
| Class | Description |
|---|---|
| EnvironmentLoader |
The code used to load environment variables is encapsulated within an inner class,
so that a mock version of that environment loader can be used by unit tests.
|
| SslConfig |
A container for SSL-related configuration options, meant to be stored within a
VaultConfig instance. |
| Vault |
The Vault driver class, the primary interface through which dependent applications will access Vault.
|
| VaultConfig |
A container for the configuration settings needed to initialize a
Vault driver instance. |
| Exception | Description |
|---|---|
| VaultException |
The root package containing the primary Vault driver class.