| Modifier and Type | Method and Description |
|---|---|
void |
Consumers.UserSessionModelsConsumer.accept(Map.Entry<String,SessionEntity> entry) |
| Modifier and Type | Class and Description |
|---|---|
class |
InfinispanChangelogBasedTransaction<K,V extends SessionEntity> |
class |
SessionEntityWrapper<S extends SessionEntity> |
interface |
SessionUpdateTask<S extends SessionEntity> |
| Modifier and Type | Class and Description |
|---|---|
class |
AuthenticationSessionEntity |
class |
LoginFailureEntity |
class |
UserSessionEntity |
| Modifier and Type | Class and Description |
|---|---|
class |
InitializerState |
| Modifier and Type | Class and Description |
|---|---|
class |
RemoteCacheSessionListener<K,V extends SessionEntity> |
| Modifier and Type | Method and Description |
|---|---|
static <K,V extends SessionEntity> |
RemoteCacheSessionListener.createListener(KeycloakSession session,
org.infinispan.Cache<K,SessionEntityWrapper<V>> cache,
org.infinispan.client.hotrod.RemoteCache<K,V> remoteCache) |
<K,V extends SessionEntity> |
RemoteCacheInvoker.runTask(KeycloakSession kcSession,
RealmModel realm,
String cacheName,
K key,
SessionUpdateTask<V> task,
SessionEntityWrapper<V> sessionWrapper) |
| Modifier and Type | Class and Description |
|---|---|
class |
SessionPredicate<S extends SessionEntity> |
| Modifier and Type | Method and Description |
|---|---|
static Function<Map.Entry<String,SessionEntityWrapper>,SessionEntity> |
Mappers.sessionEntity() |
static Function<Map.Entry<String,SessionEntityWrapper>,Map.Entry<String,SessionEntity>> |
Mappers.unwrap() |
Copyright © 2017 JBoss by Red Hat. All rights reserved.