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

Type Parameters:
C - the AbstractInterceptUrlConfigurer
H - the type of HttpSecurityBuilder that is being configured
All Implemented Interfaces:
SecurityConfigurer<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

Shared Objects Created

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

Shared Objects Used

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