Module vault.java.driver
Package io.github.jopenlibs.vault.response
Containers of data returned by the various Vault API calls.
-
Class Summary Class Description AuthResponse This class is a container for the information returned by Vault in auth backend operations.DatabaseResponse HealthResponse This class is a container for the information returned by Vault inv1/sys/health
operations.LogicalResponse This class is a container for the information returned by Vault in logical API operations (e.g.LookupResponse This class is a container for the information returned by Vault in lookup operations on auth backends.MountResponse This class is a container for the information returned by Vault in /sys/mounts/ API operations (e.g.PkiResponse This class is a container for the information returned by Vault in PKI backend API operations (e.g.SealResponse This class is a container for the information returned by Vault inv1/sys/*seal*
operations.UnwrapResponse This class is a container for the information returned by Vault in unwrap backend operations.VaultResponse VaultResponse
is a common base class for the response objects returned by all API methods.WrapResponse 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.