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 SessionDataSessionData.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 voidSessionData.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 voidAbstractLastSessionRefreshStore. 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 voidCrossDCLastSessionRefreshStore. sendMessage(KeycloakSession kcSession, Map<String,SessionData> refreshesToSend)protected voidPersisterLastSessionRefreshStore. 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)
-