Uses of Class
io.helidon.integrations.oci.secrets.configsource.SecretBundleLazyConfigSource.Builder
Packages that use SecretBundleLazyConfigSource.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 SecretBundleLazyConfigSource.Builder in io.helidon.integrations.oci.secrets.configsource
Methods in io.helidon.integrations.oci.secrets.configsource that return SecretBundleLazyConfigSource.BuilderModifier and TypeMethodDescriptionSecretBundleLazyConfigSource.Builder.acceptPattern(Pattern acceptPattern) Sets thePatternthat will dictate which configuration property names are allowed to reach aSecretBundleLazyConfigSourceinstance.SecretBundleLazyConfigSource.builder()Creates and returns a newSecretBundleLazyConfigSource.Builderfor buildingSecretBundleLazyConfigSourceinstances.Configures thisSecretBundleLazyConfigSource.Builderfrom the supplied meta-configuration.