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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono
<Void> onAuthenticationSuccess
(org.springframework.security.web.server.WebFilterExchange webFilterExchange, org.springframework.security.core.Authentication authentication)
-
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 interfaceorg.springframework.security.web.server.authentication.ServerAuthenticationSuccessHandler
-