public interface WebSecurityConfigurer<T extends SecurityBuilder<javax.servlet.Filter>> extends SecurityConfigurer<javax.servlet.Filter,T>
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.WebSecurityConfigurerAdapter
,
SecurityFilterChain
configure, init