@Configuration(proxyBeanMethods=false)
@ConditionalOnClass(value=org.springframework.web.servlet.DispatcherServlet.class)
@ConditionalOnBean(value=org.springframework.boot.autoconfigure.web.servlet.DispatcherServletPath.class)
public static class SecurityRequestMatchersManagementContextConfiguration.MvcRequestMatcherConfiguration
extends java.lang.Object
| Constructor and Description |
|---|
MvcRequestMatcherConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.boot.autoconfigure.security.servlet.RequestMatcherProvider |
requestMatcherProvider(org.springframework.boot.autoconfigure.web.servlet.DispatcherServletPath servletPath) |
@Bean @ConditionalOnMissingBean @ConditionalOnClass(value=org.springframework.web.servlet.DispatcherServlet.class) public org.springframework.boot.autoconfigure.security.servlet.RequestMatcherProvider requestMatcherProvider(org.springframework.boot.autoconfigure.web.servlet.DispatcherServletPath servletPath)