Class EndpointRequest.AdditionalPathsEndpointServerWebExchangeMatcher

java.lang.Object
org.springframework.boot.security.reactive.ApplicationContextServerWebExchangeMatcher<C>
org.springframework.boot.actuate.autoconfigure.security.reactive.EndpointRequest.AdditionalPathsEndpointServerWebExchangeMatcher
All Implemented Interfaces:
org.springframework.security.web.server.util.matcher.ServerWebExchangeMatcher
Enclosing class:
EndpointRequest

public static class EndpointRequest.AdditionalPathsEndpointServerWebExchangeMatcher extends org.springframework.boot.security.reactive.ApplicationContextServerWebExchangeMatcher<C>
The ServerWebExchangeMatcher used to match against additional paths for actuator endpoints.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.springframework.security.web.server.util.matcher.ServerWebExchangeMatcher

    org.springframework.security.web.server.util.matcher.ServerWebExchangeMatcher.MatchResult
  • Method Summary

    Modifier and Type
    Method
    Description
    protected org.springframework.security.web.server.util.matcher.ServerWebExchangeMatcher
    createDelegate(org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints endpoints)
     
    protected final List<org.springframework.security.web.server.util.matcher.ServerWebExchangeMatcher>
     
    protected final org.springframework.boot.actuate.endpoint.EndpointId
     
    protected final boolean
    hasWebServerNamespace(org.springframework.context.ApplicationContext applicationContext, org.springframework.boot.actuate.endpoint.web.WebServerNamespace webServerNamespace)
     
    protected boolean
    ignoreApplicationContext(org.springframework.context.ApplicationContext applicationContext)
     
    protected boolean
    ignoreApplicationContext(org.springframework.context.ApplicationContext applicationContext, ManagementPortType managementPortType)
     
    protected void
    initialized(Supplier<org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints> supplier)
     
    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)
     
     
    protected final String
    toString(List<Object> endpoints, String emptyValue)
     

    Methods inherited from class org.springframework.boot.security.reactive.ApplicationContextServerWebExchangeMatcher

    getContext, matches

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Method Details

    • ignoreApplicationContext

      protected boolean ignoreApplicationContext(org.springframework.context.ApplicationContext applicationContext, ManagementPortType managementPortType)
    • createDelegate

      protected org.springframework.security.web.server.util.matcher.ServerWebExchangeMatcher createDelegate(org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints endpoints)
    • toString

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

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

      protected final List<org.springframework.security.web.server.util.matcher.ServerWebExchangeMatcher> getDelegateMatchers(Set<String> paths)
    • 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<C>
    • ignoreApplicationContext

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

      protected final boolean hasWebServerNamespace(org.springframework.context.ApplicationContext applicationContext, org.springframework.boot.actuate.endpoint.web.WebServerNamespace webServerNamespace)
    • toString

      protected final String toString(List<Object> endpoints, String emptyValue)
    • getEndpointId

      protected final org.springframework.boot.actuate.endpoint.EndpointId getEndpointId(Object source)