Package org.springframework.security.config.annotation.web.configuration
package org.springframework.security.config.annotation.web.configuration
-
ClassDescriptionA class used to get all the
WebSecurityConfigurer
instances from the currentApplicationContext
but ignoring the parent.Add this annotation to an@Configuration
class to have the Spring Security configuration defined in anyWebSecurityConfigurer
or more likely by exposing aSecurityFilterChain
bean:Uses aWebSecurity
to create theFilterChainProxy
that performs the web based security for Spring Security.Callback interface for customizingWebSecurity
.