Class UserSessionUpdateTask
java.lang.Object
org.keycloak.models.sessions.infinispan.changes.UserSessionUpdateTask
- All Implemented Interfaces:
PersistentSessionUpdateTask<UserSessionEntity>,SessionUpdateTask<UserSessionEntity>
public abstract class UserSessionUpdateTask
extends Object
implements PersistentSessionUpdateTask<UserSessionEntity>
- Author:
- Marek Posolda
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.keycloak.models.sessions.infinispan.changes.SessionUpdateTask
SessionUpdateTask.CacheOperation, SessionUpdateTask.CrossDCMessageStatus -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCrossDCMessageStatus(SessionEntityWrapper<UserSessionEntity> sessionWrapper) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.keycloak.models.sessions.infinispan.changes.PersistentSessionUpdateTask
isOfflineMethods inherited from interface org.keycloak.models.sessions.infinispan.changes.SessionUpdateTask
runUpdate, shouldRemove
-
Constructor Details
-
UserSessionUpdateTask
public UserSessionUpdateTask()
-
-
Method Details
-
getOperation
- Specified by:
getOperationin interfaceSessionUpdateTask<UserSessionEntity>
-
getCrossDCMessageStatus
public SessionUpdateTask.CrossDCMessageStatus getCrossDCMessageStatus(SessionEntityWrapper<UserSessionEntity> sessionWrapper) - Specified by:
getCrossDCMessageStatusin interfaceSessionUpdateTask<UserSessionEntity>
-