@Service public class ClientIpWhiteList extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CLIENT_IP_WHITELIST_METADATA |
| Constructor and Description |
|---|
ClientIpWhiteList() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isEnableWhitelist()
whether start client ip whitelist
|
static boolean |
isLegalClient(String clientIp)
判断指定的ip在白名单中
|
static void |
load(String content)
传入内容,重新加载客户端ip白名单
|
public static final String CLIENT_IP_WHITELIST_METADATA
Copyright © 2018–2019 Alibaba Group. All rights reserved.