public interface CloudListService
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
inList(String names,
String type,
String value)
在名单列表中
|
default boolean |
inListOfClientAndServerIp(String ip)
在IP名单列表中
|
default boolean |
inListOfClientIp(String ip)
在IP名单列表中
|
default boolean |
inListOfDomain(String names,
String domain)
在域名单列表中
|
default boolean |
inListOfIp(String names,
String ip)
在IP名单列表中
|
default boolean |
inListOfMobile(String names,
String mobile)
在手机名单列表中
|
default boolean |
inListOfServerIp(String ip)
在IP名单列表中
|
default boolean |
inListOfServerToken(String token)
在Token名单列表中
|
default boolean |
inListOfToken(String names,
String token)
在令牌名单列表中
|
boolean inList(String names, String type, String value)
names - 列表名type - 检测类型value - 值default boolean inListOfServerIp(String ip)
ip - Ipdefault boolean inListOfClientIp(String ip)
ip - Ipdefault boolean inListOfClientAndServerIp(String ip)
ip - Ipdefault boolean inListOfMobile(String names, String mobile)
names - 列表名mobile - 手机号default boolean inListOfDomain(String names, String domain)
names - 列表名domain - 域default boolean inListOfToken(String names, String token)
names - 列表名token - 令牌default boolean inListOfServerToken(String token)
token - TokenCopyright © 2022. All rights reserved.