public static final class EndpointRequest.EndpointServerWebExchangeMatcher extends org.springframework.boot.security.reactive.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) |
protected reactor.core.publisher.Mono<org.springframework.security.web.server.util.matcher.ServerWebExchangeMatcher.MatchResult> |
matches(org.springframework.web.server.ServerWebExchange exchange,
Supplier<PathMappedEndpoints> context) |
public EndpointRequest.EndpointServerWebExchangeMatcher excluding(Class<?>... endpoints)
public EndpointRequest.EndpointServerWebExchangeMatcher excluding(String... endpoints)
public EndpointRequest.EndpointServerWebExchangeMatcher excludingLinks()
protected void initialized(Supplier<PathMappedEndpoints> pathMappedEndpoints)
initialized in class org.springframework.boot.security.reactive.ApplicationContextServerWebExchangeMatcher<PathMappedEndpoints>protected reactor.core.publisher.Mono<org.springframework.security.web.server.util.matcher.ServerWebExchangeMatcher.MatchResult> matches(org.springframework.web.server.ServerWebExchange exchange,
Supplier<PathMappedEndpoints> context)
matches in class org.springframework.boot.security.reactive.ApplicationContextServerWebExchangeMatcher<PathMappedEndpoints>Copyright © 2019 Pivotal Software, Inc.. All rights reserved.