Interface and Description |
---|
org.springframework.vault.authentication.AppIdUserIdMechanism
since 2.2. Use
AppRoleAuthentication . |
Class and Description |
---|
org.springframework.vault.authentication.AppIdAuthentication
since 2.2. Use
AppRoleAuthentication . |
org.springframework.vault.authentication.AppIdAuthenticationOptions
since 2.2. Use
AppRoleAuthentication . |
org.springframework.vault.config.ClientHttpConnectorFactory
since 2.2, use
ClientHttpConnectorFactory as the
functionality was moved to the org.springframework.vault.client package. |
org.springframework.vault.config.ClientHttpRequestFactoryFactory
since 2.2, use
ClientHttpRequestFactoryFactory as the
functionality was moved to the org.springframework.vault.client package. |
Constructor and Description |
---|
org.springframework.vault.support.ClientOptions(int, int)
since 2.0, use
ClientOptions.ClientOptions(Duration, Duration) for time unit
safety. |
org.springframework.vault.support.SslConfiguration(Resource, String, Resource, String)
Since 1.1, use
SslConfiguration.SslConfiguration(KeyStoreConfiguration, KeyStoreConfiguration) to prevent
String interning and retaining passwords represented as String longer from
GC than necessary. |
Copyright © 2016–2019 Pivotal Software, Inc.. All rights reserved.