public final class HttpSecurity.RequestMatcherConfigurer extends AbstractRequestMatcherRegistry<HttpSecurity.RequestMatcherConfigurer>
HttpSecurity will be used for| Modifier and Type | Method and Description |
|---|---|
HttpSecurity |
and()
Return the
HttpSecurity for further customizations |
protected HttpSecurity.RequestMatcherConfigurer |
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 HttpSecurity.RequestMatcherConfigurer chainRequestMatchers(List<org.springframework.security.web.util.matcher.RequestMatcher> requestMatchers)
AbstractRequestMatcherRegistryRequestMatcher instances.chainRequestMatchers in class AbstractRequestMatcherRegistry<HttpSecurity.RequestMatcherConfigurer>requestMatchers - the RequestMatcher instances that were createdRequestMatcherpublic HttpSecurity and()
HttpSecurity for further customizationsHttpSecurity for further customizations