Class C4Oauth2ServerRedirectStrategy
java.lang.Object
com.c4_soft.springaddons.security.oidc.starter.reactive.client.C4Oauth2ServerRedirectStrategy
- All Implemented Interfaces:
org.springframework.security.web.server.ServerRedirectStrategy
@Deprecated(forRemoval=true)
public class C4Oauth2ServerRedirectStrategy
extends Object
implements org.springframework.security.web.server.ServerRedirectStrategy
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 TypeMethodDescriptionreactor.core.publisher.Mono<Void>sendRedirect(org.springframework.web.server.ServerWebExchange exchange, URI location) 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
-
C4Oauth2ServerRedirectStrategy
public C4Oauth2ServerRedirectStrategy()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
sendRedirect
public reactor.core.publisher.Mono<Void> sendRedirect(org.springframework.web.server.ServerWebExchange exchange, URI location) Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
sendRedirectin interfaceorg.springframework.security.web.server.ServerRedirectStrategy
-
SpringAddonsOauth2ServerRedirectStrategy