Uses of Interface
io.github.jopenlibs.vault.Vault
Packages that use Vault
Package
Description
The root package containing the primary
Vault driver class.-
Uses of Vault in io.github.jopenlibs.vault
Classes in io.github.jopenlibs.vault that implement VaultModifier and TypeClassDescriptionclassThe Vault driver class, the primary interface through which dependent applications will access Vault.Methods in io.github.jopenlibs.vault that return VaultModifier and TypeMethodDescriptionstatic VaultVault.create(VaultConfig vaultConfig) static VaultVault.create(VaultConfig vaultConfig, Boolean useSecretsEnginePathMap, Integer globalFallbackVersion) Construct a Vault driver instance with the provided config settings.static VaultVault.create(VaultConfig vaultConfig, Integer engineVersion) Construct a Vault driver instance with the provided config settings, and use the provided global KV Engine version for all secrets.Vault.withRetries(int maxRetries, int retryIntervalMilliseconds) This method is chained ahead of endpoints (e.g.