java.lang.Object
com.c4_soft.springaddons.security.oidc.starter.synchronised.client.C4Oauth2RedirectStrategy
All Implemented Interfaces:
org.springframework.security.web.RedirectStrategy

@Deprecated(forRemoval=true) public class C4Oauth2RedirectStrategy extends Object implements org.springframework.security.web.RedirectStrategy
Deprecated, for removal: This API element is subject to removal in a future version.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static final String
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    sendRedirect(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, String url)
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

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

    • RESPONSE_STATUS_HEADER

      public static final String RESPONSE_STATUS_HEADER
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
    • RESPONSE_LOCATION_HEADER

      public static final String RESPONSE_LOCATION_HEADER
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
  • Constructor Details

    • C4Oauth2RedirectStrategy

      public C4Oauth2RedirectStrategy()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • sendRedirect

      public void sendRedirect(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, String url) throws IOException
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      sendRedirect in interface org.springframework.security.web.RedirectStrategy
      Throws:
      IOException