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