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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.security.web.util.matcher.RequestMatcher
getRequestMatcher
(String pattern) Return theRequestMatcher
to be used for the specified pattern.
-
Constructor Details
-
AntPathRequestMatcherProvider
-
-
Method Details
-
getRequestMatcher
public org.springframework.security.web.util.matcher.RequestMatcher getRequestMatcher(String pattern) Description copied from interface:RequestMatcherProvider
Return theRequestMatcher
to be used for the specified pattern.- Specified by:
getRequestMatcher
in interfaceRequestMatcherProvider
- Parameters:
pattern
- the request pattern- Returns:
- a request matcher
-