Module vault.java.driver
Package io.github.jopenlibs.vault.response
package io.github.jopenlibs.vault.response
Containers of data returned by the various Vault API calls.
-
ClassesClassDescriptionThis 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
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 /sys/mounts/ API operations (e.g. enable/disable secret engine mountpoint, read/tune mountpoint configurations)This class is a container for the information returned by Vault in PKI backend API operations (e.g. create/delete roles, issue credentials).This class is a container for the information returned by Vault inv1/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.