Class PersisterLastSessionRefreshStore

java.lang.Object
org.keycloak.models.sessions.infinispan.changes.sessions.AbstractLastSessionRefreshStore
org.keycloak.models.sessions.infinispan.changes.sessions.PersisterLastSessionRefreshStore

public class PersisterLastSessionRefreshStore extends AbstractLastSessionRefreshStore
The store is supposed to do periodic bulk update of lastSessionRefresh times of all userSessions, which were refreshed during some period of time. The updates are sent to UserSessionPersisterProvider (DB)
Author:
Marek Posolda
  • Field Details

    • logger

      protected static final org.jboss.logging.Logger logger
  • Constructor Details

    • PersisterLastSessionRefreshStore

      protected PersisterLastSessionRefreshStore(int maxIntervalBetweenMessagesSeconds, int maxCount, boolean offline)
  • Method Details