Uses of Package
io.github.jopenlibs.vault.response
Packages that use io.github.jopenlibs.vault.response
Package
Description
Classes implementing the various endpoints of the Vault HTTP API.
Intended for internal use by other classes within the Vault driver library.
Classes implementing Vault's mounts system.
Containers of data returned by the various Vault API calls.
-
Classes in io.github.jopenlibs.vault.response used by io.github.jopenlibs.vault.apiClassDescriptionThis class is a container for the information returned by Vault in auth backend operations.This class is a container for the information returned by Vault in
v1/sys/healthoperations.This class is a container for the information returned by Vault in logical API operations (e.g.This class is a container for the information returned by Vault in lookup operations on auth backends.This class is a container for the information returned by Vault in unwrap backend operations.When a response is wrapped, the normal API response from Vault does not contain the original secret, but rather contains a set of information related to the response-wrapping token. -
Classes in io.github.jopenlibs.vault.response used by io.github.jopenlibs.vault.api.database
-
Classes in io.github.jopenlibs.vault.response used by io.github.jopenlibs.vault.api.pkiClassDescriptionThis class is a container for the information returned by Vault in PKI backend API operations (e.g.
-
Classes in io.github.jopenlibs.vault.response used by io.github.jopenlibs.vault.api.sysClassDescriptionThis class is a container for the information returned by Vault in logical API operations (e.g.This class is a container for the information returned by Vault in
v1/sys/*seal*operations.This class is a container for the information returned by Vault in unwrap backend operations.VaultResponseis a common base class for the response objects returned by all API methods.When a response is wrapped, the normal API response from Vault does not contain the original secret, but rather contains a set of information related to the response-wrapping token. -
Classes in io.github.jopenlibs.vault.response used by io.github.jopenlibs.vault.api.sys.mountsClassDescriptionThis class is a container for the information returned by Vault in /sys/mounts/ API operations (e.g.
-
Classes in io.github.jopenlibs.vault.response used by io.github.jopenlibs.vault.responseClassDescriptionThis class is a container for the information returned by Vault in auth backend operations.Container for metadata that can be returned with a logical operation responseThis class is a container for the information returned by Vault in logical API operations (e.g.
VaultResponseis a common base class for the response objects returned by all API methods.When a response is wrapped, the normal API response from Vault does not contain the original secret, but rather contains a set of information related to the response-wrapping token.