| Interface | Description |
|---|---|
| ReactiveVaultEndpointProvider |
Component that provides reactively a
VaultEndpoint. |
| RestTemplateCustomizer |
Callback interface that can be used to customize a
RestTemplate. |
| RestTemplateFactory |
Factory interface that produces a
RestTemplate object. |
| RestTemplateRequestCustomizer<T extends ClientHttpRequest> |
Callback interface that can be used to customize the
ClientHttpRequest sent
from a RestTemplate. |
| VaultEndpointProvider |
Component that provides a
VaultEndpoint. |
| WebClientCustomizer |
Callback interface that can be used to customize a
WebClient.Builder. |
| WebClientFactory |
Factory interface that produces a
WebClient object. |
| Class | Description |
|---|---|
| ClientHttpConnectorFactory |
Factory for
ClientHttpConnector that supports
ReactorClientHttpConnector and JettyClientHttpConnector. |
| ClientHttpRequestFactoryFactory |
Factory for
ClientHttpRequestFactory that supports Apache HTTP Components,
OkHttp, Netty and the JDK HTTP client (in that order). |
| ReactiveVaultClients |
Vault Client factory to create
WebClient configured to the needs of accessing
Vault. |
| RestTemplateBuilder |
Builder that can be used to configure and create a
RestTemplate. |
| SimpleVaultEndpointProvider |
VaultEndpointProvider returning a static VaultEndpoint. |
| VaultClients |
Vault Client factory to create
RestTemplate configured to the needs of
accessing Vault. |
| VaultClients.PrefixAwareUriBuilderFactory | |
| VaultClients.PrefixAwareUriTemplateHandler | |
| VaultEndpoint |
Value object that defines Vault connection coordinates.
|
| VaultHttpHeaders |
Class providing utility methods to create Vault HTTP headers.
|
| VaultResponses |
Utility methods to unwrap Vault responses and build
VaultException. |
| WebClientBuilder |
Builder that can be used to configure and create a
WebClient. |
Copyright © 2016–2021 Pivotal Software, Inc.. All rights reserved.