Class AbstractAuthSessionClusterListener<SE extends SessionClusterEvent>
java.lang.Object
org.keycloak.models.sessions.infinispan.events.AbstractAuthSessionClusterListener<SE>
- All Implemented Interfaces:
ClusterListener
public abstract class AbstractAuthSessionClusterListener<SE extends SessionClusterEvent>
extends Object
implements ClusterListener
- Author:
- Marek Posolda
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
eventReceived
(ClusterEvent event) Registered task to be executed on all cluster nodes once it's notified from cache.protected abstract void
eventReceived
(KeycloakSession session, InfinispanAuthenticationSessionProvider provider, SE sessionEvent)
-
Constructor Details
-
AbstractAuthSessionClusterListener
-
-
Method Details
-
eventReceived
Description copied from interface:ClusterListener
Registered task to be executed on all cluster nodes once it's notified from cache.- Specified by:
eventReceived
in interfaceClusterListener
- Parameters:
event
- value of notification (Object added into the cache)
-
eventReceived
protected abstract void eventReceived(KeycloakSession session, InfinispanAuthenticationSessionProvider provider, SE sessionEvent)
-