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 | Class and Description |
---|---|
class |
SimpleVaultEndpointProvider
VaultEndpointProvider returning a static VaultEndpoint . |
Modifier and Type | Method and Description |
---|---|
static VaultEndpointProvider |
SimpleVaultEndpointProvider.of(VaultEndpoint endpoint)
Creates a new
VaultEndpointProvider given VaultEndpoint . |
Modifier and Type | Method and Description |
---|---|
static org.springframework.web.client.RestTemplate |
VaultClients.createRestTemplate(VaultEndpointProvider endpointProvider,
org.springframework.http.client.ClientHttpRequestFactory requestFactory)
|
Constructor and Description |
---|
PrefixAwareUriTemplateHandler(VaultEndpointProvider endpointProvider) |
Modifier and Type | Method and Description |
---|---|
VaultEndpointProvider |
AbstractVaultConfiguration.vaultEndpointProvider() |
Constructor and Description |
---|
VaultTemplate(VaultEndpointProvider endpointProvider,
org.springframework.http.client.ClientHttpRequestFactory clientHttpRequestFactory,
SessionManager sessionManager)
Create a new
VaultTemplate with a VaultEndpointProvider ,
ClientHttpRequestFactory and SessionManager . |
Copyright © 2016–2017 Pivotal Software, Inc.. All rights reserved.