Class IPListConfig
- java.lang.Object
-
- io.apiman.gateway.engine.policies.config.IPListConfig
-
public class IPListConfig extends Object
Configuration object for the IP list policies.- Author:
- eric.wittmann@redhat.com
-
-
Constructor Summary
Constructors Constructor Description IPListConfig(String httpHeader, Set<String> ipList, int responseCode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetHttpHeader()Set<String>getIpList()intgetResponseCode()inthashCode()
-
-
-
Method Detail
-
getHttpHeader
public String getHttpHeader()
- Returns:
- the httpHeader
-
getResponseCode
public int getResponseCode()
- Returns:
- the responseCode
-
-