Uses of Class
org.springframework.vault.support.Versioned.Version
Package
Description
Vault core support.
Classes supporting the Vault packages, such as value objects.
-
Uses of Versioned.Version in org.springframework.vault.core
Modifier and TypeMethodDescriptionReactiveVaultVersionedKeyValueOperations.delete
(String path, Versioned.Version... versionsToDelete) Delete one or moreversions
of the secret atpath
.ReactiveVaultVersionedKeyValueTemplate.delete
(String path, Versioned.Version... versionsToDelete) void
VaultVersionedKeyValueOperations.delete
(String path, Versioned.Version... versionsToDelete) Delete one or moreversions
of the secret atpath
.void
VaultVersionedKeyValueTemplate.delete
(String path, Versioned.Version... versionsToDelete) ReactiveVaultVersionedKeyValueOperations.destroy
(String path, Versioned.Version... versionsToDelete) Permanently remove the specifiedversions
of the secret atpath
.ReactiveVaultVersionedKeyValueTemplate.destroy
(String path, Versioned.Version... versionsToDelete) void
VaultVersionedKeyValueOperations.destroy
(String path, Versioned.Version... versionsToDelete) Permanently remove the specifiedversions
of the secret atpath
.void
VaultVersionedKeyValueTemplate.destroy
(String path, Versioned.Version... versionsToDelete) ReactiveVaultVersionedKeyValueOperations.get
(String path, Versioned.Version version) Read the requestedVersioned.Version
of the secret atpath
.ReactiveVaultVersionedKeyValueOperations.get
(String path, Versioned.Version version, Class<T> responseType) Read the requestedVersioned.Version
of the secret atpath
and deserialize the secret to the givenresponseType
.ReactiveVaultVersionedKeyValueTemplate.get
(String path, Versioned.Version version) ReactiveVaultVersionedKeyValueTemplate.get
(String path, Versioned.Version version, Class<T> responseType) <T> Versioned<T>
VaultVersionedKeyValueOperations.get
(String path, Versioned.Version version) Read the requestedVersioned.Version
of the secret atpath
.<T> Versioned<T>
VaultVersionedKeyValueOperations.get
(String path, Versioned.Version version, Class<T> responseType) Read the requestedVersioned.Version
of the secret atpath
and deserialize the secret to the givenresponseType
.VaultVersionedKeyValueTemplate.get
(String path, Versioned.Version version) <T> Versioned<T>
VaultVersionedKeyValueTemplate.get
(String path, Versioned.Version version, Class<T> responseType) ReactiveVaultVersionedKeyValueOperations.undelete
(String path, Versioned.Version... versionsToDelete) Undelete (restore) one or moreversions
of the secret atpath
.ReactiveVaultVersionedKeyValueTemplate.undelete
(String path, Versioned.Version... versionsToDelete) void
VaultVersionedKeyValueOperations.undelete
(String path, Versioned.Version... versionsToDelete) Undelete (restore) one or moreversions
of the secret atpath
.void
VaultVersionedKeyValueTemplate.undelete
(String path, Versioned.Version... versionsToDelete) -
Uses of Versioned.Version in org.springframework.vault.support
Modifier and TypeMethodDescriptionstatic Versioned.Version
Versioned.Version.from
(int versionNumber) Create aVersioned.Version
given aversionNumber
.Versioned.getVersion()
Versioned.Metadata.getVersion()
static Versioned.Version
Versioned.Version.unversioned()
Modifier and TypeMethodDescriptionstatic <T> Versioned<T>
Versioned.create
(T secret, Versioned.Version version) Create a versioned secret object givensecret
andVersioned.Version
.Versioned.Metadata.MetadataBuilder.version
(Versioned.Version version) Configure theVersioned.Version
.