Class VaadinSavedRequestAwareAuthenticationSuccessHandler.RedirectStrategy

    • Constructor Detail

      • RedirectStrategy

        public RedirectStrategy()
    • 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
        Overrides:
        sendRedirect in class org.springframework.security.web.DefaultRedirectStrategy
        Throws:
        IOException