Interface AJAXRedirectStrategy

All Superinterfaces:
org.springframework.security.web.RedirectStrategy
All Known Implementing Classes:
AJAXRedirectStrategyImpl

public interface AJAXRedirectStrategy extends org.springframework.security.web.RedirectStrategy
  • Method Details

    • sendRedirect

      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
      Throws:
      IOException
    • isAjaxRequest

      boolean isAjaxRequest(jakarta.servlet.http.HttpServletRequest request)
    • getReferrer

      String getReferrer(jakarta.servlet.http.HttpServletRequest request)
    • getUILocation

      String getUILocation(jakarta.servlet.http.HttpServletRequest request)
    • getSystemUrl

      String getSystemUrl()
    • calculateRedirectUrl

      String calculateRedirectUrl(jakarta.servlet.http.HttpServletRequest request, String url)