Package | Description |
---|---|
org.springframework.vault.authentication |
Support for authentication and session management.
|
org.springframework.vault.config |
Spring configuration for Vault.
|
org.springframework.vault.core |
Vault core support.
|
Constructor and Description |
---|
AppIdAuthentication(AppIdAuthenticationOptions options,
VaultClient vaultClient)
|
AwsEc2Authentication(AwsEc2AuthenticationOptions options,
VaultClient vaultClient,
RestTemplate restTemplate)
Creates a new
AwsEc2Authentication specifying AwsEc2AuthenticationOptions , VaultClient and
a RestTemplate . |
AwsEc2Authentication(VaultClient vaultClient)
Creates a new
AwsEc2Authentication . |
ClientCertificateAuthentication(VaultClient vaultClient)
Creates a
ClientCertificateAuthentication using VaultClient . |
CubbyholeAuthentication(CubbyholeAuthenticationOptions options,
VaultClient vaultClient)
|
Modifier and Type | Method and Description |
---|---|
VaultClient |
AbstractVaultConfiguration.vaultClient() |
Modifier and Type | Method and Description |
---|---|
VaultClient |
VaultClientFactory.getVaultClient() |
VaultClient |
DefaultVaultClientFactory.getVaultClient() |
Modifier and Type | Method and Description |
---|---|
T |
VaultOperations.ClientCallback.doWithVault(VaultClient client)
Callback method.
|
Constructor and Description |
---|
DefaultVaultClientFactory(VaultClient vaultClient)
Creates a new
DefaultVaultClientFactory returning always the same VaultClient . |
VaultTemplate(VaultClient vaultClient,
ClientAuthentication clientAuthentication)
|
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.