Module vault.java.driver
Package io.github.jopenlibs.vault
The root package containing the primary Vault
driver class.
-
Class Summary 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 aVaultConfig
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 aVault
driver instance. -
Exception Summary Exception Description VaultException