Class AbstractInterceptUrlConfigurer.AbstractInterceptUrlRegistry<R extends AbstractInterceptUrlConfigurer<C,H>.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>>
@Deprecated
public abstract class AbstractInterceptUrlConfigurer.AbstractInterceptUrlRegistry<R extends AbstractInterceptUrlConfigurer<C,H>.AbstractInterceptUrlRegistry<R,T>,T>
extends AbstractConfigAttributeRequestMatcherRegistry<T>
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionaccessDecisionManager(AccessDecisionManager accessDecisionManager) Deprecated.Allows setting theAccessDecisionManager.filterSecurityInterceptorOncePerRequest(boolean filterSecurityInterceptorOncePerRequest) Deprecated.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, chainRequestMatchersInternalMethods inherited from class org.springframework.security.config.annotation.web.AbstractRequestMatcherRegistry
anyRequest, createMvcMatchers, dispatcherTypeMatchers, dispatcherTypeMatchers, getApplicationContext, requestMatchers, requestMatchers, requestMatchers, requestMatchers, setApplicationContext
-
Method Details
-
accessDecisionManager
Deprecated.Allows setting theAccessDecisionManager. If none is provided, a defaultAccessDecisionManageris created.- Parameters:
accessDecisionManager- theAccessDecisionManagerto use- Returns:
- the
AbstractInterceptUrlConfigurerfor further customization
-
filterSecurityInterceptorOncePerRequest
Deprecated.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
-