Class KeycloakConfigSourceProvider
java.lang.Object
org.keycloak.quarkus.runtime.configuration.KeycloakConfigSourceProvider
- All Implemented Interfaces:
org.eclipse.microprofile.config.spi.ConfigSourceProvider
public class KeycloakConfigSourceProvider
extends Object
implements org.eclipse.microprofile.config.spi.ConfigSourceProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionIterable<org.eclipse.microprofile.config.spi.ConfigSource>getConfigSources(ClassLoader forClassLoader) static voidreload()Mainly for test purposes as MicroProfile Config does not seem to provide a way to reload configsources when the config is released
-
Constructor Details
-
KeycloakConfigSourceProvider
public KeycloakConfigSourceProvider()
-
-
Method Details
-
reload
public static void reload()Mainly for test purposes as MicroProfile Config does not seem to provide a way to reload configsources when the config is released -
getConfigSources
public Iterable<org.eclipse.microprofile.config.spi.ConfigSource> getConfigSources(ClassLoader forClassLoader) - Specified by:
getConfigSourcesin interfaceorg.eclipse.microprofile.config.spi.ConfigSourceProvider
-