Uses of Interface
io.helidon.integrations.vault.secrets.cubbyhole.CubbyholeSecretsRx
Packages that use CubbyholeSecretsRx
Package
Description
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 CubbyholeSecretsRxModifier and TypeFieldDescriptionstatic final Engine<CubbyholeSecretsRx>CubbyholeSecretsRx.ENGINECubbyhole (token scoped) secrets engine.Methods in io.helidon.integrations.vault.secrets.cubbyhole that return CubbyholeSecretsRxModifier and TypeMethodDescriptionCubbyholeEngineProvider.createSecrets(Config config, RestApi restApi, String mount) Methods in io.helidon.integrations.vault.secrets.cubbyhole that return types with arguments of type CubbyholeSecretsRxMethods in io.helidon.integrations.vault.secrets.cubbyhole with parameters of type CubbyholeSecretsRxModifier and TypeMethodDescriptionstatic CubbyholeSecretsCubbyholeSecrets.create(CubbyholeSecretsRx reactiveSecrets) Create a new instance of blocking API for Cubbyhole secrets from its reactive counterpart.