public abstract class AbstractMapProviderFactory<T extends Provider> extends Object implements ProviderFactory<T>
Modifier and Type | Field and Description |
---|---|
protected org.jboss.logging.Logger |
LOG |
static String |
PROVIDER_ID |
Constructor and Description |
---|
AbstractMapProviderFactory() |
Modifier and Type | Method and Description |
---|---|
void |
close()
This is called when the server shuts down.
|
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, wait
create, order
public static final String PROVIDER_ID
protected final org.jboss.logging.Logger LOG
public void init(Config.Scope config)
ProviderFactory
init
in interface ProviderFactory<T extends Provider>
public void postInit(KeycloakSessionFactory factory)
ProviderFactory
postInit
in interface ProviderFactory<T extends Provider>
public void close()
ProviderFactory
close
in interface ProviderFactory<T extends Provider>
public String getId()
getId
in interface ProviderFactory<T extends Provider>
Copyright © 2020 JBoss by Red Hat. All rights reserved.