Uses of Enum Class
org.keycloak.cluster.ClusterProvider.DCNotify
Package
Description
-
Uses of ClusterProvider.DCNotify in org.keycloak.cluster
Modifier 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.Modifier and TypeMethodDescriptionvoid
ClusterProvider.notify
(String taskKey, ClusterEvent event, boolean ignoreSender, ClusterProvider.DCNotify dcNotify) Deprecated.Notify registered listeners on all cluster nodes in all datacenters. -
Uses of ClusterProvider.DCNotify in org.keycloak.cluster.infinispan
Modifier and TypeMethodDescriptionvoid
InfinispanClusterProvider.notify
(String taskKey, ClusterEvent event, boolean ignoreSender, ClusterProvider.DCNotify dcNotify) -
Uses of ClusterProvider.DCNotify in org.keycloak.models.sessions.infinispan.events
Modifier and TypeMethodDescriptionvoid
SessionEventsSenderTransaction.addEvent
(SessionClusterEvent event, ClusterProvider.DCNotify dcNotify)