Uses of Record 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 SessionDataModifier and TypeMethodDescriptionSessionData$___Marshaller_f35dfd3a3fdcebbad4baca88d61cfcfefc921c8f0d96009fa925dfece6aeeb1a.read
(org.infinispan.protostream.ProtobufTagMarshaller.ReadContext $1) Methods in org.keycloak.models.sessions.infinispan.changes.sessions that return types with arguments of type SessionDataModifier and TypeMethodDescriptionSessionData$___Marshaller_f35dfd3a3fdcebbad4baca88d61cfcfefc921c8f0d96009fa925dfece6aeeb1a.getJavaClass()
LastSessionRefreshEvent.getLastSessionRefreshes()
Methods in org.keycloak.models.sessions.infinispan.changes.sessions with parameters of type SessionDataModifier and TypeMethodDescriptionvoid
SessionData$___Marshaller_f35dfd3a3fdcebbad4baca88d61cfcfefc921c8f0d96009fa925dfece6aeeb1a.write
(org.infinispan.protostream.ProtobufTagMarshaller.WriteContext $1, SessionData $2) Method parameters in org.keycloak.models.sessions.infinispan.changes.sessions with type arguments of type SessionDataModifier and TypeMethodDescriptionprotected 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 SessionDataModifierConstructorDescriptionLastSessionRefreshEvent
(Map<String, SessionData> lastSessionRefreshes)