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 AbstractInterceptUrlConfigurerH- the type ofHttpSecurityBuilderthat is being configured
- All Implemented Interfaces:
SecurityConfigurer<org.springframework.security.web.DefaultSecurityFilterChain,H>
- Direct Known Subclasses:
ExpressionUrlAuthorizationConfigurer,UrlAuthorizationConfigurer
public abstract class AbstractInterceptUrlConfigurer<C extends AbstractInterceptUrlConfigurer<C,H>,H extends HttpSecurityBuilder<H>> extends AbstractHttpConfigurer<C,H>
A base class for configuring theFilterSecurityInterceptor.Security Filters
The following Filters are populatedFilterSecurityInterceptor
Shared Objects Created
The following shared objects are populated to allow otherSecurityConfigurer's to customize:FilterSecurityInterceptor
Shared Objects Used
The following shared objects are used:AuthenticationManager
- Since:
- 3.2
- See Also:
ExpressionUrlAuthorizationConfigurer,UrlAuthorizationConfigurer
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classAbstractInterceptUrlConfigurer.AbstractInterceptUrlRegistry<R extends AbstractInterceptUrlConfigurer.AbstractInterceptUrlRegistry<R,T>,T>
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigure(H http)Configure theSecurityBuilderby setting the necessary properties on theSecurityBuilder.-
Methods inherited from class org.springframework.security.config.annotation.web.configurers.AbstractHttpConfigurer
disable, withObjectPostProcessor
-
Methods inherited from class org.springframework.security.config.annotation.SecurityConfigurerAdapter
addObjectPostProcessor, and, getBuilder, init, postProcess, setBuilder
-
-
-
-
Method Detail
-
configure
public void configure(H http) throws java.lang.Exception
Description copied from interface:SecurityConfigurerConfigure theSecurityBuilderby setting the necessary properties on theSecurityBuilder.- Specified by:
configurein interfaceSecurityConfigurer<C extends AbstractInterceptUrlConfigurer<C,H>,H extends HttpSecurityBuilder<H>>- Overrides:
configurein classSecurityConfigurerAdapter<org.springframework.security.web.DefaultSecurityFilterChain,H extends HttpSecurityBuilder<H>>- Throws:
java.lang.Exception
-
-