Class C4Oauth2RedirectStrategy
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 -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionvoidsendRedirect(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.
-
Field Details
-
RESPONSE_STATUS_HEADER
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
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:
sendRedirectin interfaceorg.springframework.security.web.RedirectStrategy- Throws:
IOException
-
SpringAddonsOauth2RedirectStrategy