| 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. |
| VaultKeyValueMetadataOperations |
Interface that specifies kv metadata related operations.
|
| 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.
|
| VaultTransformOperations |
Interface that specifies operations using the
transform backend. |
| 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. |
| VaultTransformTemplate |
Default implementation of
VaultTransformOperations. |
| 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 |
| Exception | Description |
|---|---|
| SecretNotFoundException |
An exception which is used in case that no secret is found from Vault server.
|
Copyright © 2016–2021 Pivotal Software, Inc.. All rights reserved.