Class RequestParamKeyDetector

java.lang.Object
org.bardframework.commons.waf.extractor.RequestParamKeyDetector
All Implemented Interfaces:
RequestKeyDetector

public class RequestParamKeyDetector extends Object implements RequestKeyDetector
  • Constructor Details

    • RequestParamKeyDetector

      public RequestParamKeyDetector(String paramName)
  • Method Details

    • getUniqueKey

      public String getUniqueKey(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response)
      Specified by:
      getUniqueKey in interface RequestKeyDetector