Package io.github.jopenlibs.vault


package io.github.jopenlibs.vault

The root package containing the primary Vault driver class.

  • Class
    Description
    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.
    A container for SSL-related configuration options, meant to be stored within a VaultConfig instance.
     
    A container for the configuration settings needed to initialize a Vault driver instance.
     
    The Vault driver class, the primary interface through which dependent applications will access Vault.