Uses of Class
org.springframework.vault.support.Versioned.Version
Packages that use 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
Methods in org.springframework.vault.core with parameters of type Versioned.VersionModifier 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
Methods in org.springframework.vault.support that return Versioned.VersionModifier 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()
Methods in org.springframework.vault.support with parameters of type Versioned.VersionModifier 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
.