@NonNullApi @NonNullFields
See: Description
| 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 org.springframework.http.client.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. |
| ClientHttpConnectorFactory.ReactorNetty |
ClientHttpConnector for Reactor Netty. |
| ClientHttpRequestFactoryFactory |
Factory for
ClientHttpRequestFactory that supports Apache HTTP Components,
OkHttp, Netty and the JDK HTTP client (in that order). |
| ClientHttpRequestFactoryFactory.HttpComponents |
Utilities to create a
ClientHttpRequestFactory for Apache Http Components. |
| ClientHttpRequestFactoryFactory.OkHttp3 |
Utilities to create a
ClientHttpRequestFactory for the
OkHttpClient. |
| 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–2024 Pivotal Software, Inc.. All rights reserved.