Uses of Class
org.keycloak.models.sessions.infinispan.changes.sessions.AbstractLastSessionRefreshStore
Packages that use AbstractLastSessionRefreshStore
-
Uses of AbstractLastSessionRefreshStore in org.keycloak.models.sessions.infinispan.changes.sessions
Subclasses of AbstractLastSessionRefreshStore in org.keycloak.models.sessions.infinispan.changes.sessionsModifier and TypeClassDescriptionclassCross-DC based CrossDCLastSessionRefreshStore Tracks the queue of lastSessionRefreshes, which were updated on this host.classThe store is supposed to do periodic bulk update of lastSessionRefresh times of all userSessions, which were refreshed during some period of time.Methods in org.keycloak.models.sessions.infinispan.changes.sessions with parameters of type AbstractLastSessionRefreshStoreModifier and TypeMethodDescriptionprotected voidAbstractLastSessionRefreshStoreFactory.setupPeriodicTimer(KeycloakSession kcSession, AbstractLastSessionRefreshStore store, long timerIntervalMs, String eventKey) Constructors in org.keycloak.models.sessions.infinispan.changes.sessions with parameters of type AbstractLastSessionRefreshStoreModifierConstructorDescription