Uses of Class
org.owasp.esapi.waf.actions.Action
-
Packages that use Action Package Description org.owasp.esapi.waf.actions This package contains the Action objects that are executed after a Rule subclass executes.org.owasp.esapi.waf.rules This package contains all of the Rule subclasses that correspond to policy file entries. -
-
Uses of Action in org.owasp.esapi.waf.actions
Subclasses of Action in org.owasp.esapi.waf.actions Modifier and Type Class Description classBlockActionThe class that indicates the request processing should be halted and that a blank response should be returned.classDefaultActionThe class that indicates the default action as indicated by the policy file should be executed.classDoNothingActionThe class that indicates that no further action is necessary.classRedirectActionThe class that indicates the user should be redirected to another location. -
Uses of Action in org.owasp.esapi.waf.rules
Methods in org.owasp.esapi.waf.rules that return Action Modifier and Type Method Description ActionAddHeaderRule. check(javax.servlet.http.HttpServletRequest request, InterceptingHTTPServletResponse response, javax.servlet.http.HttpServletResponse httpResponse)ActionAddHTTPOnlyFlagRule. check(javax.servlet.http.HttpServletRequest request, InterceptingHTTPServletResponse response, javax.servlet.http.HttpServletResponse httpResponse)ActionAddSecureFlagRule. check(javax.servlet.http.HttpServletRequest request, InterceptingHTTPServletResponse response, javax.servlet.http.HttpServletResponse httpResponse)ActionAuthenticatedRule. check(javax.servlet.http.HttpServletRequest request, InterceptingHTTPServletResponse response, javax.servlet.http.HttpServletResponse httpResponse)ActionBeanShellRule. check(javax.servlet.http.HttpServletRequest request, InterceptingHTTPServletResponse response, javax.servlet.http.HttpServletResponse httpResponse)ActionDetectOutboundContentRule. check(javax.servlet.http.HttpServletRequest request, InterceptingHTTPServletResponse response, javax.servlet.http.HttpServletResponse httpResponse)ActionEnforceHTTPSRule. check(javax.servlet.http.HttpServletRequest request, InterceptingHTTPServletResponse response, javax.servlet.http.HttpServletResponse httpResponse)ActionGeneralAttackSignatureRule. check(javax.servlet.http.HttpServletRequest req, InterceptingHTTPServletResponse response, javax.servlet.http.HttpServletResponse httpResponse)ActionHTTPMethodRule. check(javax.servlet.http.HttpServletRequest request, InterceptingHTTPServletResponse response, javax.servlet.http.HttpServletResponse httpResponse)ActionIPRule. check(javax.servlet.http.HttpServletRequest request, InterceptingHTTPServletResponse response, javax.servlet.http.HttpServletResponse httpResponse)ActionMustMatchRule. check(javax.servlet.http.HttpServletRequest req, InterceptingHTTPServletResponse response, javax.servlet.http.HttpServletResponse httpResponse)ActionPathExtensionRule. check(javax.servlet.http.HttpServletRequest request, InterceptingHTTPServletResponse response, javax.servlet.http.HttpServletResponse httpResponse)ActionReplaceContentRule. check(javax.servlet.http.HttpServletRequest request, InterceptingHTTPServletResponse response, javax.servlet.http.HttpServletResponse httpResponse)ActionRestrictContentTypeRule. check(javax.servlet.http.HttpServletRequest request, InterceptingHTTPServletResponse response, javax.servlet.http.HttpServletResponse httpResponse)ActionRestrictUserAgentRule. check(javax.servlet.http.HttpServletRequest request, InterceptingHTTPServletResponse response, javax.servlet.http.HttpServletResponse httpResponse)abstract ActionRule. check(javax.servlet.http.HttpServletRequest request, InterceptingHTTPServletResponse response, javax.servlet.http.HttpServletResponse httpResponse)ActionSimpleVirtualPatchRule. check(javax.servlet.http.HttpServletRequest req, InterceptingHTTPServletResponse response, javax.servlet.http.HttpServletResponse httpResponse)
-