Interface | Description |
---|---|
VaultAccessor.RestTemplateCallback<T> |
A callback for executing arbitrary operations on the
RestTemplate . |
Class | Description |
---|---|
VaultAccessor |
Base class for Vault accessing helpers, defining common properties such as the
RestTemplate to operate on. |
VaultClient |
Implementation of the low-level Vault client.
|
VaultEndpoint |
Value object that defines Vault connection coordinates.
|
VaultResponseEntity<T> |
Encapsulates the client response used in
VaultAccessor . |
Exception | Description |
---|---|
VaultException |
The Spring Vault specific
NestedRuntimeException implementation. |
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.