public class DefaultInfinispanConnectionProviderFactory extends Object implements InfinispanConnectionProviderFactory
| Modifier and Type | Field and Description |
|---|---|
protected org.infinispan.manager.EmbeddedCacheManager |
cacheManager |
protected Config.Scope |
config |
protected boolean |
containerManaged |
protected static org.jboss.logging.Logger |
logger |
| Constructor and Description |
|---|
DefaultInfinispanConnectionProviderFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
InfinispanConnectionProvider |
create(KeycloakSession session) |
String |
getId() |
void |
init(Config.Scope config) |
protected void |
initContainerManaged(String cacheContainerLookup) |
protected void |
initEmbedded() |
protected void |
lazyInit() |
void |
postInit(KeycloakSessionFactory factory) |
protected static final org.jboss.logging.Logger logger
protected Config.Scope config
protected org.infinispan.manager.EmbeddedCacheManager cacheManager
protected boolean containerManaged
public DefaultInfinispanConnectionProviderFactory()
public InfinispanConnectionProvider create(KeycloakSession session)
create in interface ProviderFactory<InfinispanConnectionProvider>public void close()
close in interface ProviderFactory<InfinispanConnectionProvider>public String getId()
getId in interface ProviderFactory<InfinispanConnectionProvider>public void init(Config.Scope config)
init in interface ProviderFactory<InfinispanConnectionProvider>public void postInit(KeycloakSessionFactory factory)
postInit in interface ProviderFactory<InfinispanConnectionProvider>protected void lazyInit()
protected void initContainerManaged(String cacheContainerLookup)
protected void initEmbedded()
Copyright © 2016 JBoss by Red Hat. All rights reserved.