Uses of Class
org.springframework.vault.support.VaultResponseSupport
Package
Description
Spring Vault Client abstraction.
Vault core support.
The core package implementing lease renewal and secret rotation.
Classes supporting the Vault packages, such as value objects.
-
Uses of VaultResponseSupport in org.springframework.vault.client
Modifier and TypeMethodDescriptionstatic <T> ParameterizedTypeReference<VaultResponseSupport<T>>
VaultResponses.getTypeReference
(Class<T> responseType) Create aParameterizedTypeReference
forresponseType
. -
Uses of VaultResponseSupport in org.springframework.vault.core
Modifier and TypeMethodDescription<T> VaultResponseSupport<T>
Read the secret atpath
.<T> VaultResponseSupport<T>
Read from a secret backend.<T> VaultResponseSupport<T>
<T> VaultResponseSupport<T>
VaultWrappingOperations.read
(VaultToken token, Class<T> responseType) Read a wrapped secret of typeresponseType
.<T> VaultResponseSupport<T>
VaultWrappingTemplate.read
(VaultToken token, Class<T> responseType) Modifier and TypeMethodDescription<T> Mono<VaultResponseSupport<T>>
Read from a Vault path.<T> Mono<VaultResponseSupport<T>>
-
Uses of VaultResponseSupport in org.springframework.vault.core.lease
Modifier and TypeMethodDescriptionprotected VaultResponseSupport<Map<String,
Object>> SecretLeaseContainer.doGetSecrets
(RequestedSecret requestedSecret) Retrieve secrets fromVaultOperations
. -
Uses of VaultResponseSupport in org.springframework.vault.support
Modifier and TypeClassDescriptionclass
Value object to bind Vault HTTP PKI issue certificate API responses.class
Value object to bind generic Vault HTTP API responses.class
Value object to bind Vault HTTP PKI issue certificate API responses.class
Value object to bind Vault HTTP Token API responses.