Class ClientSessionPersistentChangelogBasedTransaction.RegisterClientSessionTask
java.lang.Object
org.keycloak.models.sessions.infinispan.changes.ClientSessionPersistentChangelogBasedTransaction.RegisterClientSessionTask
- All Implemented Interfaces:
 PersistentSessionUpdateTask<UserSessionEntity>,SessionUpdateTask<UserSessionEntity>
- Enclosing class:
 - ClientSessionPersistentChangelogBasedTransaction
 
public static class ClientSessionPersistentChangelogBasedTransaction.RegisterClientSessionTask
extends Object
implements PersistentSessionUpdateTask<UserSessionEntity>
- 
Nested Class Summary
Nested classes/interfaces inherited from interface org.keycloak.models.sessions.infinispan.changes.SessionUpdateTask
SessionUpdateTask.CacheOperation, SessionUpdateTask.CrossDCMessageStatus - 
Constructor Summary
ConstructorsConstructorDescriptionRegisterClientSessionTask(String clientUuid, UUID clientSessionId, boolean offline)  - 
Method Summary
Modifier and TypeMethodDescriptiongetCrossDCMessageStatus(SessionEntityWrapper<UserSessionEntity> sessionWrapper) booleanvoidrunUpdate(UserSessionEntity session) 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
shouldRemove 
- 
Constructor Details
- 
RegisterClientSessionTask
 
 - 
 - 
Method Details
- 
runUpdate
- Specified by:
 runUpdatein interfaceSessionUpdateTask<UserSessionEntity>
 - 
getOperation
- Specified by:
 getOperationin interfaceSessionUpdateTask<UserSessionEntity>
 - 
getCrossDCMessageStatus
public SessionUpdateTask.CrossDCMessageStatus getCrossDCMessageStatus(SessionEntityWrapper<UserSessionEntity> sessionWrapper) - Specified by:
 getCrossDCMessageStatusin interfaceSessionUpdateTask<UserSessionEntity>
 - 
isOffline
public boolean isOffline()- Specified by:
 isOfflinein interfacePersistentSessionUpdateTask<UserSessionEntity>
 
 -