public class InfinispanClusterProviderFactory extends Object implements ClusterProviderFactory
| Modifier and Type | Class and Description |
|---|---|
class |
InfinispanClusterProviderFactory.CacheEntryListener |
class |
InfinispanClusterProviderFactory.ViewChangeListener |
| Modifier and Type | Field and Description |
|---|---|
protected static org.jboss.logging.Logger |
logger |
static String |
PROVIDER_ID |
| Constructor and Description |
|---|
InfinispanClusterProviderFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
This is called when the server shuts down.
|
ClusterProvider |
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
|
public static final String PROVIDER_ID
protected static final org.jboss.logging.Logger logger
public ClusterProvider create(KeycloakSession session)
create in interface ProviderFactory<ClusterProvider>public void init(Config.Scope config)
ProviderFactoryinit in interface ProviderFactory<ClusterProvider>public void postInit(KeycloakSessionFactory factory)
ProviderFactorypostInit in interface ProviderFactory<ClusterProvider>public void close()
ProviderFactoryclose in interface ProviderFactory<ClusterProvider>public String getId()
getId in interface ProviderFactory<ClusterProvider>Copyright © 2016 JBoss by Red Hat. All rights reserved.