Class RootAuthenticationSessionUpdateTask
java.lang.Object
org.keycloak.models.sessions.infinispan.changes.RootAuthenticationSessionUpdateTask
- All Implemented Interfaces:
 SessionUpdateTask<RootAuthenticationSessionEntity>
public abstract class RootAuthenticationSessionUpdateTask
extends Object
implements SessionUpdateTask<RootAuthenticationSessionEntity>
- Author:
 - Giuseppe Graziano
 
- 
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<RootAuthenticationSessionEntity> 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.SessionUpdateTask
runUpdate, shouldRemove 
- 
Constructor Details
- 
RootAuthenticationSessionUpdateTask
public RootAuthenticationSessionUpdateTask() 
 - 
 - 
Method Details
- 
getOperation
- Specified by:
 getOperationin interfaceSessionUpdateTask<RootAuthenticationSessionEntity>
 - 
getCrossDCMessageStatus
public SessionUpdateTask.CrossDCMessageStatus getCrossDCMessageStatus(SessionEntityWrapper<RootAuthenticationSessionEntity> sessionWrapper) - Specified by:
 getCrossDCMessageStatusin interfaceSessionUpdateTask<RootAuthenticationSessionEntity>
 
 -