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
    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
    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.
     

    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

    • 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:
      sendRedirect in interface org.springframework.security.web.server.ServerRedirectStrategy