public class FreeMarkerAccountProviderFactory extends Object implements AccountProviderFactory
| Constructor and Description |
|---|
FreeMarkerAccountProviderFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
This is called when the server shuts down.
|
AccountProvider |
create(KeycloakSession session) |
String |
getId() |
void |
init(Config.Scope config)
Only called once when the factory is first created.
|
void |
postInit(KeycloakSessionFactory factory)
Called after all provider factories have been initialized
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitorderpublic AccountProvider create(KeycloakSession session)
create in interface ProviderFactorypublic void init(Config.Scope config)
ProviderFactoryinit in interface ProviderFactorypublic void postInit(KeycloakSessionFactory factory)
ProviderFactorypostInit in interface ProviderFactorypublic void close()
ProviderFactoryclose in interface ProviderFactorypublic String getId()
getId in interface ProviderFactoryCopyright © 2021 JBoss by Red Hat. All rights reserved.