Interface WebSecurityConfigurer<T extends SecurityBuilder<jakarta.servlet.Filter>>

All Superinterfaces:
SecurityConfigurer<jakarta.servlet.Filter,T>
All Known Implementing Classes:
WebSecurityConfigurerAdapter

public interface WebSecurityConfigurer<T extends SecurityBuilder<jakarta.servlet.Filter>> extends SecurityConfigurer<jakarta.servlet.Filter,T>
Allows customization to the WebSecurity. In most instances users will use EnableWebSecurity and either create a Configuration that extends WebSecurityConfigurerAdapter or expose a SecurityFilterChain bean. Both will automatically be applied to the WebSecurity by the EnableWebSecurity annotation.
Since:
3.2
See Also: