public class WhitelistApi extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.noear.water.dso.ApiCaller |
apiCaller |
static String |
tag_client
客户端组(一般用于检测管理后台客户端)
|
static String |
tag_clientAndServer
客户端组+服务端组
|
static String |
tag_master
主控组
|
static String |
tag_server
服务端组(一般用于检测服务端IP)
|
| Constructor and Description |
|---|
WhitelistApi() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
exists(String tags,
String type,
String value) |
boolean |
existsOfClientAndServerIp(String value) |
boolean |
existsOfClientIp(String value) |
boolean |
existsOfDomain(String tags,
String value) |
boolean |
existsOfIp(String tags,
String value) |
boolean |
existsOfMasterIp(String value) |
boolean |
existsOfMasterToken(String value) |
boolean |
existsOfMobile(String tags,
String value) |
boolean |
existsOfServerIp(String value) |
boolean |
existsOfServerToken(String value) |
boolean |
existsOfToken(String tags,
String value) |
protected final org.noear.water.dso.ApiCaller apiCaller
public static final String tag_master
public static final String tag_client
public static final String tag_server
public static final String tag_clientAndServer
public boolean existsOfClientIp(String value)
public boolean existsOfClientAndServerIp(String value)
public boolean existsOfServerIp(String value)
public boolean existsOfServerToken(String value)
public boolean existsOfMasterIp(String value)
public boolean existsOfMasterToken(String value)
Copyright © 2025. All rights reserved.