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() |
String |
getId() |
void |
init(Config.Scope config) |
void |
postInit(KeycloakSessionFactory factory) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreate, orderpublic static final String PROVIDER_ID
protected final org.jboss.logging.Logger LOG
public void init(Config.Scope config)
init in interface ProviderFactory<T extends Provider>public void postInit(KeycloakSessionFactory factory)
postInit in interface ProviderFactory<T extends Provider>public void close()
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.