Uses of Enum
org.keycloak.cluster.ClusterProvider.DCNotify
Packages that use ClusterProvider.DCNotify
-
Uses of ClusterProvider.DCNotify in org.keycloak.cluster
Methods in org.keycloak.cluster that return ClusterProvider.DCNotifyModifier and TypeMethodDescriptionstatic ClusterProvider.DCNotifyReturns the enum constant of this type with the specified name.static ClusterProvider.DCNotify[]ClusterProvider.DCNotify.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.keycloak.cluster with parameters of type ClusterProvider.DCNotifyModifier and TypeMethodDescriptionvoidClusterProvider.notify(String taskKey, ClusterEvent event, boolean ignoreSender, ClusterProvider.DCNotify dcNotify) Notify registered listeners on all cluster nodes in all datacenters.