public class ExtendingThemeManagerFactory extends Object implements ThemeProviderFactory
Modifier and Type | Class and Description |
---|---|
static class |
ExtendingThemeManagerFactory.ThemeKey |
Constructor and Description |
---|
ExtendingThemeManagerFactory() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
ThemeProvider |
create(KeycloakSession session) |
String |
getId() |
void |
init(Config.Scope config) |
void |
postInit(KeycloakSessionFactory factory) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
order
public ThemeProvider create(KeycloakSession session)
create
in interface ProviderFactory<ThemeProvider>
public void init(Config.Scope config)
init
in interface ProviderFactory<ThemeProvider>
public void postInit(KeycloakSessionFactory factory)
postInit
in interface ProviderFactory<ThemeProvider>
public void close()
close
in interface ProviderFactory<ThemeProvider>
public String getId()
getId
in interface ProviderFactory<ThemeProvider>
Copyright © 2019 JBoss by Red Hat. All rights reserved.