Class VaultCdiExtension
java.lang.Object
io.helidon.integrations.vault.cdi.VaultCdiExtension
- All Implemented Interfaces:
Extension
Implementation of CDI portable extension to add support for Vault into CDI,
including injection of Vault, Authentication methods, Secret engines and Sys APIs that
are available on classpath.
-
Constructor Summary
ConstructorDescriptionConstructor required for service loader and manual configuration of CDI extension. -
Method Summary
-
Constructor Details
-
VaultCdiExtension
public VaultCdiExtension()Constructor required for service loader and manual configuration of CDI extension.
-