public class InfinispanCacheStoreFactoryProviderFactory extends Object implements CachedStoreProviderFactory
| Modifier and Type | Field and Description |
|---|---|
static String |
AUTHORIZATION_CLEAR_CACHE_EVENTS |
static String |
AUTHORIZATION_INVALIDATION_EVENTS |
protected StoreFactoryCacheManager |
storeCache |
| Constructor and Description |
|---|
InfinispanCacheStoreFactoryProviderFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
This is called when the server shuts down.
|
CachedStoreFactoryProvider |
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
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitorderpublic static final String AUTHORIZATION_CLEAR_CACHE_EVENTS
public static final String AUTHORIZATION_INVALIDATION_EVENTS
protected volatile StoreFactoryCacheManager storeCache
public InfinispanCacheStoreFactoryProviderFactory()
public CachedStoreFactoryProvider create(KeycloakSession session)
create in interface ProviderFactory<CachedStoreFactoryProvider>public void init(Config.Scope config)
ProviderFactoryinit in interface ProviderFactory<CachedStoreFactoryProvider>public void postInit(KeycloakSessionFactory factory)
ProviderFactorypostInit in interface ProviderFactory<CachedStoreFactoryProvider>public void close()
ProviderFactoryclose in interface ProviderFactory<CachedStoreFactoryProvider>public String getId()
getId in interface ProviderFactory<CachedStoreFactoryProvider>Copyright © 2021 JBoss by Red Hat. All rights reserved.