类 EndpointRequest.EndpointServerWebExchangeMatcher

  • 所有已实现的接口:
    org.springframework.security.web.server.util.matcher.ServerWebExchangeMatcher
    封闭类:
    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.
    • 方法详细资料

      • initialized

        protected void initialized​(Supplier<org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints> pathMappedEndpoints)
        覆盖:
        initialized 在类中 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)
        指定者:
        matches 在类中 org.springframework.boot.security.reactive.ApplicationContextServerWebExchangeMatcher<org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints>