Class AccountConsole
- java.lang.Object
-
- org.keycloak.services.resources.account.AccountConsole
-
public class AccountConsole extends Object
Created by st on 29/03/17.
-
-
Field Summary
Fields Modifier and Type Field Description protected KeycloakSession
session
-
Constructor Summary
Constructors Constructor Description AccountConsole(KeycloakSession session, ClientModel client, Theme theme)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.ws.rs.core.Response
getIndexHtmlRedirect()
javax.ws.rs.core.Response
getMainPage()
void
init()
-
-
-
Field Detail
-
session
protected final KeycloakSession session
-
-
Constructor Detail
-
AccountConsole
public AccountConsole(KeycloakSession session, ClientModel client, Theme theme)
-
-
Method Detail
-
init
public void init()
-
getMainPage
@GET public javax.ws.rs.core.Response getMainPage() throws IOException, FreeMarkerException
- Throws:
IOException
FreeMarkerException
-
getIndexHtmlRedirect
@GET @Path("index.html") public javax.ws.rs.core.Response getIndexHtmlRedirect()
-
-