@Configuration(proxyBeanMethods=false)
@ConditionalOnClass(value=org.glassfish.jersey.server.ResourceConfig.class)
@ConditionalOnMissingClass(value="org.springframework.web.servlet.DispatcherServlet")
@ConditionalOnBean(value=org.springframework.boot.autoconfigure.web.servlet.JerseyApplicationPath.class)
public static class SecurityRequestMatchersManagementContextConfiguration.JerseyRequestMatcherConfiguration
extends java.lang.Object
| Constructor and Description |
|---|
JerseyRequestMatcherConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.boot.autoconfigure.security.servlet.RequestMatcherProvider |
requestMatcherProvider(org.springframework.boot.autoconfigure.web.servlet.JerseyApplicationPath applicationPath) |