Uses of Class
org.springframework.vault.support.Versioned.Metadata
Packages that use Versioned.Metadata
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.Metadata in org.springframework.vault.core
Methods in org.springframework.vault.core that return Versioned.Metadata -
Uses of Versioned.Metadata in org.springframework.vault.repository.support
Constructors in org.springframework.vault.repository.support with parameters of type Versioned.Metadata -
Uses of Versioned.Metadata in org.springframework.vault.support
Methods in org.springframework.vault.support that return Versioned.MetadataModifier and TypeMethodDescriptionVersioned.Metadata.MetadataBuilder.build()
Build theVersioned.Metadata
object.Versioned.getMetadata()
Versioned.getRequiredMetadata()
Returns the requiredVersioned.Metadata
for this versioned object.Methods in org.springframework.vault.support that return types with arguments of type Versioned.MetadataModifier and TypeMethodDescriptionVaultMetadataResponse.getVersions()
Follows the following format.Methods in org.springframework.vault.support with parameters of type Versioned.MetadataModifier and TypeMethodDescriptionstatic <T> Versioned<T>
Versioned.create
(T secret, Versioned.Metadata metadata) Create a versioned secret object givensecret
andVersioned.Metadata
.Method parameters in org.springframework.vault.support with type arguments of type Versioned.MetadataModifier and TypeMethodDescriptionVaultMetadataResponse.VaultMetadataResponseBuilder.versions
(List<Versioned.Metadata> versions)