Uses of Class
org.keycloak.models.sessions.infinispan.changes.sessions.SessionData
Packages that use SessionData
-
Uses of SessionData in org.keycloak.models.sessions.infinispan.changes.sessions
Methods in org.keycloak.models.sessions.infinispan.changes.sessions that return SessionDataMethods in org.keycloak.models.sessions.infinispan.changes.sessions that return types with arguments of type SessionDataMethods in org.keycloak.models.sessions.infinispan.changes.sessions with parameters of type SessionDataModifier and TypeMethodDescriptionvoidSessionData.ExternalizerImpl.writeObject(ObjectOutput output, SessionData obj) Method parameters in org.keycloak.models.sessions.infinispan.changes.sessions with type arguments of type SessionDataModifier and TypeMethodDescriptionprotected 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 SessionDataModifierConstructorDescriptionLastSessionRefreshEvent(Map<String, SessionData> lastSessionRefreshes)