Uses of Interface
io.helidon.integrations.vault.secrets.cubbyhole.CubbyholeSecretsRx
-
Packages that use CubbyholeSecretsRx Package Description io.helidon.integrations.vault.secrets.cubbyhole Cubbyhole secret engine support for Vault. -
-
Uses of CubbyholeSecretsRx in io.helidon.integrations.vault.secrets.cubbyhole
Fields in io.helidon.integrations.vault.secrets.cubbyhole with type parameters of type CubbyholeSecretsRx Modifier and Type Field Description static Engine<CubbyholeSecretsRx>
CubbyholeSecretsRx. ENGINE
Cubbyhole (token scoped) secrets engine.Methods in io.helidon.integrations.vault.secrets.cubbyhole that return CubbyholeSecretsRx Modifier and Type Method Description CubbyholeSecretsRx
CubbyholeEngineProvider. createSecrets(Config config, RestApi restApi, String mount)
Methods in io.helidon.integrations.vault.secrets.cubbyhole that return types with arguments of type CubbyholeSecretsRx Modifier and Type Method Description Engine<CubbyholeSecretsRx>
CubbyholeEngineProvider. supportedEngine()
Methods in io.helidon.integrations.vault.secrets.cubbyhole with parameters of type CubbyholeSecretsRx Modifier and Type Method Description static CubbyholeSecrets
CubbyholeSecrets. create(CubbyholeSecretsRx reactiveSecrets)
Create a new instance of blocking API for Cubbyhole secrets from its reactive counterpart.
-