public static final class EndpointRequest.LinksServerWebExchangeMatcher
extends org.springframework.boot.security.reactive.ApplicationContextServerWebExchangeMatcher<T>
ServerWebExchangeMatcher used to match against the links endpoint.| Modifier and Type | Method and Description |
|---|---|
protected void |
initialized(java.util.function.Supplier<WebEndpointProperties> properties) |
protected reactor.core.publisher.Mono<org.springframework.security.web.server.util.matcher.ServerWebExchangeMatcher.MatchResult> |
matches(org.springframework.web.server.ServerWebExchange exchange,
java.util.function.Supplier<WebEndpointProperties> context) |
protected void initialized(java.util.function.Supplier<WebEndpointProperties> properties)
initialized in class org.springframework.boot.security.reactive.ApplicationContextServerWebExchangeMatcher<WebEndpointProperties>protected reactor.core.publisher.Mono<org.springframework.security.web.server.util.matcher.ServerWebExchangeMatcher.MatchResult> matches(org.springframework.web.server.ServerWebExchange exchange,
java.util.function.Supplier<WebEndpointProperties> context)
matches in class org.springframework.boot.security.reactive.ApplicationContextServerWebExchangeMatcher<WebEndpointProperties>