public final class WebSecurity.IgnoredRequestConfigurer extends AbstractRequestMatcherRegistry<WebSecurity.IgnoredRequestConfigurer>
RequestMatcher instances that should be ignored by
Spring Security.| Modifier and Type | Method and Description |
|---|---|
WebSecurity |
and()
Returns the
WebSecurity to be returned for chaining. |
protected WebSecurity.IgnoredRequestConfigurer |
chainRequestMatchers(List<org.springframework.security.web.util.matcher.RequestMatcher> requestMatchers)
Subclasses should implement this method for returning the object that is chained to
the creation of the
RequestMatcher instances. |
antMatchers, antMatchers, antMatchers, anyRequest, regexMatchers, regexMatchers, requestMatchersprotected WebSecurity.IgnoredRequestConfigurer chainRequestMatchers(List<org.springframework.security.web.util.matcher.RequestMatcher> requestMatchers)
AbstractRequestMatcherRegistryRequestMatcher instances.chainRequestMatchers in class AbstractRequestMatcherRegistry<WebSecurity.IgnoredRequestConfigurer>requestMatchers - the RequestMatcher instances that were createdRequestMatcherpublic WebSecurity and()
WebSecurity to be returned for chaining.