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 Summary
Fields Modifier and Type Field Description static String
DB_LSR_PERIODIC_TASK_NAME
-
Fields inherited from class org.keycloak.models.sessions.infinispan.changes.sessions.AbstractLastSessionRefreshStoreFactory
DEFAULT_MAX_COUNT, DEFAULT_MAX_INTERVAL_BETWEEN_MESSAGES_SECONDS, DEFAULT_TIMER_INTERVAL_MS
-
-
Constructor Summary
Constructors Constructor Description PersisterLastSessionRefreshStoreFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PersisterLastSessionRefreshStore
createAndInit(KeycloakSession kcSession, boolean offline)
protected PersisterLastSessionRefreshStore
createStoreInstance(int maxIntervalBetweenMessagesSeconds, int maxCount, boolean offline)
-
Methods inherited from class org.keycloak.models.sessions.infinispan.changes.sessions.AbstractLastSessionRefreshStoreFactory
setupPeriodicTimer
-
-
-
-
Field Detail
-
DB_LSR_PERIODIC_TASK_NAME
public static final String DB_LSR_PERIODIC_TASK_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
createAndInit
public PersisterLastSessionRefreshStore createAndInit(KeycloakSession kcSession, boolean offline)
-
createStoreInstance
protected PersisterLastSessionRefreshStore createStoreInstance(int maxIntervalBetweenMessagesSeconds, int maxCount, boolean offline)
-
-