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 |
|---|---|
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) |
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 © 2018 Pivotal Software, Inc.. All rights reserved.