com.bettercloud.vault.api.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of vault-java-driver Show documentation
Show all versions of vault-java-driver Show documentation
Zero-dependency Java client for HashiCorp's Vault
/**
* Classes implementing the various endpoints of the Vault HTTP API.
*
* The classes in this package are not meant to be instantiated directly. Rather, they should be used by way
* of the com.bettercloud.vault.Vault
driver class, in a DSL-style builder pattern approach.
*/
package com.bettercloud.vault.api;