Class EndpointRequest.EndpointServerWebExchangeMatcher

java.lang.Object
org.springframework.boot.security.web.reactive.ApplicationContextServerWebExchangeMatcher<PathMappedEndpoints>
org.springframework.boot.security.autoconfigure.actuate.web.reactive.EndpointRequest.EndpointServerWebExchangeMatcher
All Implemented Interfaces:
ServerWebExchangeMatcher
Enclosing class:
EndpointRequest

public static final class EndpointRequest.EndpointServerWebExchangeMatcher extends ApplicationContextServerWebExchangeMatcher<PathMappedEndpoints>
The ServerWebExchangeMatcher used to match against actuator endpoints.
Since:
4.0.0
Author:
Madhura Bhave, Phillip Webb, Chris Bono