Class AbstractInterceptUrlConfigurer<C extends AbstractInterceptUrlConfigurer<C,H>,H extends HttpSecurityBuilder<H>>

java.lang.Object
org.springframework.security.config.annotation.SecurityConfigurerAdapter<org.springframework.security.web.DefaultSecurityFilterChain,B>
org.springframework.security.config.annotation.web.configurers.AbstractHttpConfigurer<C,H>
org.springframework.security.config.annotation.web.configurers.AbstractInterceptUrlConfigurer<C,H>
Type Parameters:
C - the AbstractInterceptUrlConfigurer
H - the type of HttpSecurityBuilder that is being configured
All Implemented Interfaces:
SecurityConfigurer<org.springframework.security.web.DefaultSecurityFilterChain,H>
Direct Known Subclasses:
ExpressionUrlAuthorizationConfigurer, UrlAuthorizationConfigurer

@Deprecated public abstract class AbstractInterceptUrlConfigurer<C extends AbstractInterceptUrlConfigurer<C,H>,H extends HttpSecurityBuilder<H>> extends AbstractHttpConfigurer<C,H>
Deprecated.
A base class for configuring the FilterSecurityInterceptor.

Security Filters

The following Filters are populated
  • FilterSecurityInterceptor

Shared Objects Created

The following shared objects are populated to allow other SecurityConfigurer's to customize:
  • FilterSecurityInterceptor

Shared Objects Used

The following shared objects are used:
  • AuthenticationManager
Since:
3.2
See Also: