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) |
<any> |
success(Authentication authentication,
ServerWebExchange exchange,
WebFilterChain chain) |
public <any> success(Authentication authentication, ServerWebExchange exchange, WebFilterChain chain)
success in interface AuthenticationSuccessHandlerpublic void setDelegate(AuthenticationSuccessHandler delegate)
public void setSecurityContextRepository(SecurityContextRepository securityContextRepository)