Class VaadinSavedRequestAwareAuthenticationSuccessHandler.RedirectStrategy

java.lang.Object
org.springframework.security.web.DefaultRedirectStrategy
com.vaadin.flow.spring.security.VaadinSavedRequestAwareAuthenticationSuccessHandler.RedirectStrategy
All Implemented Interfaces:
org.springframework.security.web.RedirectStrategy
Enclosing class:
VaadinSavedRequestAwareAuthenticationSuccessHandler

public static class VaadinSavedRequestAwareAuthenticationSuccessHandler.RedirectStrategy extends org.springframework.security.web.DefaultRedirectStrategy
  • Field Summary

    Fields inherited from class org.springframework.security.web.DefaultRedirectStrategy

    logger
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    sendRedirect(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, String url)
     

    Methods inherited from class org.springframework.security.web.DefaultRedirectStrategy

    calculateRedirectUrl, isContextRelative, setContextRelative

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • RedirectStrategy

      public RedirectStrategy()
  • Method Details

    • sendRedirect

      public void sendRedirect(jakarta.servlet.http.HttpServletRequest request, jakarta.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