public static final class EndpointRequest.EndpointServerWebExchangeMatcher extends ApplicationContextServerWebExchangeMatcher<PathMappedEndpoints>
ServerWebExchangeMatcher used to match against actuator
endpoints.| Modifier and Type | Method and Description |
|---|---|
EndpointRequest.EndpointServerWebExchangeMatcher |
excluding(Class<?>... endpoints) |
EndpointRequest.EndpointServerWebExchangeMatcher |
excluding(String... endpoints) |
EndpointRequest.EndpointServerWebExchangeMatcher |
excludingLinks() |
protected void |
initialized(Supplier<PathMappedEndpoints> pathMappedEndpoints)
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<PathMappedEndpoints> context)
Decides whether the rule implemented by the strategy matches the supplied exchange.
|
getContext, matchespublic EndpointRequest.EndpointServerWebExchangeMatcher excluding(Class<?>... endpoints)
public EndpointRequest.EndpointServerWebExchangeMatcher excluding(String... endpoints)
public EndpointRequest.EndpointServerWebExchangeMatcher excludingLinks()
protected void initialized(Supplier<PathMappedEndpoints> pathMappedEndpoints)
ApplicationContextServerWebExchangeMatcherinitialized in class ApplicationContextServerWebExchangeMatcher<PathMappedEndpoints>pathMappedEndpoints - 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<PathMappedEndpoints> context)
ApplicationContextServerWebExchangeMatchermatches in class ApplicationContextServerWebExchangeMatcher<PathMappedEndpoints>exchange - the source exchangecontext - a supplier for the initialized context (may throw an exception)Copyright © 2019 Pivotal Software, Inc.. All rights reserved.