Package com.arms.config.handler
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 Summary
Constructors Constructor Description AuthSuccessHandler(AuthSuccessAfterDuplicateUserRemove authSuccessAfterDuplicateUserRemove, java.lang.String redirectUrl)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description reactor.core.publisher.Mono<java.lang.Void>
onAuthenticationSuccess(org.springframework.security.web.server.WebFilterExchange webFilterExchange, org.springframework.security.core.Authentication authentication)
-
-
-
Constructor Detail
-
AuthSuccessHandler
public AuthSuccessHandler(AuthSuccessAfterDuplicateUserRemove authSuccessAfterDuplicateUserRemove, java.lang.String redirectUrl)
-
-
Method Detail
-
onAuthenticationSuccess
public reactor.core.publisher.Mono<java.lang.Void> onAuthenticationSuccess(org.springframework.security.web.server.WebFilterExchange webFilterExchange, org.springframework.security.core.Authentication authentication)
- Specified by:
onAuthenticationSuccess
in interfaceorg.springframework.security.web.server.authentication.ServerAuthenticationSuccessHandler
- Overrides:
onAuthenticationSuccess
in classorg.springframework.security.web.server.authentication.RedirectServerAuthenticationSuccessHandler
-
-