Class OAuth2LoginAuthenticationWebFilter

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected reactor.core.publisher.Mono<java.lang.Void> onAuthenticationSuccess​(org.springframework.security.core.Authentication authentication, org.springframework.security.web.server.WebFilterExchange webFilterExchange)  
      • Methods inherited from class org.springframework.security.web.server.authentication.AuthenticationWebFilter

        filter, setAuthenticationConverter, setAuthenticationFailureHandler, setAuthenticationSuccessHandler, setRequiresAuthenticationMatcher, setSecurityContextRepository, setServerAuthenticationConverter
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • OAuth2LoginAuthenticationWebFilter

        public OAuth2LoginAuthenticationWebFilter​(org.springframework.security.authentication.ReactiveAuthenticationManager authenticationManager,
                                                  ServerOAuth2AuthorizedClientRepository authorizedClientRepository)
        Creates an instance
        Parameters:
        authenticationManager - the authentication manager to use
        authorizedClientRepository -
    • Method Detail

      • onAuthenticationSuccess

        protected reactor.core.publisher.Mono<java.lang.Void> onAuthenticationSuccess​(org.springframework.security.core.Authentication authentication,
                                                                                      org.springframework.security.web.server.WebFilterExchange webFilterExchange)
        Overrides:
        onAuthenticationSuccess in class org.springframework.security.web.server.authentication.AuthenticationWebFilter