| Modifier and Type | Method and Description |
|---|---|
protected org.infinispan.Cache<String,SessionEntity> |
InfinispanUserSessionProvider.getCache(boolean offline) |
| Modifier and Type | Class and Description |
|---|---|
class |
ClientInitialAccessEntity |
class |
ClientSessionEntity |
class |
UserSessionEntity |
| Modifier and Type | Class and Description |
|---|---|
class |
InitializerState |
| Modifier and Type | Method and Description |
|---|---|
void |
SessionInitializerWorker.setEnvironment(org.infinispan.Cache<String,SessionEntity> cache,
Set<String> inputKeys) |
| Constructor and Description |
|---|
InfinispanUserSessionInitializer(KeycloakSessionFactory sessionFactory,
org.infinispan.Cache<String,SessionEntity> cache,
SessionLoader sessionLoader,
int maxErrors,
int sessionsPerSegment,
String stateKeySuffix) |
| Modifier and Type | Method and Description |
|---|---|
void |
ClientSessionMapper.map(String key,
SessionEntity e,
org.infinispan.distexec.mapreduce.Collector collector) |
void |
ClientInitialAccessMapper.map(String key,
SessionEntity e,
org.infinispan.distexec.mapreduce.Collector collector) |
void |
UserSessionNoteMapper.map(String key,
SessionEntity e,
org.infinispan.distexec.mapreduce.Collector collector) |
void |
SessionMapper.map(String key,
SessionEntity e,
org.infinispan.distexec.mapreduce.Collector collector) |
void |
UserSessionMapper.map(String key,
SessionEntity e,
org.infinispan.distexec.mapreduce.Collector collector) |
void |
ClientSessionsOfUserSessionMapper.map(String key,
SessionEntity e,
org.infinispan.distexec.mapreduce.Collector<String,Object> collector) |
Copyright © 2015 JBoss by Red Hat. All rights reserved.