public class CombinedIPWhiteList extends Object implements IPList
| Modifier and Type | Field and Description |
|---|---|
static org.apache.commons.logging.Log |
LOG |
| Constructor and Description |
|---|
CombinedIPWhiteList(String fixedWhiteListFile,
String variableWhiteListFile,
long cacheExpiryInSeconds) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isIn(String ipAddress)
returns true if the ipAddress is in the IPList.
|
public static final org.apache.commons.logging.Log LOG
public CombinedIPWhiteList(String fixedWhiteListFile, String variableWhiteListFile, long cacheExpiryInSeconds)
Copyright © 2018 CERN. All Rights Reserved.