Package io.github.jopenlibs.vault.response


package io.github.jopenlibs.vault.response

Containers of data returned by the various Vault API calls.

  • Classes
    Class
    Description
    This 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/health operations.
    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 in v1/sys/*seal* operations.
    This class is a container for the information returned by Vault in unwrap backend operations.
    VaultResponse is 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.