Class AntPathRequestMatcherProvider
java.lang.Object
org.springframework.boot.autoconfigure.security.servlet.AntPathRequestMatcherProvider
- All Implemented Interfaces:
RequestMatcherProvider
@Deprecated(since="3.5.0",
forRemoval=true)
public class AntPathRequestMatcherProvider
extends Object
implements RequestMatcherProvider
Deprecated, for removal: This API element is subject to removal in a future version.
RequestMatcherProvider that provides an AntPathRequestMatcher.- Since:
- 2.1.8
-
Constructor Summary
ConstructorsConstructorDescriptionAntPathRequestMatcherProvider(Function<String, String> pathFactory) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.security.web.util.matcher.RequestMatchergetRequestMatcher(String pattern) Deprecated, for removal: This API element is subject to removal in a future version.Return theRequestMatcherto be used for the specified pattern.
-
Constructor Details
-
AntPathRequestMatcherProvider
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getRequestMatcher
public org.springframework.security.web.util.matcher.RequestMatcher getRequestMatcher(String pattern) Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:RequestMatcherProviderReturn theRequestMatcherto be used for the specified pattern.- Specified by:
getRequestMatcherin interfaceRequestMatcherProvider- Parameters:
pattern- the request pattern- Returns:
- a request matcher
-
RequestMatcherProvider