public class IpFilterConfig
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
IpFilterConfig() |
| Modifier and Type | Method and Description |
|---|---|
void |
addClientIpAddress(java.lang.String clientIpAddress)
Adds a Client Ip Address to the list
|
boolean |
getAllowAccess()
Returns the allow access flag.
|
boolean |
getEnable()
Returns the IP filter enable flag.
|
java.util.ArrayList |
getIpCollection()
Returns ClientIpAddress collection
|
java.util.Iterator |
iterator() |
void |
setAllowAccess(boolean enable)
Sets the allow access flag.
|
void |
setEnable(boolean enable)
Sets the IP filter enable flag.
|
java.lang.String |
toXML(java.lang.String pad)
Returns XML config of this class.
|
public void addClientIpAddress(java.lang.String clientIpAddress)
public java.util.ArrayList getIpCollection()
public java.util.Iterator iterator()
public void setEnable(boolean enable)
true | falsegetEnable()public boolean getEnable()
setEnable(boolean)public void setAllowAccess(boolean enable)
true | falsegetAllowAccess()public boolean getAllowAccess()
setAllowAccess(boolean)public java.lang.String toXML(java.lang.String pad)
Copyright © 2003-2014 QuickServer.org