Interface RequestMatcherProvider
- All Known Implementing Classes:
AntPathRequestMatcherProvider
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@Deprecated(since="3.5.0",
forRemoval=true)
@FunctionalInterface
public interface RequestMatcherProvider
Deprecated, for removal: This API element is subject to removal in a future version.
Interface that can be used to provide a
RequestMatcher
that can be used with
Spring Security.- Since:
- 2.0.5
- Author:
- Madhura Bhave
-
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.
-
Method Details
-
getRequestMatcher
Deprecated, for removal: This API element is subject to removal in a future version.Return theRequestMatcher
to be used for the specified pattern.- Parameters:
pattern
- the request pattern- Returns:
- a request matcher
-
org.springframework.boot.actuate.autoconfigure.security.servlet.RequestMatcherProvider