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
ConstructorsConstructorDescriptionAuthSuccessHandler(AuthSuccessAfterDuplicateUserRemove authSuccessAfterDuplicateUserRemove, String redirectUrl) -
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<Void>onAuthenticationSuccess(org.springframework.security.web.server.WebFilterExchange webFilterExchange, org.springframework.security.core.Authentication authentication) Methods inherited from class org.springframework.security.web.server.authentication.RedirectServerAuthenticationSuccessHandler
setLocation, setRedirectStrategy, setRequestCache
-
Constructor Details
-
AuthSuccessHandler
public AuthSuccessHandler(AuthSuccessAfterDuplicateUserRemove authSuccessAfterDuplicateUserRemove, String redirectUrl)
-
-
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:
onAuthenticationSuccessin interfaceorg.springframework.security.web.server.authentication.ServerAuthenticationSuccessHandler- Overrides:
onAuthenticationSuccessin classorg.springframework.security.web.server.authentication.RedirectServerAuthenticationSuccessHandler
-