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 |
MergedUpdate<S extends SessionEntity> |
class |
SessionEntityWrapper<S extends SessionEntity> |
interface |
SessionUpdateTask<S extends SessionEntity> |
Modifier and Type | Method and Description |
---|---|
static <S extends SessionEntity> |
Tasks.addIfAbsentSync()
Returns a typed task of type
SessionUpdateTask.CacheOperation.ADD_IF_ABSENT that does no other update. |
static <S extends SessionEntity> |
MergedUpdate.computeUpdate(List<SessionUpdateTask<S>> childUpdates,
SessionEntityWrapper<S> sessionWrapper,
long lifespanMs,
long maxIdleTimeMs) |
static <S extends SessionEntity> |
SessionEntityWrapper.forTransport(S entity) |
static <S extends SessionEntity> |
Tasks.removeSync()
Returns a typed task of type
SessionUpdateTask.CacheOperation.REMOVE that does no other update. |
Modifier and Type | Class and Description |
---|---|
class |
AuthenticatedClientSessionEntity |
class |
LoginFailureEntity |
class |
RootAuthenticationSessionEntity |
class |
UserSessionEntity |
Modifier and Type | Class and Description |
---|---|
class |
InitializerState
Note that this state is NOT thread safe.
|
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,SessionEntityWrapper<V>> remoteCache,
BiFunction<RealmModel,V,Long> lifespanMsLoader,
BiFunction<RealmModel,V,Long> maxIdleTimeMsLoader) |
<K,V extends SessionEntity> |
RemoteCacheInvoker.runTask(KeycloakSession kcSession,
RealmModel realm,
String cacheName,
K key,
MergedUpdate<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 © 2021 JBoss by Red Hat. All rights reserved.