Interface AuthorizationHandler


  • public interface AuthorizationHandler
    Marker interface for things that handle authorization.

    Created by Jeff Gaynor
    on 2/17/14 at 10:48 AM

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void doIt​(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)  
    • Method Detail

      • doIt

        void doIt​(javax.servlet.http.HttpServletRequest request,
                  javax.servlet.http.HttpServletResponse response)
           throws Throwable
        Throws:
        Throwable