![JAR search and dependency download from the Maven repository](/logo.png)
de.ahus1.keycloak.dropwizard.KeycloakConfiguration Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of keycloak-dropwizard Show documentation
Show all versions of keycloak-dropwizard Show documentation
Add this module to integrate your Dropwizard application with
JBoss Keycloak.
The newest version!
package de.ahus1.keycloak.dropwizard;
import org.keycloak.representations.adapters.config.AdapterConfig;
/**
* This is class currently only exists so users of the
* dropwizard-keycloak module don't have to import org.keycloak classes.
* In future this class may have helper methods.
*/
public class KeycloakConfiguration extends AdapterConfig {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy