public class PersisterLastSessionRefreshStoreFactory extends AbstractLastSessionRefreshStoreFactory
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) |
setupPeriodicTimerpublic PersisterLastSessionRefreshStoreFactory()
public PersisterLastSessionRefreshStore createAndInit(KeycloakSession kcSession, boolean offline)
protected PersisterLastSessionRefreshStore createStoreInstance(int maxIntervalBetweenMessagesSeconds, int maxCount, boolean offline)
Copyright © 2018 JBoss by Red Hat. All rights reserved.