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 TypeMethodDescriptionprotected booleanignoreApplicationContext(org.springframework.context.ApplicationContext applicationContext) protected voidinitialized(Supplier<WebEndpointProperties> properties) 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
-
Method Details
-
initialized
- Overrides:
initializedin classorg.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:
matchesin classorg.springframework.boot.security.reactive.ApplicationContextServerWebExchangeMatcher<WebEndpointProperties>
-
ignoreApplicationContext
protected boolean ignoreApplicationContext(org.springframework.context.ApplicationContext applicationContext) - Overrides:
ignoreApplicationContextin classorg.springframework.boot.security.reactive.ApplicationContextServerWebExchangeMatcher<T>
-