Module vault.java.driver
Package io.github.jopenlibs.vault.api.sys
package io.github.jopenlibs.vault.api.sys
Intended for internal use by other classes within the Vault driver library.
Classes in this package implements the /sys/ API endpoints. There 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.
-
ClassesClassDescriptionThe 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).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).The implementing class for operations on Vault's
/v1/sys/*REST endpoints.The implementing class for/v1/sys/wrapping/*REST endpoints