Class SecurityRequestMatchersManagementContextConfiguration.MvcRequestMatcherConfiguration
java.lang.Object
org.springframework.boot.security.autoconfigure.actuate.web.servlet.SecurityRequestMatchersManagementContextConfiguration.MvcRequestMatcherConfiguration
- Enclosing class:
SecurityRequestMatchersManagementContextConfiguration
@Configuration(proxyBeanMethods=false)
@ConditionalOnClass(org.springframework.web.servlet.DispatcherServlet.class)
@ConditionalOnBean(org.springframework.boot.webmvc.autoconfigure.DispatcherServletPath.class)
public static class SecurityRequestMatchersManagementContextConfiguration.MvcRequestMatcherConfiguration
extends Object
- Since:
- 4.0.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionrequestMatcherProvider(org.springframework.boot.webmvc.autoconfigure.DispatcherServletPath servletPath)
-
Constructor Details
-
MvcRequestMatcherConfiguration
public MvcRequestMatcherConfiguration()
-
-
Method Details
-
requestMatcherProvider
@Bean @ConditionalOnMissingBean public RequestMatcherProvider requestMatcherProvider(org.springframework.boot.webmvc.autoconfigure.DispatcherServletPath servletPath)
-