Package | Description |
---|---|
org.keycloak.models.sessions.infinispan | |
org.keycloak.models.sessions.infinispan.changes.sessions |
Modifier and Type | Field and Description |
---|---|
protected PersisterLastSessionRefreshStore |
InfinispanUserSessionProvider.persisterLastSessionRefreshStore |
Modifier and Type | Method and Description |
---|---|
protected PersisterLastSessionRefreshStore |
InfinispanUserSessionProvider.getPersisterLastSessionRefreshStore() |
Constructor and Description |
---|
InfinispanUserSessionProvider(KeycloakSession session,
RemoteCacheInvoker remoteCacheInvoker,
CrossDCLastSessionRefreshStore lastSessionRefreshStore,
CrossDCLastSessionRefreshStore offlineLastSessionRefreshStore,
PersisterLastSessionRefreshStore persisterLastSessionRefreshStore,
InfinispanKeyGenerator keyGenerator,
org.infinispan.Cache<String,SessionEntityWrapper<UserSessionEntity>> sessionCache,
org.infinispan.Cache<String,SessionEntityWrapper<UserSessionEntity>> offlineSessionCache,
org.infinispan.Cache<UUID,SessionEntityWrapper<AuthenticatedClientSessionEntity>> clientSessionCache,
org.infinispan.Cache<UUID,SessionEntityWrapper<AuthenticatedClientSessionEntity>> offlineClientSessionCache,
boolean loadOfflineSessionsStatsFromDatabase) |
Modifier and Type | Method and Description |
---|---|
PersisterLastSessionRefreshStore |
PersisterLastSessionRefreshStoreFactory.createAndInit(KeycloakSession kcSession,
boolean offline) |
protected PersisterLastSessionRefreshStore |
PersisterLastSessionRefreshStoreFactory.createStoreInstance(int maxIntervalBetweenMessagesSeconds,
int maxCount,
boolean offline) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.