Uses of Class
io.github.jopenlibs.vault.response.LogicalResponse
Packages that use LogicalResponse
Package
Description
Classes implementing the various endpoints of the Vault HTTP API.
Intended for internal use by other classes within the Vault driver library.
Containers of data returned by the various Vault API calls.
-
Uses of LogicalResponse in io.github.jopenlibs.vault.api
Methods in io.github.jopenlibs.vault.api that return LogicalResponseModifier and TypeMethodDescriptionDeletes the key/value pair located at the provided path.Soft deletes the specified version of the key/value pair located at the provided path.Performs a hard delete of the specified version of the key/value pair located at the provided path.Retrieve a list of keys corresponding to key/value pairs at a given Vault path.Auth.lookupWrap()Deprecated.This method is deprecated and in future it will be removedAuth.lookupWrap(String wrappedToken) Deprecated.This method is deprecated and in future it will be removedAuth.lookupWrap(String wrappedToken, boolean inBody) Deprecated.This method is deprecated and in future it will be removedBasic read operation to retrieve a secret.Basic read operation to retrieve a specified secret version for KV engine version 2.Recovers a soft delete of the specified version of the key/value pair located at the provided path.Performs an upgrade of the secrets engine version of the specified KV store to version 2.Basic operation to store secrets.Basic operation to store secrets.Logical.write(String path, Map<String, Object> nameValuePairs, Integer wrapTTL, WriteOptions writeOptions) Operation to store secrets with the ability to specify additional write options Seewritefor common behavior -
Uses of LogicalResponse in io.github.jopenlibs.vault.api.sys
Methods in io.github.jopenlibs.vault.api.sys that return LogicalResponseModifier and TypeMethodDescriptionWrapping.lookupWrap()Returns information about the current client token for a wrapped token, for which the lookup endpoint is at "sys/wrapping/lookup".Wrapping.lookupWrap(String wrappedToken) Returns information about the a wrapped token when authorization is needed for lookup, for which the lookup endpoint is at "sys/wrapping/lookup".Wrapping.lookupWrap(String wrappedToken, boolean inBody) Returns information about the a wrapped token, for which the lookup endpoint is at "sys/wrapping/lookup". -
Uses of LogicalResponse in io.github.jopenlibs.vault.response
Subclasses of LogicalResponse in io.github.jopenlibs.vault.responseModifier and TypeClassDescriptionclassclassThis 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.