Class WebFilterChainServerAuthenticationSuccessHandler

    • Constructor Detail

      • WebFilterChainServerAuthenticationSuccessHandler

        public WebFilterChainServerAuthenticationSuccessHandler()
    • Method Detail

      • onAuthenticationSuccess

        public reactor.core.publisher.Mono<java.lang.Void> onAuthenticationSuccess​(WebFilterExchange webFilterExchange,
                                                                                   org.springframework.security.core.Authentication authentication)
        Description copied from interface: ServerAuthenticationSuccessHandler
        Invoked when the application authenticates successfully
        Specified by:
        onAuthenticationSuccess in interface ServerAuthenticationSuccessHandler
        Parameters:
        webFilterExchange - the exchange
        authentication - the Authentication
        Returns:
        a completion notification (success or error)