public class ConfigArgsConfigSource
extends io.smallrye.config.PropertiesConfigSource
A configuration source for mapping configuration arguments to their corresponding properties so that they can be recognized when building and running the server.
The mapping is based on the system property kc.config.args, where the value is a comma-separated list of
the arguments passed during build or runtime. E.g: "--http-enabled=true,--http-port=8180,--database-vendor=postgres".
Each argument is going to be mapped to its corresponding configuration property by prefixing the key with the MicroProfileConfigProvider.NS_KEYCLOAK namespace.
| Modifier and Type | Method and Description |
|---|---|
String |
getValue(String propertyName) |
getProperties, getPropertyNamesCopyright © 2020 JBoss by Red Hat. All rights reserved.