Package org.owasp.esapi.waf.rules
Class IPRule
- java.lang.Object
-
- org.owasp.esapi.waf.rules.Rule
-
- org.owasp.esapi.waf.rules.IPRule
-
public class IPRule extends Rule
This is the Rule subclass executed for <detect-source-ip> rules.- Author:
- Arshan Dabirsiaghi
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Action
check(javax.servlet.http.HttpServletRequest request, InterceptingHTTPServletResponse response, javax.servlet.http.HttpServletResponse httpResponse)
-
-
-
Method Detail
-
check
public Action check(javax.servlet.http.HttpServletRequest request, InterceptingHTTPServletResponse response, javax.servlet.http.HttpServletResponse httpResponse)
-
-