Class ClientSessionUpdateTask
- java.lang.Object
- 
- org.keycloak.models.sessions.infinispan.changes.ClientSessionUpdateTask
 
- 
- All Implemented Interfaces:
- SessionUpdateTask<AuthenticatedClientSessionEntity>
 
 public abstract class ClientSessionUpdateTask extends Object implements SessionUpdateTask<AuthenticatedClientSessionEntity> - Author:
- Marek Posolda
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.keycloak.models.sessions.infinispan.changes.SessionUpdateTaskSessionUpdateTask.CacheOperation, SessionUpdateTask.CrossDCMessageStatus
 
- 
 - 
Constructor SummaryConstructors Constructor Description ClientSessionUpdateTask()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description SessionUpdateTask.CrossDCMessageStatusgetCrossDCMessageStatus(SessionEntityWrapper<AuthenticatedClientSessionEntity> sessionWrapper)SessionUpdateTask.CacheOperationgetOperation(AuthenticatedClientSessionEntity session)- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.keycloak.models.sessions.infinispan.changes.SessionUpdateTaskrunUpdate
 
- 
 
- 
- 
- 
Method Detail- 
getOperationpublic SessionUpdateTask.CacheOperation getOperation(AuthenticatedClientSessionEntity session) - Specified by:
- getOperationin interface- SessionUpdateTask<AuthenticatedClientSessionEntity>
 
 - 
getCrossDCMessageStatuspublic SessionUpdateTask.CrossDCMessageStatus getCrossDCMessageStatus(SessionEntityWrapper<AuthenticatedClientSessionEntity> sessionWrapper) - Specified by:
- getCrossDCMessageStatusin interface- SessionUpdateTask<AuthenticatedClientSessionEntity>
 
 
- 
 
-