Uses of Interface
org.keycloak.models.sessions.infinispan.changes.SessionUpdateTask
-
Uses of SessionUpdateTask in org.keycloak.models.sessions.infinispan.changes
Modifier and TypeMethodDescriptionstatic <S extends SessionEntity>
SessionUpdateTask<S>Tasks.addIfAbsentSync()
Returns a typed task of typeSessionUpdateTask.CacheOperation.ADD_IF_ABSENT
that does no other update.static <S extends SessionEntity>
SessionUpdateTask<S>Tasks.removeSync()
Returns a typed task of typeSessionUpdateTask.CacheOperation.REMOVE
that does no other update.Modifier and TypeMethodDescriptionvoid
InfinispanChangelogBasedTransaction.addTask
(K key, SessionUpdateTask<V> task) void
InfinispanChangelogBasedTransaction.addTask
(K key, SessionUpdateTask<V> task, V entity, UserSessionModel.SessionPersistenceState persistenceState) Modifier and TypeMethodDescriptionstatic <S extends SessionEntity>
MergedUpdate<S>MergedUpdate.computeUpdate
(List<SessionUpdateTask<S>> childUpdates, SessionEntityWrapper<S> sessionWrapper, long lifespanMs, long maxIdleTimeMs)