Class NoRedirectAuthenticationLogoutSuccessHandler.NoRedirectStrategy

  • All Implemented Interfaces:
    org.springframework.security.web.RedirectStrategy
    Enclosing class:
    NoRedirectAuthenticationLogoutSuccessHandler

    protected class NoRedirectAuthenticationLogoutSuccessHandler.NoRedirectStrategy
    extends Object
    implements org.springframework.security.web.RedirectStrategy
    • Constructor Detail

      • NoRedirectStrategy

        protected NoRedirectStrategy()
    • Method Detail

      • sendRedirect

        public void sendRedirect​(javax.servlet.http.HttpServletRequest request,
                                 javax.servlet.http.HttpServletResponse response,
                                 String url)
                          throws IOException
        Specified by:
        sendRedirect in interface org.springframework.security.web.RedirectStrategy
        Throws:
        IOException