Package | Description |
---|---|
org.springframework.boot.actuate.autoconfigure.security.servlet |
Auto-configuration for actuator security using Spring MVC.
|
org.springframework.boot.autoconfigure.security.servlet |
Auto-configuration for Servlet-based Spring Security.
|
Modifier and Type | Method and Description |
---|---|
RequestMatcherProvider |
SecurityRequestMatchersManagementContextConfiguration.MvcRequestMatcherConfiguration.requestMatcherProvider(DispatcherServletPath servletPath) |
RequestMatcherProvider |
SecurityRequestMatchersManagementContextConfiguration.JerseyRequestMatcherConfiguration.requestMatcherProvider(JerseyApplicationPath applicationPath) |
Modifier and Type | Class and Description |
---|---|
class |
AntPathRequestMatcherProvider
RequestMatcherProvider that provides an AntPathRequestMatcher . |