Class GCPSecretsConfigSource
- java.lang.Object
-
- fish.payara.nucleus.microprofile.config.source.extension.ConfiguredExtensionConfigSource<GCPSecretsConfigSourceConfiguration>
-
- fish.payara.microprofile.config.extensions.gcp.GCPSecretsConfigSource
-
- All Implemented Interfaces:
ExtensionConfigSource,org.eclipse.microprofile.config.spi.ConfigSource
@Service(name="gcp-secrets-config-source") public class GCPSecretsConfigSource extends ConfiguredExtensionConfigSource<GCPSecretsConfigSourceConfiguration>
-
-
Field Summary
-
Fields inherited from class fish.payara.nucleus.microprofile.config.source.extension.ConfiguredExtensionConfigSource
configuration
-
-
Constructor Summary
Constructors Constructor Description GCPSecretsConfigSource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbootstrap()booleandeleteValue(String name)StringgetName()intgetOrdinal()Map<String,String>getProperties()Set<String>getPropertyNames()StringgetSource()StringgetValue(String propertyName)booleansetValue(String name, String value)-
Methods inherited from class fish.payara.nucleus.microprofile.config.source.extension.ConfiguredExtensionConfigSource
getConfiguration, setConfiguration
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface fish.payara.nucleus.microprofile.config.source.extension.ExtensionConfigSource
destroy
-
-