Class WebSecurity.MvcMatchersIgnoredRequestConfigurer
- java.lang.Object
-
- org.springframework.security.config.annotation.web.AbstractRequestMatcherRegistry<WebSecurity.IgnoredRequestConfigurer>
-
- org.springframework.security.config.annotation.web.builders.WebSecurity.IgnoredRequestConfigurer
-
- org.springframework.security.config.annotation.web.builders.WebSecurity.MvcMatchersIgnoredRequestConfigurer
-
- Enclosing class:
- WebSecurity
public final class WebSecurity.MvcMatchersIgnoredRequestConfigurer extends WebSecurity.IgnoredRequestConfigurer
AnWebSecurity.IgnoredRequestConfigurer
that allows optionally configuring theMvcRequestMatcher.setMethod(HttpMethod)
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WebSecurity.IgnoredRequestConfigurer
servletPath(java.lang.String servletPath)
-
Methods inherited from class org.springframework.security.config.annotation.web.builders.WebSecurity.IgnoredRequestConfigurer
and, chainRequestMatchers, mvcMatchers, mvcMatchers
-
Methods inherited from class org.springframework.security.config.annotation.web.AbstractRequestMatcherRegistry
antMatchers, antMatchers, antMatchers, anyRequest, createMvcMatchers, dispatcherTypeMatchers, dispatcherTypeMatchers, getApplicationContext, regexMatchers, regexMatchers, requestMatchers, setApplicationContext
-
-
-
-
Method Detail
-
servletPath
public WebSecurity.IgnoredRequestConfigurer servletPath(java.lang.String servletPath)
-
-