FuseGuard Logo

fuseguard.components.configurators
Component BaseConfigurator

configurators.BaseConfigurator

The Base Component that All Configurator Components Should Extend.

Method Summary
public BaseConfigurator init()
          Returns an instance of the Configuration Object
public void configure(any firewallInstance)
          Called when the firewall is initialized to configure itself
 

Method Detail

configure

public void configure(any firewallInstance)
Called when the firewall is initialized to configure itself

Parameters:
any firewallInstance - The firewall instance to be configured

init

public BaseConfigurator init()
Returns an instance of the Configuration Object