Interface HostRestrictingAuthorizationFilter.HttpInteraction

Enclosing class:
HostRestrictingAuthorizationFilter

public static interface HostRestrictingAuthorizationFilter.HttpInteraction
  • Method Details

    • isCommitted

      boolean isCommitted()
    • getRemoteAddr

      String getRemoteAddr()
    • getRemoteUser

      String getRemoteUser()
    • getRequestURI

      String getRequestURI()
    • getQueryString

      String getQueryString()
    • getMethod

      String getMethod()
    • proceed

      void proceed() throws IOException, javax.servlet.ServletException
      Throws:
      IOException
      javax.servlet.ServletException
    • sendError

      void sendError(int code, String message) throws IOException
      Throws:
      IOException