Uses of Class
io.github.jopenlibs.vault.response.WrapResponse
Packages that use WrapResponse
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 WrapResponse in io.github.jopenlibs.vault.api
Methods in io.github.jopenlibs.vault.api that return WrapResponseModifier and TypeMethodDescriptionDeprecated.This method is deprecated and in future it will be removedAuth.wrap(JsonObject jsonObject, int ttlInSec) Deprecated.This method is deprecated and in future it will be removed -
Uses of WrapResponse in io.github.jopenlibs.vault.api.sys
Methods in io.github.jopenlibs.vault.api.sys that return WrapResponseModifier and TypeMethodDescriptionProvide access to the/sys/wrapping/rewrapendpoint.Wrapping.wrap(JsonObject jsonObject, int ttlInSec) Provide access to the/sys/wrapping/wrapendpoint. -
Uses of WrapResponse in io.github.jopenlibs.vault.response
Methods in io.github.jopenlibs.vault.response that return WrapResponse