Class PlatformAuthenticationSuccessHandler
java.lang.Object
com.cloudimpl.outstack.spring.security.PlatformAuthenticationSuccessHandler
- All Implemented Interfaces:
org.springframework.security.web.server.authentication.ServerAuthenticationSuccessHandler
public class PlatformAuthenticationSuccessHandler
extends java.lang.Object
implements org.springframework.security.web.server.authentication.ServerAuthenticationSuccessHandler
- Author:
- nuwan
-
Constructor Summary
Constructors Constructor Description PlatformAuthenticationSuccessHandler() -
Method Summary
Modifier and Type Method Description reactor.core.publisher.Mono<java.lang.Void>onAuthenticationSuccess(org.springframework.security.web.server.WebFilterExchange wfe, org.springframework.security.core.Authentication a)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
PlatformAuthenticationSuccessHandler
public PlatformAuthenticationSuccessHandler()
-
-
Method Details
-
onAuthenticationSuccess
public reactor.core.publisher.Mono<java.lang.Void> onAuthenticationSuccess(org.springframework.security.web.server.WebFilterExchange wfe, org.springframework.security.core.Authentication a)- Specified by:
onAuthenticationSuccessin interfaceorg.springframework.security.web.server.authentication.ServerAuthenticationSuccessHandler
-