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 |
---|---|
static KeycloakServer |
bootstrapKeycloakServer(String[] args) |
KeycloakServer.KeycloakServerConfig |
getConfig() |
org.jboss.resteasy.plugins.server.undertow.UndertowJaxrsServer |
getServer() |
KeycloakSessionFactory |
getSessionFactory() |
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 static KeycloakServer bootstrapKeycloakServer(String[] args) throws Throwable
Throwable
public KeycloakSessionFactory getSessionFactory()
public org.jboss.resteasy.plugins.server.undertow.UndertowJaxrsServer getServer()
public KeycloakServer.KeycloakServerConfig getConfig()
public void importRealm(InputStream realm)
public void importRealm(RealmRepresentation rep)
protected void setupDevConfig()
public void stop()
Copyright © 2015. All Rights Reserved.