Uses of Class
org.keycloak.models.sessions.infinispan.changes.sessions.SessionData
-
Packages that use SessionData Package Description org.keycloak.models.sessions.infinispan.changes.sessions -
-
Uses of SessionData in org.keycloak.models.sessions.infinispan.changes.sessions
Methods in org.keycloak.models.sessions.infinispan.changes.sessions that return SessionData Modifier and Type Method Description SessionData
SessionData.ExternalizerImpl. readObject(ObjectInput input)
Methods in org.keycloak.models.sessions.infinispan.changes.sessions that return types with arguments of type SessionData Modifier and Type Method Description Map<String,SessionData>
LastSessionRefreshEvent. getLastSessionRefreshes()
Methods in org.keycloak.models.sessions.infinispan.changes.sessions with parameters of type SessionData Modifier and Type Method Description void
SessionData.ExternalizerImpl. writeObject(ObjectOutput output, SessionData obj)
Method parameters in org.keycloak.models.sessions.infinispan.changes.sessions with type arguments of type SessionData Modifier and Type Method Description protected abstract void
AbstractLastSessionRefreshStore. sendMessage(KeycloakSession kcSession, Map<String,SessionData> refreshesToSend)
Bulk update the underlying store with all the user sessions, which were refreshed by Keycloak since the last call of this methodprotected void
CrossDCLastSessionRefreshStore. sendMessage(KeycloakSession kcSession, Map<String,SessionData> refreshesToSend)
protected void
PersisterLastSessionRefreshStore. sendMessage(KeycloakSession kcSession, Map<String,SessionData> refreshesToSend)
Constructor parameters in org.keycloak.models.sessions.infinispan.changes.sessions with type arguments of type SessionData Constructor Description LastSessionRefreshEvent(Map<String,SessionData> lastSessionRefreshes)
-