| Package | Description |
|---|---|
| org.owasp.esapi.waf.configuration |
This package contains the both the configuration object model and the
utility class to create that object model from an existing policy file.
|
| org.owasp.esapi.waf.internal |
This package contains all HTTP-related classes used internally by the WAF for the implementation
of its rules.
|
| org.owasp.esapi.waf.rules |
This package contains all of the Rule subclasses that correspond to policy file entries.
|
| Class and Description |
|---|
| Rule
This is the base class for the WAF rules.
|
| Class and Description |
|---|
| AddHTTPOnlyFlagRule
This is the Rule subclass executed for <add-http-only-flag> rules.
|
| AddSecureFlagRule
This is the Rule subclass executed for <add-secure-flag> rules.
|
| Rule
This is the base class for the WAF rules.
|
| Class and Description |
|---|
| Rule
This is the base class for the WAF rules.
|