public class InfinispanUserCacheProviderFactory extends Object implements UserCacheProviderFactory
| Modifier and Type | Field and Description |
|---|---|
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) |
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 © 2016 JBoss by Red Hat. All rights reserved.