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 the
WebSecurity. In most instances users will use
EnableWebSecurity and create a Configuration that exposes a
SecurityFilterChain bean. This will automatically be applied to the
WebSecurity by the EnableWebSecurity annotation.- Since:
- 3.2
- See Also:
-
Method Summary
Methods inherited from interface org.springframework.security.config.annotation.SecurityConfigurer
configure, init