Class AccountConsole
java.lang.Object
org.keycloak.services.resources.account.AccountConsole
- All Implemented Interfaces:
Provider
,AccountResourceProvider
Created by st on 29/03/17.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
ACCOUNT_MGMT_FORWARDED_ERROR_NOTE
- See Also:
-
session
-
-
Constructor Details
-
AccountConsole
-
-
Method Details
-
init
public void init() -
getResource
Description copied from interface:AccountResourceProvider
Returns a JAX-RS resource instance.- Specified by:
getResource
in interfaceAccountResourceProvider
-
close
public void close() -
getMainPage
@GET @Path("{any:.*}") public jakarta.ws.rs.core.Response getMainPage() throws IOException, FreeMarkerException- Throws:
IOException
FreeMarkerException
-
getIndexHtmlRedirect
@GET @Path("index.html") public jakarta.ws.rs.core.Response getIndexHtmlRedirect()
-