Class AuthSuccessHandler

  • All Implemented Interfaces:
    org.springframework.security.web.server.authentication.ServerAuthenticationSuccessHandler

    public class AuthSuccessHandler
    extends org.springframework.security.web.server.authentication.RedirectServerAuthenticationSuccessHandler
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      reactor.core.publisher.Mono<java.lang.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
      • Methods inherited from class java.lang.Object

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

      • onAuthenticationSuccess

        public reactor.core.publisher.Mono<java.lang.Void> onAuthenticationSuccess​(org.springframework.security.web.server.WebFilterExchange webFilterExchange,
                                                                                   org.springframework.security.core.Authentication authentication)
        Specified by:
        onAuthenticationSuccess in interface org.springframework.security.web.server.authentication.ServerAuthenticationSuccessHandler
        Overrides:
        onAuthenticationSuccess in class org.springframework.security.web.server.authentication.RedirectServerAuthenticationSuccessHandler