Package org.springframework.security.config.annotation.web.configuration
-
Interface Summary Interface Description WebSecurityCustomizer Callback interface for customizingWebSecurity. -
Class Summary Class Description AutowiredWebSecurityConfigurersIgnoreParents A class used to get all theWebSecurityConfigurerinstances from the currentApplicationContextbut ignoring the parent.WebSecurityConfiguration Uses aWebSecurityto create theFilterChainProxythat performs the web based security for Spring Security.WebSecurityConfigurerAdapter Deprecated. Use aSecurityFilterChainBean to configureHttpSecurityor aWebSecurityCustomizerBean to configureWebSecurity. -
Annotation Types Summary Annotation Type Description EnableWebSecurity Add this annotation to an@Configurationclass to have the Spring Security configuration defined in anyWebSecurityConfigureror more likely by exposing aSecurityFilterChainbean: