Uses of Class
org.springframework.vault.client.WebClientBuilder
Package
Description
Spring Vault Client abstraction.
Spring configuration for Vault.
Vault core support.
-
Uses of WebClientBuilder in org.springframework.vault.client
Modifier and TypeMethodDescriptionstatic WebClientBuilder
WebClientBuilder.builder()
Create a newWebClientBuilder
.WebClientBuilder.customizers
(WebClientCustomizer... customizer) Add theWebClientCustomizers
that should be applied to theWebClient
.WebClientBuilder.defaultHeader
(String name, String value) Add a default header that will be set if not already present on the outgoingHttpRequest
.WebClientBuilder.endpoint
(VaultEndpoint endpoint) Set theVaultEndpoint
that should be used with theWebClient
.WebClientBuilder.endpointProvider
(ReactiveVaultEndpointProvider provider) Set theReactiveVaultEndpointProvider
that should be used with theWebClient
.WebClientBuilder.endpointProvider
(VaultEndpointProvider provider) Set theVaultEndpointProvider
that should be used with theWebClient
.WebClientBuilder.filter
(ExchangeFilterFunction... filterFunctions) Add theExchangeFilterFunctions
that should be applied to theClientRequest
.WebClientBuilder.httpConnector
(ClientHttpConnector httpConnector) Set theClientHttpConnector
that should be used with theWebClient
.WebClientBuilder.httpConnectorFactory
(Supplier<ClientHttpConnector> httpConnector) Set theSupplier
ofClientHttpConnector
that should be called each time webuild()
a newWebClient
instance. -
Uses of WebClientBuilder in org.springframework.vault.config
Modifier and TypeMethodDescriptionprotected WebClientBuilder
AbstractReactiveVaultConfiguration.webClientBuilder
(ReactiveVaultEndpointProvider endpointProvider, ClientHttpConnector httpConnector) protected WebClientBuilder
AbstractReactiveVaultConfiguration.webClientBuilder
(VaultEndpointProvider endpointProvider, ClientHttpConnector httpConnector) -
Uses of WebClientBuilder in org.springframework.vault.core
ModifierConstructorDescriptionReactiveVaultTemplate
(WebClientBuilder webClientBuilder) Create a newReactiveVaultTemplate
through aWebClientBuilder
.ReactiveVaultTemplate
(WebClientBuilder webClientBuilder, VaultTokenSupplier vaultTokenSupplier)