Class PersistedConfigSource
java.lang.Object
io.smallrye.config.common.AbstractConfigSource
io.smallrye.config.MapBackedConfigValueConfigSource
io.smallrye.config.PropertiesConfigSource
org.keycloak.quarkus.runtime.configuration.PersistedConfigSource
- All Implemented Interfaces:
io.smallrye.config.ConfigValueConfigSource,Serializable,org.eclipse.microprofile.config.spi.ConfigSource
public final class PersistedConfigSource
extends io.smallrye.config.PropertiesConfigSource
A
ConfigSource based on the configuration properties persisted into the server
image.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.smallrye.config.ConfigValueConfigSource
io.smallrye.config.ConfigValueConfigSource.ConfigValueMapStringView, io.smallrye.config.ConfigValueConfigSource.ConfigValueMapView, io.smallrye.config.ConfigValueConfigSource.ConfigValueProperties -
Field Summary
FieldsFields inherited from interface org.eclipse.microprofile.config.spi.ConfigSource
CONFIG_ORDINAL, DEFAULT_ORDINAL -
Method Summary
Modifier and TypeMethodDescriptionvoiddisable()voidenable()io.smallrye.config.ConfigValuegetConfigValue(String propertyName) static PersistedConfigSourcegetName()<T> TrunWithDisabled(Supplier<T> execution) Methods inherited from class io.smallrye.config.PropertiesConfigSource
urlToConfigValueMapMethods inherited from class io.smallrye.config.MapBackedConfigValueConfigSource
getConfigValuePropertiesMethods inherited from class io.smallrye.config.common.AbstractConfigSource
getOrdinal, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.eclipse.microprofile.config.spi.ConfigSource
getOrdinalMethods inherited from interface io.smallrye.config.ConfigValueConfigSource
getProperties, getValue
-
Field Details
-
NAME
- See Also:
-
PERSISTED_PROPERTIES
- See Also:
-
-
Method Details
-
getInstance
-
getName
- Specified by:
getNamein interfaceorg.eclipse.microprofile.config.spi.ConfigSource- Overrides:
getNamein classio.smallrye.config.common.AbstractConfigSource
-
getConfigValue
- Specified by:
getConfigValuein interfaceio.smallrye.config.ConfigValueConfigSource- Overrides:
getConfigValuein classio.smallrye.config.MapBackedConfigValueConfigSource
-
getPropertyNames
- Specified by:
getPropertyNamesin interfaceorg.eclipse.microprofile.config.spi.ConfigSource- Overrides:
getPropertyNamesin classio.smallrye.config.MapBackedConfigValueConfigSource
-
enable
public void enable() -
disable
public void disable() -
runWithDisabled
-