Class ForceRequestHeaderValueRule


  • public class ForceRequestHeaderValueRule
    extends Rule
    • Constructor Detail

      • ForceRequestHeaderValueRule

        public ForceRequestHeaderValueRule()
    • Method Detail

      • getHeaderName

        public java.lang.String getHeaderName()
      • setHeaderName

        public void setHeaderName​(java.lang.String headerName)
      • getForcedValue

        public java.lang.String getForcedValue()
      • setForcedValue

        public void setForcedValue​(java.lang.String forcedValue)
      • matchAndApply

        public java.lang.String matchAndApply​(java.lang.String target,
                                              javax.servlet.http.HttpServletRequest httpServletRequest,
                                              javax.servlet.http.HttpServletResponse httpServletResponse)
                                       throws java.io.IOException
        Description copied from class: Rule
        This method calls tests the rule against the request/response pair and if the Rule applies, then the rule's action is triggered.
        Specified by:
        matchAndApply in class Rule
        Parameters:
        target - The target of the request
        httpServletRequest - the request
        httpServletResponse - the response
        Returns:
        The new target if the rule has matched, else null
        Throws:
        java.io.IOException - if unable to match the rule