public abstract class AbstractLastSessionRefreshStoreFactory extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_MAX_COUNT |
static int |
DEFAULT_MAX_INTERVAL_BETWEEN_MESSAGES_SECONDS |
static long |
DEFAULT_TIMER_INTERVAL_MS |
| Constructor and Description |
|---|
AbstractLastSessionRefreshStoreFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
setupPeriodicTimer(KeycloakSession kcSession,
AbstractLastSessionRefreshStore store,
long timerIntervalMs,
String eventKey) |
public static final long DEFAULT_TIMER_INTERVAL_MS
public static final int DEFAULT_MAX_INTERVAL_BETWEEN_MESSAGES_SECONDS
public static final int DEFAULT_MAX_COUNT
public AbstractLastSessionRefreshStoreFactory()
protected void setupPeriodicTimer(KeycloakSession kcSession, AbstractLastSessionRefreshStore store, long timerIntervalMs, String eventKey)
Copyright © 2021 JBoss by Red Hat. All rights reserved.