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
- Author:
- Madhura Bhave
-
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 TypeMethodDescriptiongetRequestMatcher
(String pattern) Deprecated, for removal: This API element is subject to removal in a future version.Return theRequestMatcher
to 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
Deprecated, for removal: This API element is subject to removal in a future version.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
-
RequestMatcherProvider