public class InfinispanClusterProviderFactory extends Object implements ClusterProviderFactory
| Modifier and Type | Class and Description |
|---|---|
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() |
ClusterProvider |
create(KeycloakSession session) |
String |
getId() |
void |
init(Config.Scope config) |
protected int |
initClusterStartupTime(KeycloakSession session) |
void |
postInit(KeycloakSessionFactory factory) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitorderpublic static final String PROVIDER_ID
protected static final org.jboss.logging.Logger logger
public ClusterProvider create(KeycloakSession session)
create in interface ProviderFactory<ClusterProvider>protected int initClusterStartupTime(KeycloakSession session)
public void init(Config.Scope config)
init in interface ProviderFactory<ClusterProvider>public void postInit(KeycloakSessionFactory factory)
postInit in interface ProviderFactory<ClusterProvider>public void close()
close in interface ProviderFactory<ClusterProvider>public String getId()
getId in interface ProviderFactory<ClusterProvider>Copyright © 2021 JBoss by Red Hat. All rights reserved.