ip.IPListManager
Method Summary | |
public any |
init([any firewallInstance])
Initialize the IPListManager |
public void |
addIPListProvider([any ipListProvider])
|
public struct |
getIPList([string listID])
Returns the ip list specified by the id |
public array |
getIPListProviders()
Returns an array of IP list providers that are registered with this list manager. |
public array |
getIPLists()
Returns an array of structs |
public array |
getListIDForType([string type])
Returns an array of list IDs matching the specified type. |
public any |
getManagerEnabledProvider()
Returns the first manager enabled provider if no providers exist throws exception |
public any |
getProviderForList([string listID])
|
public boolean |
hasManagerEnabledProvider()
Returns true if there is a list that can be managed by FuseGuard Manager |
public boolean |
isValidListID([string listID])
|
Method Detail |
public void addIPListProvider([any ipListProvider])
[any ipListProvider]
public struct getIPList([string listID])
[string listID]
public array getIPListProviders()
public array getIPLists()
public array getListIDForType([string type])
[string type]
- For example ip_countrypublic any getManagerEnabledProvider()
public any getProviderForList([string listID])
[string listID]
public boolean hasManagerEnabledProvider()
public any init([any firewallInstance])
[any firewallInstance]
public boolean isValidListID([string listID])
[string listID]