keycloak
クラス | パッケージ
ClusterProvider.java ファイル

[ソースコード]

クラス

interface  org.keycloak.cluster.ClusterProvider
 
enum  org.keycloak.cluster.ClusterProvider.DCNotify
 

パッケージ

package  org.keycloak.cluster
 

クラス詳解

◆ org::keycloak::cluster::ClusterProvider::DCNotify

enum org::keycloak::cluster::ClusterProvider::DCNotify
org.keycloak.cluster.ClusterProvider.DCNotify 連携図
Collaboration graph
列挙値
ALL_BUT_LOCAL_DC

Send message to all cluster nodes in all datacenters, but NOT to this datacenter. Option "ignoreSender" of method notify will be ignored as sender is ignored anyway due it is in this datacenter

ALL_DCS

Send message to all cluster nodes in all DCs

LOCAL_DC_ONLY

Send message to all cluster nodes on THIS datacenter only