public static final class EndpointRequest.LinksServerWebExchangeMatcher extends ApplicationContextServerWebExchangeMatcher<WebEndpointProperties>
ServerWebExchangeMatcher used to match against the links endpoint.| Modifier and Type | Method and Description |
|---|---|
protected void |
initialized(Supplier<WebEndpointProperties> properties)
Called once the context has been initialized.
|
protected reactor.core.publisher.Mono<org.springframework.security.web.server.util.matcher.ServerWebExchangeMatcher.MatchResult> |
matches(org.springframework.web.server.ServerWebExchange exchange,
Supplier<WebEndpointProperties> context)
Decides whether the rule implemented by the strategy matches the supplied exchange.
|
getContext, matchesprotected void initialized(Supplier<WebEndpointProperties> properties)
ApplicationContextServerWebExchangeMatcherinitialized in class ApplicationContextServerWebExchangeMatcher<WebEndpointProperties>properties - a supplier for the initialized context (may throw an exception)protected reactor.core.publisher.Mono<org.springframework.security.web.server.util.matcher.ServerWebExchangeMatcher.MatchResult> matches(org.springframework.web.server.ServerWebExchange exchange,
Supplier<WebEndpointProperties> context)
ApplicationContextServerWebExchangeMatchermatches in class ApplicationContextServerWebExchangeMatcher<WebEndpointProperties>exchange - the source exchangecontext - a supplier for the initialized context (may throw an exception)Copyright © 2019 Pivotal Software, Inc.. All rights reserved.