Class AuthSuccessHandler

java.lang.Object
org.springframework.security.web.server.authentication.RedirectServerAuthenticationSuccessHandler
com.arms.config.handler.AuthSuccessHandler
All Implemented Interfaces:
org.springframework.security.web.server.authentication.ServerAuthenticationSuccessHandler

public class AuthSuccessHandler extends org.springframework.security.web.server.authentication.RedirectServerAuthenticationSuccessHandler
  • Constructor Details

  • 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
      Overrides:
      onAuthenticationSuccess in class org.springframework.security.web.server.authentication.RedirectServerAuthenticationSuccessHandler