Uses of Class
io.helidon.integrations.oci.secrets.configsource.SecretBundleNodeConfigSource.Builder
Package
Description
Provides classes and interfaces for using the Oracle Cloud Infrastructure (OCI) Secrets
Retrieval and Vault APIs
as part of a ConfigSourceProvider implementation.
-
Uses of SecretBundleNodeConfigSource.Builder in io.helidon.integrations.oci.secrets.configsource
Modifier and TypeMethodDescriptionSecretBundleNodeConfigSource.builder()
Creates and returns a newSecretBundleNodeConfigSource.Builder
for buildingSecretBundleNodeConfigSource
instances.SecretBundleNodeConfigSource.Builder.compartmentOcid
(String compartmentOcid) Sets the (required) OCID of the OCI compartment housing the vault from which aSecretBundleNodeConfigSource
will retrieve values.Configures thisSecretBundleNodeConfigSource.Builder
from the supplied meta-configuration.SecretBundleNodeConfigSource.Builder.pollingStrategy
(PollingStrategy pollingStrategy) Sets thePollingStrategy
for use by thisSecretBundleNodeConfigSource.Builder
.SecretBundleNodeConfigSource.Builder.vaultsSupplier
(Supplier<? extends com.oracle.bmc.vault.Vaults> vaultsSupplier) Uses the suppliedSupplier
ofVaults
instances, instead of the default one, for communicating with the OCI Vaults API.