public class InfinispanUserCacheProviderFactory extends Object implements UserCacheProviderFactory
| Modifier and Type | Field and Description |
|---|---|
static String |
USER_CLEAR_CACHE_EVENTS |
static String |
USER_INVALIDATION_EVENTS |
protected UserCacheManager |
userCache |
| Constructor and Description |
|---|
InfinispanUserCacheProviderFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
UserCache |
create(KeycloakSession session) |
String |
getId() |
void |
init(Config.Scope config) |
void |
postInit(KeycloakSessionFactory factory) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitorderpublic static final String USER_CLEAR_CACHE_EVENTS
public static final String USER_INVALIDATION_EVENTS
protected volatile UserCacheManager userCache
public UserCache create(KeycloakSession session)
create in interface ProviderFactory<UserCache>public void init(Config.Scope config)
init in interface ProviderFactory<UserCache>public void postInit(KeycloakSessionFactory factory)
postInit in interface ProviderFactory<UserCache>public void close()
close in interface ProviderFactory<UserCache>public String getId()
getId in interface ProviderFactory<UserCache>Copyright © 2019 JBoss by Red Hat. All rights reserved.