FuseGuard Logo

fuseguard.components.configurators
Component DefaultConfigurator

configurators.BaseConfigurator
  |
  +--configurators.DefaultConfigurator

Example Configuration that only blocks requests that have a threat level of 10.

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

Methods inherited from configurators.BaseConfigurator
init
 

Method Detail

configure

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

Parameters:
any firewallInstance - The firewall component instance to be configured