Uses of Interface
org.keycloak.cluster.ClusterEvent
Package
Description
-
Uses of ClusterEvent in org.keycloak.cluster
Modifier and TypeMethodDescriptionvoid
ClusterListener.eventReceived
(ClusterEvent event) Registered task to be executed on all cluster nodes once it's notified from cache.void
ClusterProvider.notify
(String taskKey, ClusterEvent event, boolean ignoreSender, ClusterProvider.DCNotify dcNotify) Notify registered listeners on all cluster nodes in all datacenters.Modifier and TypeMethodDescriptiondefault void
ClusterProvider.notify
(String taskKey, Collection<? extends ClusterEvent> events, boolean ignoreSender, ClusterProvider.DCNotify dcNotify) An alternative toClusterProvider.notify(String, ClusterEvent, boolean, DCNotify)
that sends multiple events in a single network call. -
Uses of ClusterEvent in org.keycloak.cluster.infinispan
Modifier and TypeMethodDescriptionCollection<? extends ClusterEvent>
WrapperClusterEvent.getDelegateEvents()
Modifier and TypeMethodDescriptionvoid
InfinispanClusterProvider.notify
(String taskKey, ClusterEvent event, boolean ignoreSender, ClusterProvider.DCNotify dcNotify) Modifier and TypeMethodDescriptionvoid
InfinispanClusterProvider.notify
(String taskKey, Collection<? extends ClusterEvent> events, boolean ignoreSender, ClusterProvider.DCNotify dcNotify) static WrapperClusterEvent
WrapperClusterEvent.wrap
(String eventKey, Collection<? extends ClusterEvent> events, String senderAddress, String senderSite, ClusterProvider.DCNotify dcNotify, boolean ignoreSender) -
Uses of ClusterEvent in org.keycloak.cluster.infinispan.remote
Modifier and TypeMethodDescriptionvoid
RemoteInfinispanClusterProvider.notify
(String taskKey, ClusterEvent event, boolean ignoreSender, ClusterProvider.DCNotify dcNotify) Modifier and TypeMethodDescriptionvoid
RemoteInfinispanClusterProvider.notify
(String taskKey, Collection<? extends ClusterEvent> events, boolean ignoreSender, ClusterProvider.DCNotify dcNotify) void
RemoteInfinispanNotificationManager.notify
(String taskKey, Collection<? extends ClusterEvent> events, boolean ignoreSender, ClusterProvider.DCNotify dcNotify) -
Uses of ClusterEvent in org.keycloak.keys.infinispan
-
Uses of ClusterEvent in org.keycloak.models.cache.infinispan
-
Uses of ClusterEvent in org.keycloak.models.cache.infinispan.authorization.events
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
-
Uses of ClusterEvent in org.keycloak.models.cache.infinispan.events
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
Used when user added/removedclass
-
Uses of ClusterEvent in org.keycloak.models.sessions.infinispan.changes.sessions
Modifier and TypeMethodDescriptionvoid
CrossDCLastSessionRefreshListener.eventReceived
(ClusterEvent event) -
Uses of ClusterEvent in org.keycloak.models.sessions.infinispan.events
Modifier and TypeClassDescriptionclass
class
class
class
Modifier and TypeMethodDescriptionvoid
AbstractAuthSessionClusterListener.eventReceived
(ClusterEvent event) void
AbstractUserSessionClusterListener.eventReceived
(ClusterEvent event) -
Uses of ClusterEvent in org.keycloak.storage.managers
Modifier and TypeClassDescriptionstatic class