public class DefaultAuthenticationSuccessHandler extends java.lang.Object implements AuthenticationSuccessHandler
| Constructor and Description |
|---|
DefaultAuthenticationSuccessHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
setDelegate(AuthenticationSuccessHandler delegate) |
void |
setSecurityContextRepository(SecurityContextRepository securityContextRepository) |
reactor.core.publisher.Mono<java.lang.Void> |
success(Authentication authentication,
org.springframework.web.server.ServerWebExchange exchange,
org.springframework.web.server.WebFilterChain chain) |
public reactor.core.publisher.Mono<java.lang.Void> success(Authentication authentication, org.springframework.web.server.ServerWebExchange exchange, org.springframework.web.server.WebFilterChain chain)
success in interface AuthenticationSuccessHandlerpublic void setDelegate(AuthenticationSuccessHandler delegate)
public void setSecurityContextRepository(SecurityContextRepository securityContextRepository)