Uses of Class
org.keycloak.cluster.ClusterProvider.DCNotify
-
Packages that use ClusterProvider.DCNotify Package Description org.keycloak.cluster org.keycloak.cluster.infinispan org.keycloak.models.sessions.infinispan.events -
-
Uses of ClusterProvider.DCNotify in org.keycloak.cluster
Methods in org.keycloak.cluster that return ClusterProvider.DCNotify Modifier and Type Method Description static ClusterProvider.DCNotify
ClusterProvider.DCNotify. valueOf(String name)
Returns 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.DCNotify Modifier and Type Method Description void
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
Methods in org.keycloak.cluster.infinispan with parameters of type ClusterProvider.DCNotify Modifier and Type Method Description void
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.DCNotify Modifier and Type Method Description void
SessionEventsSenderTransaction. addEvent(SessionClusterEvent event, ClusterProvider.DCNotify dcNotify)
-