Class EndpointRequest.EndpointServerWebExchangeMatcher

java.lang.Object
org.springframework.boot.security.reactive.ApplicationContextServerWebExchangeMatcher<T>
org.springframework.boot.actuate.autoconfigure.security.reactive.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<T>
The ServerWebExchangeMatcher used to match against actuator endpoints.
  • Method Details

    • excluding

      public EndpointRequest.EndpointServerWebExchangeMatcher excluding(Class<?>... endpoints)
    • excluding

    • excludingLinks

    • 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>
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • ignoreApplicationContext

      protected boolean ignoreApplicationContext(org.springframework.context.ApplicationContext applicationContext)
      Overrides:
      ignoreApplicationContext in class org.springframework.boot.security.reactive.ApplicationContextServerWebExchangeMatcher<T>