Class SecurityRequestMatchersManagementContextConfiguration.JerseyRequestMatcherConfiguration
java.lang.Object
org.springframework.boot.actuate.autoconfigure.security.servlet.SecurityRequestMatchersManagementContextConfiguration.JerseyRequestMatcherConfiguration
- Enclosing class:
- SecurityRequestMatchersManagementContextConfiguration
@Configuration(proxyBeanMethods=false)
@ConditionalOnClass(org.glassfish.jersey.server.ResourceConfig.class)
@ConditionalOnMissingClass("org.springframework.web.servlet.DispatcherServlet")
@ConditionalOnBean(org.springframework.boot.autoconfigure.web.servlet.JerseyApplicationPath.class)
public static class SecurityRequestMatchersManagementContextConfiguration.JerseyRequestMatcherConfiguration
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.boot.autoconfigure.security.servlet.RequestMatcherProviderrequestMatcherProvider(org.springframework.boot.autoconfigure.web.servlet.JerseyApplicationPath applicationPath)
-
Constructor Details
-
JerseyRequestMatcherConfiguration
public JerseyRequestMatcherConfiguration()
-
-
Method Details
-
requestMatcherProvider
@Bean public org.springframework.boot.autoconfigure.security.servlet.RequestMatcherProvider requestMatcherProvider(org.springframework.boot.autoconfigure.web.servlet.JerseyApplicationPath applicationPath)
-