Class AntPathRequestMatcherProvider
java.lang.Object
org.springframework.boot.autoconfigure.security.servlet.AntPathRequestMatcherProvider
- All Implemented Interfaces:
- RequestMatcherProvider
RequestMatcherProvider that provides an AntPathRequestMatcher.- Since:
- 2.1.8
- Author:
- Madhura Bhave
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetRequestMatcher(String pattern) Return theRequestMatcherto be used for the specified pattern.
- 
Constructor Details- 
AntPathRequestMatcherProvider
 
- 
- 
Method Details- 
getRequestMatcherDescription copied from interface:RequestMatcherProviderReturn theRequestMatcherto be used for the specified pattern.- Specified by:
- getRequestMatcherin interface- RequestMatcherProvider
- Parameters:
- pattern- the request pattern
- Returns:
- a request matcher
 
 
-