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 create aConfiguration
that exposes aSecurityFilterChain
bean. This will automatically be applied to theWebSecurity
by theEnableWebSecurity
annotation.- Since:
- 3.2
- See Also:
SecurityFilterChain
-
-
Method Summary
-
Methods inherited from interface org.springframework.security.config.annotation.SecurityConfigurer
configure, init
-
-