Package | Description |
---|---|
org.springframework.vault.core |
Vault core support.
|
org.springframework.vault.support |
Classes supporting the Vault packages, such as value objects.
|
Modifier and Type | Method and Description |
---|---|
Versioned.Metadata |
VaultVersionedKeyValueTemplate.put(String path,
Object body) |
Versioned.Metadata |
VaultVersionedKeyValueOperations.put(String path,
Object body)
Write the
versioned secret at path . |
Modifier and Type | Method and Description |
---|---|
Versioned.Metadata |
Versioned.Metadata.MetadataBuilder.build()
Build the
Versioned.Metadata object. |
Versioned.Metadata |
Versioned.getMetadata() |
Versioned.Metadata |
Versioned.getRequiredMetadata()
Returns the required
Versioned.Metadata for this versioned object. |
Modifier and Type | Method and Description |
---|---|
List<Versioned.Metadata> |
VaultMetadataResponse.getVersions()
Follows the following format.
|
Modifier and Type | Method and Description |
---|---|
static <T> Versioned<T> |
Versioned.create(T secret,
Versioned.Metadata metadata)
Create a versioned secret object given
secret and Versioned.Metadata . |
Modifier and Type | Method and Description |
---|---|
VaultMetadataResponse.VaultMetadataResponseBuilder |
VaultMetadataResponse.VaultMetadataResponseBuilder.versions(List<Versioned.Metadata> versions) |
Copyright © 2016–2020 Pivotal Software, Inc.. All rights reserved.