Uses of Class
org.springframework.boot.actuate.autoconfigure.security.servlet.EndpointRequest.AdditionalPathsEndpointRequestMatcher
Packages that use EndpointRequest.AdditionalPathsEndpointRequestMatcher
Package
Description
Auto-configuration for actuator security using Spring MVC.
-
Uses of EndpointRequest.AdditionalPathsEndpointRequestMatcher in org.springframework.boot.actuate.autoconfigure.security.servlet
Methods in org.springframework.boot.actuate.autoconfigure.security.servlet that return EndpointRequest.AdditionalPathsEndpointRequestMatcherModifier 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
.EndpointRequest.AdditionalPathsEndpointRequestMatcher.withHttpMethod
(HttpMethod httpMethod) Restricts the matcher to only consider requests with a particular HTTP method.