public interface WebSecurityConfigurer<T extends SecurityBuilder<javax.servlet.Filter>> extends SecurityConfigurer<javax.servlet.Filter,T>
WebSecurity
. In most instances
users will use EnableWebSecurity
and a create Configuration
that extends WebSecurityConfigurerAdapter
which will automatically be
applied to the WebSecurity
by the EnableWebSecurity
annotation.WebSecurityConfigurerAdapter
configure, init