public class ReactorContextWebFilter
extends java.lang.Object
implements org.springframework.web.server.WebFilter
ServerSecurityContextRepository to provide the SecurityContext to initialize the
ReactiveSecurityContextHolder.| Constructor and Description |
|---|
ReactorContextWebFilter(ServerSecurityContextRepository repository) |
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<java.lang.Void> |
filter(org.springframework.web.server.ServerWebExchange exchange,
org.springframework.web.server.WebFilterChain chain) |
public ReactorContextWebFilter(ServerSecurityContextRepository repository)