Uses of Class
org.springframework.vault.support.Versioned
Package
Description
Vault core support.
Support infrastructure for query derivation of Vault specific repositories.
Classes supporting the Vault packages, such as value objects.
-
Uses of Versioned in org.springframework.vault.core
Modifier and TypeMethodDescriptionRead the most recent secret atpath
.default <T> Versioned<T>
Read the most recent secret atpath
and deserialize the secret to the givenresponseType
.<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) -
Uses of Versioned in org.springframework.vault.repository.support
-
Uses of Versioned in org.springframework.vault.support
Modifier and TypeMethodDescriptionstatic <T> Versioned<T>
Versioned.create
(T secret) Create aunversioned
given secret.static <T> Versioned<T>
Versioned.create
(T secret, Versioned.Metadata metadata) Create a versioned secret object givensecret
andVersioned.Metadata
.static <T> Versioned<T>
Versioned.create
(T secret, Versioned.Version version) Create a versioned secret object givensecret
andVersioned.Version
.