public abstract class AbstractInterceptUrlConfigurer.AbstractInterceptUrlRegistry<R extends AbstractInterceptUrlConfigurer.AbstractInterceptUrlRegistry<R,T>,T> extends AbstractConfigAttributeRequestMatcherRegistry<T>
| Modifier and Type | Method and Description |
|---|---|
R |
accessDecisionManager(org.springframework.security.access.AccessDecisionManager accessDecisionManager)
Allows setting the
AccessDecisionManager. |
R |
filterSecurityInterceptorOncePerRequest(boolean filterSecurityInterceptorOncePerRequest)
Allows setting if the
FilterSecurityInterceptor should be only applied
once per request (i.e. |
chainRequestMatchers, chainRequestMatchersInternalantMatchers, antMatchers, antMatchers, anyRequest, createMvcMatchers, getApplicationContext, mvcMatchers, mvcMatchers, regexMatchers, regexMatchers, requestMatchers, setApplicationContextpublic R accessDecisionManager(org.springframework.security.access.AccessDecisionManager accessDecisionManager)
AccessDecisionManager. If none is provided, a
default AccessDecisionManager is created.accessDecisionManager - the AccessDecisionManager to useAbstractInterceptUrlConfigurer for further customizationpublic R filterSecurityInterceptorOncePerRequest(boolean filterSecurityInterceptorOncePerRequest)
FilterSecurityInterceptor should be only applied
once per request (i.e. if the filter intercepts on a forward, should it be
applied again).filterSecurityInterceptorOncePerRequest - if the
FilterSecurityInterceptor should be only applied once per requestAbstractInterceptUrlConfigurer for further customization