Uses of Interface
io.helidon.integrations.vault.Engine
Package
Description
Vault integration.
Cubbyhole secret engine support for Vault.
Vault's Database Secrets Engine support.
Vault's KV1 Secrets Engine support.
Vault's Key/value version 2 Secrets Engine support.
Vault's PKI Secrets Engine support.
Vault transit secrets.
Vault integration SPI.
Sys operations for Vault.
-
Uses of Engine in io.helidon.integrations.vault
Modifier and TypeMethodDescriptionCreate an engine.Create a new versioned engine. -
Uses of Engine in io.helidon.integrations.vault.secrets.cubbyhole
Modifier and TypeFieldDescriptionstatic final Engine
<CubbyholeSecrets> CubbyholeSecrets.ENGINE
Cubbyhole (token scoped) secrets engine. -
Uses of Engine in io.helidon.integrations.vault.secrets.database
-
Uses of Engine in io.helidon.integrations.vault.secrets.kv1
Modifier and TypeFieldDescriptionstatic final Engine
<Kv1Secrets> Kv1Secrets.ENGINE
KV (Key/Value) secrets engine version 1. -
Uses of Engine in io.helidon.integrations.vault.secrets.kv2
Modifier and TypeFieldDescriptionstatic final Engine
<Kv2Secrets> Kv2Secrets.ENGINE
KV (Key/Value) secrets engine version 2. -
Uses of Engine in io.helidon.integrations.vault.secrets.pki
Modifier and TypeFieldDescriptionstatic final Engine
<PkiSecrets> PkiSecrets.ENGINE
PKI secrets engine. -
Uses of Engine in io.helidon.integrations.vault.secrets.transit
Modifier and TypeFieldDescriptionstatic final Engine
<TransitSecrets> TransitSecrets.ENGINE
Transit Secrets engine. -
Uses of Engine in io.helidon.integrations.vault.spi
Modifier and TypeMethodDescriptionSecretsEngineProvider.supportedEngine()
Supported engine by this provider. -
Uses of Engine in io.helidon.integrations.vault.sys
Modifier and TypeMethodDescriptiondefault DisableEngine.Response
Sys.disableEngine
(Engine<?> engine) Disable (unmount) a secret engine from default path.default EnableEngine.Response
Sys.enableEngine
(Engine<?> engine) Enable (mount) a secret engine on a default path.Secrets engine to disable.Secrets engine to enable.