- java.lang.Object
 
- 
- org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter
 
- 
- org.springframework.boot.autoconfigure.security.SpringBootWebSecurityConfiguration.ApplicationWebSecurityConfigurerAdapter
 
 
 
- 
- All Implemented Interfaces:
 
- org.springframework.security.config.annotation.SecurityConfigurer<javax.servlet.Filter,org.springframework.security.config.annotation.web.builders.WebSecurity>, org.springframework.security.config.annotation.web.WebSecurityConfigurer<org.springframework.security.config.annotation.web.builders.WebSecurity>
 
- Enclosing class:
 
- SpringBootWebSecurityConfiguration
 
@Configuration
 @ConditionalOnProperty(prefix="security.basic",
                       name="enabled",
                       matchIfMissing=true)
 @Order(value=2147483642)
protected static class SpringBootWebSecurityConfiguration.ApplicationWebSecurityConfigurerAdapter
extends org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter
 
 
- 
- 
Method Summary
- 
Methods inherited from class org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter
authenticationManager, authenticationManagerBean, configure, configure, getApplicationContext, getHttp, init, setApplicationContext, setAuthenticationConfiguration, setContentNegotationStrategy, setObjectPostProcessor, setTrustResolver, userDetailsService, userDetailsServiceBean 
- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
 
 
 
 
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.