Uses of Class
org.springframework.boot.actuate.autoconfigure.security.servlet.EndpointRequest.AdditionalPathsEndpointRequestMatcher
Package
Description
Auto-configuration for actuator security using Spring MVC.
-
Uses of EndpointRequest.AdditionalPathsEndpointRequestMatcher in org.springframework.boot.actuate.autoconfigure.security.servlet
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
.