Class EndpointRequest.EndpointServerWebExchangeMatcher

  • All Implemented Interfaces:
    org.springframework.security.web.server.util.matcher.ServerWebExchangeMatcher
    Enclosing class:
    EndpointRequest

    public static final class EndpointRequest.EndpointServerWebExchangeMatcher
    extends org.springframework.boot.security.reactive.ApplicationContextServerWebExchangeMatcher<org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints>
    The ServerWebExchangeMatcher used to match against actuator endpoints.
    • Method Detail

      • initialized

        protected void initialized​(Supplier<org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints> pathMappedEndpoints)
        Overrides:
        initialized in class org.springframework.boot.security.reactive.ApplicationContextServerWebExchangeMatcher<org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints>
      • matches

        protected reactor.core.publisher.Mono<org.springframework.security.web.server.util.matcher.ServerWebExchangeMatcher.MatchResult> matches​(org.springframework.web.server.ServerWebExchange exchange,
                                                                                                                                                 Supplier<org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints> context)
        Specified by:
        matches in class org.springframework.boot.security.reactive.ApplicationContextServerWebExchangeMatcher<org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints>