public class KeycloakServer extends Object
Modifier and Type | Class and Description |
---|---|
static class |
KeycloakServer.KeycloakServerConfig |
Constructor and Description |
---|
KeycloakServer() |
KeycloakServer(KeycloakServer.KeycloakServerConfig config) |
Modifier and Type | Method and Description |
---|---|
ProviderSessionFactory |
getProviderSessionFactory() |
org.jboss.resteasy.plugins.server.undertow.UndertowJaxrsServer |
getServer() |
void |
importRealm(InputStream realm) |
void |
importRealm(RealmRepresentation rep) |
static <T> T |
loadJson(InputStream is,
Class<T> type) |
static void |
main(String[] args) |
protected void |
setupDevConfig() |
void |
start() |
void |
stop() |
public KeycloakServer()
public KeycloakServer(KeycloakServer.KeycloakServerConfig config)
public static <T> T loadJson(InputStream is, Class<T> type)
public ProviderSessionFactory getProviderSessionFactory()
public org.jboss.resteasy.plugins.server.undertow.UndertowJaxrsServer getServer()
public void importRealm(InputStream realm)
public void importRealm(RealmRepresentation rep)
protected void setupDevConfig()
public void stop()
Copyright © 2014. All Rights Reserved.