Uses of Enum Class
org.keycloak.cluster.ClusterProvider.DCNotify
Packages that use ClusterProvider.DCNotify
Package
Description
-
Uses of ClusterProvider.DCNotify in org.keycloak.cluster
Methods in org.keycloak.cluster that return ClusterProvider.DCNotifyModifier and TypeMethodDescriptionstatic ClusterProvider.DCNotify
Returns the enum constant of this class with the specified name.static ClusterProvider.DCNotify[]
ClusterProvider.DCNotify.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.keycloak.cluster with parameters of type ClusterProvider.DCNotifyModifier and TypeMethodDescriptionvoid
ClusterProvider.notify
(String taskKey, ClusterEvent event, boolean ignoreSender, ClusterProvider.DCNotify dcNotify) Notify registered listeners on all cluster nodes in all datacenters. -
Uses of ClusterProvider.DCNotify in org.keycloak.cluster.infinispan
Methods in org.keycloak.cluster.infinispan with parameters of type ClusterProvider.DCNotifyModifier and TypeMethodDescriptionvoid
InfinispanClusterProvider.notify
(String taskKey, ClusterEvent event, boolean ignoreSender, ClusterProvider.DCNotify dcNotify) -
Uses of ClusterProvider.DCNotify in org.keycloak.models.sessions.infinispan.events
Methods in org.keycloak.models.sessions.infinispan.events with parameters of type ClusterProvider.DCNotifyModifier and TypeMethodDescriptionvoid
SessionEventsSenderTransaction.addEvent
(SessionClusterEvent event, ClusterProvider.DCNotify dcNotify)