Module vault.java.driver
Package io.github.jopenlibs.vault.api.sys
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 io.github.jopenlibs.vault.Vault driver class, in a DSL-style
builder pattern approach.
-
Class Summary Class Description Leases The implementing class for operations on REST endpoints, under the "Leases" section of the Vault HTTP API docs ( https://www.vaultproject.io/docs/http/index.html).Seal The implementing class for operations on REST endpoints, under the "seal/unseal/seal-status" section of the Vault HTTP API docs (https://www.vaultproject.io/api/system/index.html).Sys The implementing class for operations on Vault's/v1/sys/*REST endpoints.Wrapping The implementing class for/v1/sys/wrapping/*REST endpoints