Uses of Class
org.springframework.boot.actuate.autoconfigure.security.reactive.EndpointRequest.AdditionalPathsEndpointServerWebExchangeMatcher
Package
Description
Auto-configuration for actuator security using WebFlux.
-
Uses of EndpointRequest.AdditionalPathsEndpointServerWebExchangeMatcher in org.springframework.boot.actuate.autoconfigure.security.reactive
Modifier and TypeMethodDescriptionEndpointRequest.toAdditionalPaths
(WebServerNamespace webServerNamespace, Class<?>... endpoints) Returns a matcher that includes additional paths under aWebServerNamespace
for the specifiedactuator endpoints
.EndpointRequest.toAdditionalPaths
(WebServerNamespace webServerNamespace, String... endpoints) Returns a matcher that includes additional paths under aWebServerNamespace
for the specifiedactuator endpoints
.