Class AbstractLastSessionRefreshStoreFactory
java.lang.Object
org.keycloak.models.sessions.infinispan.changes.sessions.AbstractLastSessionRefreshStoreFactory
- Direct Known Subclasses:
CrossDCLastSessionRefreshStoreFactory
,PersisterLastSessionRefreshStoreFactory
- Author:
- Marek Posolda
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
static final long
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
setupPeriodicTimer
(KeycloakSession kcSession, AbstractLastSessionRefreshStore store, long timerIntervalMs, String eventKey)
-
Field Details
-
DEFAULT_TIMER_INTERVAL_MS
public static final long DEFAULT_TIMER_INTERVAL_MS- See Also:
-
DEFAULT_MAX_INTERVAL_BETWEEN_MESSAGES_SECONDS
public static final int DEFAULT_MAX_INTERVAL_BETWEEN_MESSAGES_SECONDS- See Also:
-
DEFAULT_MAX_COUNT
public static final int DEFAULT_MAX_COUNT- See Also:
-
-
Constructor Details
-
AbstractLastSessionRefreshStoreFactory
public AbstractLastSessionRefreshStoreFactory()
-
-
Method Details
-
setupPeriodicTimer
protected void setupPeriodicTimer(KeycloakSession kcSession, AbstractLastSessionRefreshStore store, long timerIntervalMs, String eventKey)
-