Uses of Class
io.quarkus.vault.runtime.config.VaultBootstrapConfig
-
Packages that use VaultBootstrapConfig Package Description io.quarkus.vault.runtime io.quarkus.vault.runtime.client io.quarkus.vault.runtime.config -
-
Uses of VaultBootstrapConfig in io.quarkus.vault.runtime
Methods in io.quarkus.vault.runtime that return VaultBootstrapConfig Modifier and Type Method Description VaultBootstrapConfigVaultConfigHolder. getVaultBootstrapConfig()Methods in io.quarkus.vault.runtime with parameters of type VaultBootstrapConfig Modifier and Type Method Description io.quarkus.runtime.RuntimeValue<org.eclipse.microprofile.config.spi.ConfigSourceProvider>VaultRecorder. configure(VaultBootstrapConfig vaultBootstrapConfig)VaultConfigHolderVaultConfigHolder. setVaultBootstrapConfig(VaultBootstrapConfig vaultBootstrapConfig) -
Uses of VaultBootstrapConfig in io.quarkus.vault.runtime.client
Methods in io.quarkus.vault.runtime.client with parameters of type VaultBootstrapConfig Modifier and Type Method Description static io.vertx.mutiny.ext.web.client.WebClientMutinyVertxClientFactory. createHttpClient(io.vertx.mutiny.core.Vertx vertx, VaultBootstrapConfig vaultBootstrapConfig, io.quarkus.runtime.TlsConfig tlsConfig) -
Uses of VaultBootstrapConfig in io.quarkus.vault.runtime.config
Constructors in io.quarkus.vault.runtime.config with parameters of type VaultBootstrapConfig Constructor Description VaultConfigSource(VaultBootstrapConfig vaultBootstrapConfig)VaultConfigSourceProvider(VaultBootstrapConfig vaultBootstrapConfig)
-