Uses of Interface
org.keycloak.models.sessions.infinispan.changes.SessionUpdateTask
Packages that use SessionUpdateTask
-
Uses of SessionUpdateTask in org.keycloak.models.sessions.infinispan.changes
Subinterfaces of SessionUpdateTask in org.keycloak.models.sessions.infinispan.changesModifier and TypeInterfaceDescriptioninterface
PersistentSessionUpdateTask<S extends SessionEntity>
Marker interface for tasks that update persistent sessionsClasses in org.keycloak.models.sessions.infinispan.changes that implement SessionUpdateTaskModifier and TypeClassDescriptionstatic class
class
class
class
MergedUpdate<S extends SessionEntity>
class
Methods in org.keycloak.models.sessions.infinispan.changes that return SessionUpdateTaskModifier 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.static <S extends SessionEntity>
SessionUpdateTask<S>Tasks.removeSync
(boolean offline) Returns a typed task of typeSessionUpdateTask.CacheOperation.REMOVE
that does no other update.Methods in org.keycloak.models.sessions.infinispan.changes that return types with arguments of type SessionUpdateTaskMethods in org.keycloak.models.sessions.infinispan.changes with parameters of type SessionUpdateTaskModifier and TypeMethodDescriptionvoid
SessionUpdatesList.add
(SessionUpdateTask<S> task) void
InfinispanChangelogBasedTransaction.addTask
(K key, SessionUpdateTask<V> task) void
InfinispanChangelogBasedTransaction.addTask
(K key, SessionUpdateTask<V> task, V entity, UserSessionModel.SessionPersistenceState persistenceState) void
PersistentSessionsChangelogBasedTransaction.addTask
(K key, SessionUpdateTask<V> originalTask) void
PersistentSessionsChangelogBasedTransaction.addTask
(K key, SessionUpdateTask<V> task, V entity, UserSessionModel.SessionPersistenceState persistenceState) void
SessionsChangelogBasedTransaction.addTask
(K key, SessionUpdateTask<V> task) Method parameters in org.keycloak.models.sessions.infinispan.changes with type arguments of type SessionUpdateTaskModifier and TypeMethodDescriptionstatic <S extends SessionEntity>
MergedUpdate<S>MergedUpdate.computeUpdate
(List<SessionUpdateTask<S>> childUpdates, SessionEntityWrapper<S> sessionWrapper, long lifespanMs, long maxIdleTimeMs) void
SessionUpdatesList.setUpdateTasks
(List<SessionUpdateTask<S>> updateTasks)