Interface WebSecurityConfigurer<T extends SecurityBuilder<javax.servlet.Filter>>
-
- All Superinterfaces:
SecurityConfigurer<javax.servlet.Filter,T>
- All Known Implementing Classes:
WebSecurityConfigurerAdapter
public interface WebSecurityConfigurer<T extends SecurityBuilder<javax.servlet.Filter>> extends SecurityConfigurer<javax.servlet.Filter,T>
Allows customization to theWebSecurity
. In most instances users will useEnableWebSecurity
and either create aConfiguration
that extendsWebSecurityConfigurerAdapter
or expose aSecurityFilterChain
bean. Both will automatically be applied to theWebSecurity
by theEnableWebSecurity
annotation.- Since:
- 3.2
- See Also:
WebSecurityConfigurerAdapter
,SecurityFilterChain
-
-
Method Summary
-
Methods inherited from interface org.springframework.security.config.annotation.SecurityConfigurer
configure, init
-
-