public class PersisterLastSessionRefreshStoreFactory extends AbstractLastSessionRefreshStoreFactory
Modifier and Type | Field and Description |
---|---|
static String |
DB_LSR_PERIODIC_TASK_NAME |
DEFAULT_MAX_COUNT, DEFAULT_MAX_INTERVAL_BETWEEN_MESSAGES_SECONDS, DEFAULT_TIMER_INTERVAL_MS
Constructor and Description |
---|
PersisterLastSessionRefreshStoreFactory() |
Modifier and Type | Method and Description |
---|---|
PersisterLastSessionRefreshStore |
createAndInit(KeycloakSession kcSession,
boolean offline) |
protected PersisterLastSessionRefreshStore |
createStoreInstance(int maxIntervalBetweenMessagesSeconds,
int maxCount,
boolean offline) |
setupPeriodicTimer
public static final String DB_LSR_PERIODIC_TASK_NAME
public PersisterLastSessionRefreshStoreFactory()
public PersisterLastSessionRefreshStore createAndInit(KeycloakSession kcSession, boolean offline)
protected PersisterLastSessionRefreshStore createStoreInstance(int maxIntervalBetweenMessagesSeconds, int maxCount, boolean offline)
Copyright © 2020 JBoss by Red Hat. All rights reserved.