See: Description
| Class | Description |
|---|---|
| Auth |
The implementing class for operations on Vault's
/v1/auth/* REST endpoints. |
| Logical |
The implementing class for Vault's core/logical operations (e.g.
|
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.