Class EndpointRequest.LinksServerWebExchangeMatcher

java.lang.Object
org.springframework.boot.security.reactive.ApplicationContextServerWebExchangeMatcher<T>
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<T>
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 boolean
    ignoreApplicationContext(org.springframework.context.ApplicationContext applicationContext)
     
    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)
     

    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, toString, wait, wait, wait
  • Method Details

    • initialized

      protected void initialized(Supplier<WebEndpointProperties> properties)
      Overrides:
      initialized in class org.springframework.boot.security.reactive.ApplicationContextServerWebExchangeMatcher<WebEndpointProperties>
    • 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<WebEndpointProperties>
    • ignoreApplicationContext

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