public class AccountConsole extends Object
Modifier and Type | Field and Description |
---|---|
protected KeycloakSession |
session |
Constructor and Description |
---|
AccountConsole(RealmModel realm,
ClientModel client,
Theme theme) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
getIndexHtmlRedirect() |
javax.ws.rs.core.Response |
getMainPage() |
void |
init() |
@Context protected KeycloakSession session
public AccountConsole(RealmModel realm, ClientModel client, Theme theme)
public void init()
@GET public javax.ws.rs.core.Response getMainPage() throws IOException, FreeMarkerException
IOException
FreeMarkerException
@GET @Path(value="index.html") public javax.ws.rs.core.Response getIndexHtmlRedirect()
Copyright © 2021 JBoss by Red Hat. All rights reserved.