Uses of Class
org.keycloak.models.sessions.infinispan.remotestore.RemoteCacheSessionListener
Packages that use RemoteCacheSessionListener
-
Uses of RemoteCacheSessionListener in org.keycloak.models.sessions.infinispan.remotestore
Methods in org.keycloak.models.sessions.infinispan.remotestore that return RemoteCacheSessionListenerModifier 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, Runnable onFailover)