Package org.springframework.security.config.annotation.web.configuration
package org.springframework.security.config.annotation.web.configuration
- 
ClassDescriptionA class used to get all theWebSecurityConfigurerinstances from the currentApplicationContextbut ignoring the parent.Add this annotation to an@Configurationclass to have the Spring Security configuration defined in anyWebSecurityConfigureror more likely by exposing aSecurityFilterChainbean:Uses aWebSecurityto create theFilterChainProxythat performs the web based security for Spring Security.Callback interface for customizingWebSecurity.