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 with the WebClient . |
WebClientBuilder |
WebClientBuilder.endpointProvider(VaultEndpointProvider provider)
Set the
VaultEndpointProvider that should with the WebClient . |
WebClientBuilder |
WebClientBuilder.filter(ExchangeFilterFunction... filterFunctions)
Add the
ExchangeFilterFunctions that should be
applied to the ClientRequest . |
WebClientBuilder |
WebClientBuilder.httpConnector(ClientHttpConnector httpConnector)
Set the
ClientHttpConnector that should be used each with the
WebClient . |
WebClientBuilder |
WebClientBuilder.httpConnectorFactory(Supplier<ClientHttpConnector> httpConnector)
Set the
Supplier of ClientHttpConnector that should be called each
time we build() a new WebClient instance. |
WebClientBuilder |
WebClientBuilder.requestFactory(Supplier<ClientHttpConnector> httpConnector)
Deprecated.
since 2.2.1 as the name is wrong, use
httpConnectorFactory(Supplier) |
Modifier and Type | Method and Description |
---|---|
protected WebClientBuilder |
AbstractReactiveVaultConfiguration.webClientBuilder(VaultEndpointProvider endpointProvider,
ClientHttpConnector httpConnector)
|
Constructor and Description |
---|
ReactiveVaultTemplate(WebClientBuilder webClientBuilder)
Create a new
ReactiveVaultTemplate through a WebClientBuilder . |
ReactiveVaultTemplate(WebClientBuilder webClientBuilder,
VaultTokenSupplier vaultTokenSupplier)
|
Copyright © 2016–2020 Pivotal Software, Inc.. All rights reserved.