Package | Description |
---|---|
org.springframework.vault.client |
Spring Vault Client abstraction.
|
org.springframework.vault.config |
Spring configuration for Vault.
|
org.springframework.vault.core |
Vault core support.
|
Modifier and Type | Method and Description |
---|---|
static WebClientBuilder |
WebClientBuilder.builder()
Create a new
WebClientBuilder . |
WebClientBuilder |
WebClientBuilder.customizers(WebClientCustomizer... customizer)
Add the
WebClientCustomizers that should be applied to
the WebClient . |
WebClientBuilder |
WebClientBuilder.defaultHeader(String name,
String value)
Add a default header that will be set if not already present on the outgoing
HttpRequest . |
WebClientBuilder |
WebClientBuilder.endpoint(VaultEndpoint endpoint)
Set the
VaultEndpoint that should be used with the WebClient . |
WebClientBuilder |
WebClientBuilder.endpointProvider(ReactiveVaultEndpointProvider provider)
Set the
ReactiveVaultEndpointProvider that should be used with the
WebClient . |
WebClientBuilder |
WebClientBuilder.endpointProvider(VaultEndpointProvider provider)
Set the
VaultEndpointProvider that should be used with the
WebClient . |
WebClientBuilder |
WebClientBuilder.filter(org.springframework.web.reactive.function.client.ExchangeFilterFunction... filterFunctions)
Add the
ExchangeFilterFunctions that should be
applied to the ClientRequest . |
WebClientBuilder |
WebClientBuilder.httpConnector(org.springframework.http.client.reactive.ClientHttpConnector httpConnector)
Set the
ClientHttpConnector that should be used with the WebClient . |
WebClientBuilder |
WebClientBuilder.httpConnectorFactory(Supplier<org.springframework.http.client.reactive.ClientHttpConnector> httpConnector)
|
WebClientBuilder |
WebClientBuilder.requestFactory(Supplier<org.springframework.http.client.reactive.ClientHttpConnector> httpConnector)
Deprecated.
since 2.2.1 as the name is wrong, use
httpConnectorFactory(Supplier) |
Modifier and Type | Method and Description |
---|---|
org.springframework.web.reactive.function.client.WebClient |
WebClientFactory.create(Consumer<WebClientBuilder> customizer)
|
Modifier and Type | Method and Description |
---|---|
protected WebClientBuilder |
AbstractReactiveVaultConfiguration.webClientBuilder(ReactiveVaultEndpointProvider endpointProvider,
org.springframework.http.client.reactive.ClientHttpConnector httpConnector)
|
protected WebClientBuilder |
AbstractReactiveVaultConfiguration.webClientBuilder(VaultEndpointProvider endpointProvider,
org.springframework.http.client.reactive.ClientHttpConnector httpConnector)
|
Constructor and Description |
---|
ReactiveVaultTemplate(WebClientBuilder webClientBuilder)
Create a new
ReactiveVaultTemplate through a WebClientBuilder . |
ReactiveVaultTemplate(WebClientBuilder webClientBuilder,
VaultTokenSupplier vaultTokenSupplier)
|
Copyright © 2016–2024 Pivotal Software, Inc.. All rights reserved.