Uses of Class
org.springframework.vault.client.WebClientBuilder
Packages that use WebClientBuilder
Package
Description
Spring Vault Client abstraction.
Spring configuration for Vault.
Vault core support.
-
Uses of WebClientBuilder in org.springframework.vault.client
Methods in org.springframework.vault.client that return WebClientBuilderModifier 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.Method parameters in org.springframework.vault.client with type arguments of type WebClientBuilder -
Uses of WebClientBuilder in org.springframework.vault.config
Methods in org.springframework.vault.config that return WebClientBuilderModifier 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
Constructors in org.springframework.vault.core with parameters of type WebClientBuilderModifierConstructorDescriptionReactiveVaultTemplate
(WebClientBuilder webClientBuilder) Create a newReactiveVaultTemplate
through aWebClientBuilder
.ReactiveVaultTemplate
(WebClientBuilder webClientBuilder, VaultTokenSupplier vaultTokenSupplier)