Class DelegatingAccessDeniedHandler

    • Method Detail

      • handle

        public void handle​(javax.servlet.http.HttpServletRequest request,
                           javax.servlet.http.HttpServletResponse response,
                           AccessDeniedException accessDeniedException)
                    throws java.io.IOException,
                           javax.servlet.ServletException
        Description copied from interface: AccessDeniedHandler
        Handles an access denied failure.
        Specified by:
        handle in interface AccessDeniedHandler
        Parameters:
        request - that resulted in an AccessDeniedException
        response - so that the user agent can be advised of the failure
        accessDeniedException - that caused the invocation
        Throws:
        java.io.IOException - in the event of an IOException
        javax.servlet.ServletException - in the event of a ServletException