Class AccountConsole
- java.lang.Object
- 
- org.keycloak.services.resources.account.AccountConsole
 
- 
 public class AccountConsole extends Object Created by st on 29/03/17.
- 
- 
Field SummaryFields Modifier and Type Field Description protected KeycloakSessionsession
 - 
Constructor SummaryConstructors Constructor Description AccountConsole(KeycloakSession session, ClientModel client, Theme theme)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.ws.rs.core.ResponsegetIndexHtmlRedirect()javax.ws.rs.core.ResponsegetMainPage()voidinit()
 
- 
- 
- 
Field Detail- 
sessionprotected final KeycloakSession session 
 
- 
 - 
Constructor Detail- 
AccountConsolepublic AccountConsole(KeycloakSession session, ClientModel client, Theme theme) 
 
- 
 - 
Method Detail- 
initpublic 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()
 
- 
 
-