Class OAuth2SuccessHandler

java.lang.Object
com.MedilaboSolutions.gateway.security.OAuth2SuccessHandler
All Implemented Interfaces:
org.springframework.security.web.server.authentication.ServerAuthenticationSuccessHandler

@Component public class OAuth2SuccessHandler extends Object implements org.springframework.security.web.server.authentication.ServerAuthenticationSuccessHandler
  • Constructor Details

    • OAuth2SuccessHandler

      public OAuth2SuccessHandler()
  • Method Details

    • onAuthenticationSuccess

      public reactor.core.publisher.Mono<Void> onAuthenticationSuccess(org.springframework.security.web.server.WebFilterExchange webFilterExchange, org.springframework.security.core.Authentication authentication)
      Specified by:
      onAuthenticationSuccess in interface org.springframework.security.web.server.authentication.ServerAuthenticationSuccessHandler