Uses of Class
io.github.jopenlibs.vault.response.VaultResponse
Packages that use VaultResponse
Package
Description
Intended for internal use by other classes within the Vault driver library.
Containers of data returned by the various Vault API calls.
-
Uses of VaultResponse in io.github.jopenlibs.vault.api.sys
Methods in io.github.jopenlibs.vault.api.sys that return VaultResponseModifier and TypeMethodDescriptionRenews a given secret lease.Immediately revokes a secret associated with a given lease.Leases.revokeForce(String prefix) Revokes all secrets or tokens generated under a given prefix immediately.Leases.revokePrefix(String prefix) Revokes all secrets (via a lease ID prefix) or tokens (via the tokens' path property) generated under a given prefix immediately. -
Uses of VaultResponse in io.github.jopenlibs.vault.response
Subclasses of VaultResponse in io.github.jopenlibs.vault.responseModifier and TypeClassDescriptionclassThis class is a container for the information returned by Vault in auth backend operations.classclassThis class is a container for the information returned by Vault in logical API operations (e.g.classThis class is a container for the information returned by Vault in lookup operations on auth backends.classThis class is a container for the information returned by Vault in /sys/mounts/ API operations (e.g.classThis class is a container for the information returned by Vault in PKI backend API operations (e.g.classThis class is a container for the information returned by Vault inv1/sys/*seal*operations.classThis class is a container for the information returned by Vault in unwrap backend operations.classWhen 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.