Uses of Interface
org.keycloak.models.sessions.infinispan.SessionFunction
Packages that use SessionFunction
Package
Description
- 
Uses of SessionFunction in org.keycloak.models.sessions.infinispanFields in org.keycloak.models.sessions.infinispan declared as SessionFunctionModifier and TypeFieldDescriptionprotected final SessionFunctionInfinispanUserSessionProvider.offlineClientSessionCacheEntryLifespanAdjusterprotected final SessionFunctionInfinispanUserSessionProvider.offlineSessionCacheEntryLifespanAdjusterConstructors in org.keycloak.models.sessions.infinispan with parameters of type SessionFunctionModifierConstructorDescriptionInfinispanUserSessionProvider(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 loadOfflineSessionsFromDatabase, SessionFunction<UserSessionEntity> offlineSessionCacheEntryLifespanAdjuster, SessionFunction<AuthenticatedClientSessionEntity> offlineClientSessionCacheEntryLifespanAdjuster) 
- 
Uses of SessionFunction in org.keycloak.models.sessions.infinispan.changesConstructors in org.keycloak.models.sessions.infinispan.changes with parameters of type SessionFunctionModifierConstructorDescriptionInfinispanChangelogBasedTransaction(KeycloakSession kcSession, org.infinispan.Cache<K, SessionEntityWrapper<V>> cache, RemoteCacheInvoker remoteCacheInvoker, SessionFunction<V> lifespanMsLoader, SessionFunction<V> maxIdleTimeMsLoader) 
- 
Uses of SessionFunction in org.keycloak.models.sessions.infinispan.remotestoreMethods in org.keycloak.models.sessions.infinispan.remotestore with parameters of type SessionFunctionModifier and TypeMethodDescriptionstatic <K,V extends SessionEntity> 
 RemoteCacheSessionListenerRemoteCacheSessionListener.createListener(KeycloakSession session, org.infinispan.Cache<K, SessionEntityWrapper<V>> cache, org.infinispan.client.hotrod.RemoteCache<K, SessionEntityWrapper<V>> remoteCache, SessionFunction<V> lifespanMsLoader, SessionFunction<V> maxIdleTimeMsLoader) protected voidRemoteCacheSessionListener.init(KeycloakSession session, org.infinispan.Cache<K, SessionEntityWrapper<V>> cache, org.infinispan.client.hotrod.RemoteCache<K, SessionEntityWrapper<V>> remoteCache, SessionFunction<V> lifespanMsLoader, SessionFunction<V> maxIdleTimeMsLoader)