Class EndpointRequest.LinksServerWebExchangeMatcher

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

public static final class EndpointRequest.LinksServerWebExchangeMatcher extends org.springframework.boot.security.reactive.ApplicationContextServerWebExchangeMatcher<C>
The ServerWebExchangeMatcher used to match against the links endpoint.
  • 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
     
    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
     
    protected reactor.core.publisher.Mono<org.springframework.security.web.server.util.matcher.ServerWebExchangeMatcher.MatchResult>
    matches(org.springframework.web.server.ServerWebExchange exchange, Supplier<WebEndpointProperties> 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

    • createDelegate

      protected org.springframework.security.web.server.util.matcher.ServerWebExchangeMatcher createDelegate(WebEndpointProperties properties)
    • toString

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

      protected void initialized(Supplier<WebEndpointProperties> 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<WebEndpointProperties> 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>
    • ignoreApplicationContext

      protected boolean ignoreApplicationContext(org.springframework.context.ApplicationContext applicationContext, ManagementPortType managementPortType)
    • 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)