@Configuration @ConditionalOnClass(value=org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter.class) @ConditionalOnMissingBean(value=org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter.class) @ConditionalOnWebApplication(type=SERVLET) public class SpringBootWebSecurityConfiguration extends Object
WebSecurityConfigurerAdapter
, this will back-off
completely and the users should specify all the bits that they want to configure as
part of the custom security configuration.Copyright © 2019 Pivotal Software, Inc.. All rights reserved.