Package | Description |
---|---|
org.springframework.vault.config |
Spring configuration for Vault.
|
org.springframework.vault.support |
Classes supporting the Vault packages, such as value objects.
|
Modifier and Type | Method and Description |
---|---|
SslConfiguration |
AbstractVaultConfiguration.sslConfiguration() |
Modifier and Type | Method and Description |
---|---|
static ClientHttpRequestFactory |
ClientHttpRequestFactoryFactory.create(ClientOptions options,
SslConfiguration sslConfiguration)
|
Modifier and Type | Field and Description |
---|---|
static SslConfiguration |
SslConfiguration.NONE
Default
SslConfiguration without a KeyStore/TrustStore configured. |
Modifier and Type | Method and Description |
---|---|
SslConfiguration |
SslConfiguration.create(Resource keyStore,
String keyStorePassword,
Resource trustStore,
String trustStorePassword)
Creates a new
SslConfiguration for the given truststore. |
static SslConfiguration |
SslConfiguration.forKeyStore(Resource keyStore,
String keyStorePassword)
Creates a new
SslConfiguration for the given key store. |
static SslConfiguration |
SslConfiguration.forTrustStore(Resource trustStore,
String trustStorePassword)
Creates a new
SslConfiguration for the given trust store. |
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.