Class PersistedConfigSource
java.lang.Object
io.smallrye.config.common.AbstractConfigSource
io.smallrye.config.common.MapBackedConfigSource
io.smallrye.config.PropertiesConfigSource
org.keycloak.quarkus.runtime.configuration.PersistedConfigSource
- All Implemented Interfaces:
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:
-
Field Summary
FieldsFields inherited from interface org.eclipse.microprofile.config.spi.ConfigSource
CONFIG_ORDINAL, DEFAULT_ORDINAL -
Method Summary
Modifier and TypeMethodDescriptionvoidenable(boolean enabled) static PersistedConfigSourcegetName()Methods inherited from class io.smallrye.config.common.MapBackedConfigSource
getPropertiesMethods inherited from class io.smallrye.config.common.AbstractConfigSource
getOrdinal, toString
-
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
-
getValue
- Specified by:
getValuein interfaceorg.eclipse.microprofile.config.spi.ConfigSource- Overrides:
getValuein classio.smallrye.config.common.MapBackedConfigSource
-
getPropertyNames
- Specified by:
getPropertyNamesin interfaceorg.eclipse.microprofile.config.spi.ConfigSource- Overrides:
getPropertyNamesin classio.smallrye.config.common.MapBackedConfigSource
-
enable
public void enable(boolean enabled)
-