| Interface | Description |
|---|---|
| ReactiveVaultOperations |
Interface that specifies a basic set of Vault operations executed on a reactive
infrastructure, implemented by
ReactiveVaultTemplate. |
| RestOperationsCallback<T> |
A callback for executing arbitrary operations on
RestOperations. |
| VaultKeyValueOperations |
Interface that specifies a basic set of Vault operations using Vault's Key/Value secret
backend.
|
| VaultKeyValueOperationsSupport |
Interface that specifies a basic set of Vault operations using Vault's Key/Value secret
backend.
|
| VaultOperations |
Interface that specifies a basic set of Vault operations, implemented by
VaultTemplate. |
| VaultPkiOperations |
Interface that specifies PKI backend-related operations.
|
| VaultSysOperations |
Interface that specifies a basic set of administrative Vault operations.
|
| VaultTokenOperations |
Interface that specifies token-related operations.
|
| VaultTransitOperations |
Interface that specifies operations using the
transit backend. |
| VaultVersionedKeyValueOperations |
Interface that specifies a basic set of Vault operations using Vault's versioned
Key/Value (kv version 2) secret backend.
|
| VaultWrappingOperations |
Interface that specifies wrapping-related operations.
|
| Class | Description |
|---|---|
| ReactiveVaultTemplate |
This class encapsulates main Vault interaction.
|
| VaultPkiTemplate |
Default implementation of
VaultPkiOperations. |
| VaultSysTemplate |
Default implementation of
VaultSysOperations. |
| VaultTemplate |
This class encapsulates main Vault interaction.
|
| VaultTokenTemplate |
Default implementation of
VaultTokenOperations. |
| VaultTransitTemplate |
Default implementation of
VaultTransitOperations. |
| VaultVersionedKeyValueTemplate |
Default implementation of
VaultVersionedKeyValueOperations. |
| VaultWrappingTemplate |
| Enum | Description |
|---|---|
| VaultKeyValueOperationsSupport.KeyValueBackend |
Enumeration of supported Key/Value backend API versions.
|
| VaultPkiOperations.Encoding |
Copyright © 2016–2020 Pivotal Software, Inc.. All rights reserved.