@Configuration @ConditionalOnClass(value={org.springframework.security.web.util.matcher.RequestMatcher.class,org.springframework.web.servlet.DispatcherServlet.class}) @ConditionalOnWebApplication(type=SERVLET) @ConditionalOnBean(value=org.springframework.web.servlet.handler.HandlerMappingIntrospector.class) public class SecurityRequestMatcherProviderAutoConfiguration extends Object
RequestMatcherProvider
.Constructor and Description |
---|
SecurityRequestMatcherProviderAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
RequestMatcherProvider |
requestMatcherProvider(HandlerMappingIntrospector introspector) |
public SecurityRequestMatcherProviderAutoConfiguration()
@Bean public RequestMatcherProvider requestMatcherProvider(HandlerMappingIntrospector introspector)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.