AntPathRequestMatcher
@Deprecated public class JerseyRequestMatcherProvider extends Object implements RequestMatcherProvider
RequestMatcherProvider
that provides an AntPathRequestMatcher
that can
be used for Jersey applications.Constructor and Description |
---|
JerseyRequestMatcherProvider(JerseyApplicationPath jerseyApplicationPath)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
org.springframework.security.web.util.matcher.RequestMatcher |
getRequestMatcher(String pattern)
Deprecated.
Return the
RequestMatcher to be used for the specified pattern. |
public JerseyRequestMatcherProvider(JerseyApplicationPath jerseyApplicationPath)
public org.springframework.security.web.util.matcher.RequestMatcher getRequestMatcher(String pattern)
RequestMatcherProvider
RequestMatcher
to be used for the specified pattern.getRequestMatcher
in interface RequestMatcherProvider
pattern
- the request patternCopyright © 2020 Pivotal Software, Inc.. All rights reserved.