Interface SecurityApi

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean checkHttpRequest​(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
      Checks a http request and decide if the request can be processed or not
    • Method Detail

      • checkHttpRequest

        boolean checkHttpRequest​(javax.servlet.http.HttpServletRequest req,
                                 javax.servlet.http.HttpServletResponse res)
        Checks a http request and decide if the request can be processed or not
        Parameters:
        req -
        res -
        Returns:
        true if the request can be processed