Class SessionUpdatesList<S extends SessionEntity>
java.lang.Object
org.keycloak.models.sessions.infinispan.changes.SessionUpdatesList<S>
tracks all changes to the underlying session in this transaction
- Author:
- Marek Posolda
-
Constructor Summary
ConstructorDescriptionSessionUpdatesList
(RealmModel realm, SessionEntityWrapper<S> entityWrapper) SessionUpdatesList
(RealmModel realm, SessionEntityWrapper<S> entityWrapper, UserSessionModel.SessionPersistenceState persistenceState) -
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(SessionUpdateTask<S> task) getRealm()
void
setUpdateTasks
(List<SessionUpdateTask<S>> updateTasks)
-
Constructor Details
-
SessionUpdatesList
-
SessionUpdatesList
public SessionUpdatesList(RealmModel realm, SessionEntityWrapper<S> entityWrapper, UserSessionModel.SessionPersistenceState persistenceState)
-
-
Method Details
-
getRealm
-
getClient
-
getEntityWrapper
-
add
-
getUpdateTasks
-
setUpdateTasks
-
getPersistenceState
-