Package | Description |
---|---|
org.keycloak.models.sessions.infinispan.remotestore |
Modifier and Type | Class and Description |
---|---|
static class |
RemoteCacheSessionListener.DontFetchInitialStateCacheListener |
static class |
RemoteCacheSessionListener.FetchInitialStateCacheListener |
Modifier and Type | Method and Description |
---|---|
static <K,V extends SessionEntity> |
RemoteCacheSessionListener.createListener(KeycloakSession session,
org.infinispan.Cache<K,SessionEntityWrapper<V>> cache,
org.infinispan.client.hotrod.RemoteCache<K,SessionEntityWrapper<V>> remoteCache,
BiFunction<RealmModel,V,Long> lifespanMsLoader,
BiFunction<RealmModel,V,Long> maxIdleTimeMsLoader) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.