Class NoRedirectStrategy

java.lang.Object
restapi.utils.security.config.NoRedirectStrategy
All Implemented Interfaces:
org.springframework.security.web.RedirectStrategy

class NoRedirectStrategy extends Object implements org.springframework.security.web.RedirectStrategy
  • Constructor Details

    • NoRedirectStrategy

      NoRedirectStrategy()
  • Method Details

    • 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