| Package | Description |
|---|---|
| org.keycloak.models.sessions.infinispan | |
| org.keycloak.models.sessions.infinispan.changes.sessions |
| Modifier and Type | Field and Description |
|---|---|
protected LastSessionRefreshStore |
InfinispanUserSessionProvider.lastSessionRefreshStore |
protected LastSessionRefreshStore |
InfinispanUserSessionProvider.offlineLastSessionRefreshStore |
| Modifier and Type | Method and Description |
|---|---|
protected LastSessionRefreshStore |
InfinispanUserSessionProvider.getLastSessionRefreshStore() |
protected LastSessionRefreshStore |
InfinispanUserSessionProvider.getOfflineLastSessionRefreshStore() |
| Constructor and Description |
|---|
InfinispanUserSessionProvider(KeycloakSession session,
RemoteCacheInvoker remoteCacheInvoker,
LastSessionRefreshStore lastSessionRefreshStore,
LastSessionRefreshStore offlineLastSessionRefreshStore,
org.infinispan.Cache<String,SessionEntityWrapper<UserSessionEntity>> sessionCache,
org.infinispan.Cache<String,SessionEntityWrapper<UserSessionEntity>> offlineSessionCache,
org.infinispan.Cache<LoginFailureKey,SessionEntityWrapper<LoginFailureEntity>> loginFailureCache) |
| Modifier and Type | Method and Description |
|---|---|
LastSessionRefreshStore |
LastSessionRefreshStoreFactory.createAndInit(KeycloakSession kcSession,
org.infinispan.Cache<String,SessionEntityWrapper> cache,
boolean offline) |
LastSessionRefreshStore |
LastSessionRefreshStoreFactory.createAndInit(KeycloakSession kcSession,
org.infinispan.Cache<String,SessionEntityWrapper> cache,
long timerIntervalMs,
int maxIntervalBetweenMessagesSeconds,
int maxCount,
boolean offline) |
protected LastSessionRefreshStore |
LastSessionRefreshStoreFactory.createStoreInstance(int maxIntervalBetweenMessagesSeconds,
int maxCount,
String eventKey) |
| Constructor and Description |
|---|
LastSessionRefreshChecker(LastSessionRefreshStore store,
LastSessionRefreshStore offlineStore) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.