keycloak
|
クラス | |
interface | org.keycloak.cluster.ClusterProvider |
enum | org.keycloak.cluster.ClusterProvider.DCNotify |
パッケージ | |
package | org.keycloak.cluster |
enum org::keycloak::cluster::ClusterProvider::DCNotify |
列挙値 | 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 |
---|