Class UidlRedirectStrategy

  • All Implemented Interfaces:
    org.springframework.security.web.RedirectStrategy

    public class UidlRedirectStrategy
    extends org.springframework.security.web.DefaultRedirectStrategy
    A strategy to handle redirects which is aware of UIDL requests.
    Since:
    1.0
    Author:
    Vaadin Ltd
    • Constructor Detail

      • UidlRedirectStrategy

        public UidlRedirectStrategy​(RequestUtil requestUtil)
    • 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