Class Configuration
java.lang.Object
org.keycloak.quarkus.runtime.configuration.Configuration
The entry point for accessing the server configuration
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanstatic booleangetBuildTimeProperty(String name) static io.smallrye.config.SmallRyeConfigstatic io.smallrye.config.ConfigValuegetConfigValue(String propertyName) static io.smallrye.config.ConfigValuestatic io.smallrye.config.ConfigValuegetKcConfigValue(String propertyName) static StringgetOptionalBooleanKcValue(String propertyName) getOptionalKcValue(String propertyName) getOptionalKcValue(Option<?> option) getOptionalValue(String name) getPropertyNames(boolean onlyPersisted) static StringgetRawValue(String propertyName) getRuntimeProperty(String name) static booleanstatic booleanstatic booleanstatic booleanstatic voidmarkAsOptimized(Properties properties) static Stringstatic StringtoCliFormat(String key) static StringtoDashCase(String key) static StringtoEnvVarFormat(String key)
-
Field Details
-
OPTION_PART_SEPARATOR_CHAR
public static final char OPTION_PART_SEPARATOR_CHAR- See Also:
-
OPTION_PART_SEPARATOR
-
-
Method Details
-
isTrue
-
isTrue
-
isBlank
-
contains
-
equals
-
getConfig
public static io.smallrye.config.SmallRyeConfig getConfig() -
getBuildTimeProperty
-
getRawPersistedProperty
-
getRawPersistedProperties
-
getRawValue
-
getPropertyNames
-
getPropertyNames
-
getConfigValue
-
getKcConfigValue
-
getOptionalValue
-
getOptionalKcValue
-
getOptionalKcValue
-
getOptionalBooleanKcValue
-
getOptionalBooleanValue
-
getMappedPropertyName
-
getRuntimeProperty
-
toEnvVarFormat
-
toCliFormat
-
toDashCase
-
replaceNonAlphanumericByUnderscores
-
isOptimized
public static boolean isOptimized() -
markAsOptimized
-
getCurrentBuiltTimeProperty
-