java.lang.Object
io.helidon.integrations.oci.secrets.mp.configsource.OciSecretsMpMetaConfigProvider
All Implemented Interfaces:
MpMetaConfigProvider

public final class OciSecretsMpMetaConfigProvider extends Object implements MpMetaConfigProvider
An MpMetaConfigProvider that uses the Oracle Cloud Infrastructure (OCI) Secrets Retrieval and Vault APIs to provide a ConfigSource implementation.

This class adapts the Helidon ConfigSource created by the OciSecretsConfigSourceProvider to the MicroProfile Config contracts.

See Also: