- 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<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.WebSecurityConfigurerAdapterauthenticationManager, authenticationManagerBean, configure, configure, getApplicationContext, getHttp, init, setApplicationContext, setAuthenticationConfiguration, setContentNegotationStrategy, setObjectPostProcessor, setTrustResolver, userDetailsService, userDetailsServiceBean
 
- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
 
 
 
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.