Class AbstractInterceptUrlConfigurer.AbstractInterceptUrlRegistry<R extends AbstractInterceptUrlConfigurer.AbstractInterceptUrlRegistry<R,T>,T>
- java.lang.Object
-
- org.springframework.security.config.annotation.web.AbstractRequestMatcherRegistry<C>
-
- org.springframework.security.config.annotation.web.configurers.AbstractConfigAttributeRequestMatcherRegistry<T>
-
- org.springframework.security.config.annotation.web.configurers.AbstractInterceptUrlConfigurer.AbstractInterceptUrlRegistry<R,T>
-
- Direct Known Subclasses:
ExpressionUrlAuthorizationConfigurer.ExpressionInterceptUrlRegistry,UrlAuthorizationConfigurer.StandardInterceptUrlRegistry
- Enclosing class:
- AbstractInterceptUrlConfigurer<C extends AbstractInterceptUrlConfigurer<C,H>,H extends HttpSecurityBuilder<H>>
public abstract class AbstractInterceptUrlConfigurer.AbstractInterceptUrlRegistry<R extends AbstractInterceptUrlConfigurer.AbstractInterceptUrlRegistry<R,T>,T> extends AbstractConfigAttributeRequestMatcherRegistry<T>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RaccessDecisionManager(org.springframework.security.access.AccessDecisionManager accessDecisionManager)Allows setting theAccessDecisionManager.RfilterSecurityInterceptorOncePerRequest(boolean filterSecurityInterceptorOncePerRequest)Allows setting if theFilterSecurityInterceptorshould be only applied once per request (i.e.-
Methods inherited from class org.springframework.security.config.annotation.web.configurers.AbstractConfigAttributeRequestMatcherRegistry
chainRequestMatchers, chainRequestMatchersInternal
-
Methods inherited from class org.springframework.security.config.annotation.web.AbstractRequestMatcherRegistry
antMatchers, antMatchers, antMatchers, anyRequest, createMvcMatchers, dispatcherTypeMatchers, dispatcherTypeMatchers, getApplicationContext, mvcMatchers, mvcMatchers, regexMatchers, regexMatchers, requestMatchers, setApplicationContext
-
-
-
-
Method Detail
-
accessDecisionManager
public R accessDecisionManager(org.springframework.security.access.AccessDecisionManager accessDecisionManager)
Allows setting theAccessDecisionManager. If none is provided, a defaultAccessDecisionManageris created.- Parameters:
accessDecisionManager- theAccessDecisionManagerto use- Returns:
- the
AbstractInterceptUrlConfigurerfor further customization
-
filterSecurityInterceptorOncePerRequest
public R filterSecurityInterceptorOncePerRequest(boolean filterSecurityInterceptorOncePerRequest)
Allows setting if theFilterSecurityInterceptorshould be only applied once per request (i.e. if the filter intercepts on a forward, should it be applied again).- Parameters:
filterSecurityInterceptorOncePerRequest- if theFilterSecurityInterceptorshould be only applied once per request- Returns:
- the
AbstractInterceptUrlConfigurerfor further customization
-
-