public class InfinispanCacheRealmProviderFactory extends Object implements CacheRealmProviderFactory
| Modifier and Type | Field and Description |
|---|---|
protected RealmCacheManager |
realmCache |
| Constructor and Description |
|---|
InfinispanCacheRealmProviderFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
CacheRealmProvider |
create(KeycloakSession session) |
String |
getId() |
void |
init(Config.Scope config) |
void |
postInit(KeycloakSessionFactory factory) |
protected volatile RealmCacheManager realmCache
public CacheRealmProvider create(KeycloakSession session)
create in interface ProviderFactory<CacheRealmProvider>public void init(Config.Scope config)
init in interface ProviderFactory<CacheRealmProvider>public void postInit(KeycloakSessionFactory factory)
postInit in interface ProviderFactory<CacheRealmProvider>public void close()
close in interface ProviderFactory<CacheRealmProvider>public String getId()
getId in interface ProviderFactory<CacheRealmProvider>Copyright © 2016 JBoss by Red Hat. All rights reserved.