@FunctionalInterface
public interface RequestMatcherProvider
RequestMatcher that can be used with
Spring Security.| Modifier and Type | Method and Description |
|---|---|
org.springframework.security.web.util.matcher.RequestMatcher |
getRequestMatcher(java.lang.String pattern)
Return the
RequestMatcher to be used for the specified pattern. |