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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoideventReceived(ClusterEvent event) Registered task to be executed on all cluster nodes once it's notified from cache.protected abstract voideventReceived(InfinispanAuthenticationSessionProvider provider, SE sessionEvent)
-
Constructor Details
-
AbstractAuthSessionClusterListener
-
-
Method Details
-
eventReceived
Description copied from interface:ClusterListenerRegistered task to be executed on all cluster nodes once it's notified from cache.- Specified by:
eventReceivedin interfaceClusterListener- Parameters:
event- value of notification (Object added into the cache)
-
eventReceived
protected abstract void eventReceived(InfinispanAuthenticationSessionProvider provider, SE sessionEvent)
-