Class PersisterLastSessionRefreshStoreFactory
- java.lang.Object
- 
- org.keycloak.models.sessions.infinispan.changes.sessions.AbstractLastSessionRefreshStoreFactory
- 
- org.keycloak.models.sessions.infinispan.changes.sessions.PersisterLastSessionRefreshStoreFactory
 
 
- 
 public class PersisterLastSessionRefreshStoreFactory extends AbstractLastSessionRefreshStoreFactory - Author:
- Marek Posolda
 
- 
- 
Field SummaryFields Modifier and Type Field Description static StringDB_LSR_PERIODIC_TASK_NAME- 
Fields inherited from class org.keycloak.models.sessions.infinispan.changes.sessions.AbstractLastSessionRefreshStoreFactoryDEFAULT_MAX_COUNT, DEFAULT_MAX_INTERVAL_BETWEEN_MESSAGES_SECONDS, DEFAULT_TIMER_INTERVAL_MS
 
- 
 - 
Constructor SummaryConstructors Constructor Description PersisterLastSessionRefreshStoreFactory()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description PersisterLastSessionRefreshStorecreateAndInit(KeycloakSession kcSession, boolean offline)protected PersisterLastSessionRefreshStorecreateStoreInstance(int maxIntervalBetweenMessagesSeconds, int maxCount, boolean offline)- 
Methods inherited from class org.keycloak.models.sessions.infinispan.changes.sessions.AbstractLastSessionRefreshStoreFactorysetupPeriodicTimer
 
- 
 
- 
- 
- 
Field Detail- 
DB_LSR_PERIODIC_TASK_NAMEpublic static final String DB_LSR_PERIODIC_TASK_NAME - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
createAndInitpublic PersisterLastSessionRefreshStore createAndInit(KeycloakSession kcSession, boolean offline) 
 - 
createStoreInstanceprotected PersisterLastSessionRefreshStore createStoreInstance(int maxIntervalBetweenMessagesSeconds, int maxCount, boolean offline) 
 
- 
 
-