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.-
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<org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints> pathMappedEndpoints) 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) toString()Methods inherited from class org.springframework.boot.security.reactive.ApplicationContextServerWebExchangeMatcher
getContext, matches
-
Method Details
-
excluding
-
excluding
-
excludingLinks
-
initialized
protected void initialized(Supplier<org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints> pathMappedEndpoints) - Overrides:
initializedin classorg.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:
matchesin classorg.springframework.boot.security.reactive.ApplicationContextServerWebExchangeMatcher<org.springframework.boot.actuate.endpoint.web.PathMappedEndpoints>
-
toString
-
ignoreApplicationContext
protected boolean ignoreApplicationContext(org.springframework.context.ApplicationContext applicationContext) - Overrides:
ignoreApplicationContextin classorg.springframework.boot.security.reactive.ApplicationContextServerWebExchangeMatcher<T>
-