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.
|
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–2017 Pivotal Software, Inc.. All rights reserved.