@Configuration @ConditionalOnMissingBean(value=ManagementWebSecurityAutoConfiguration.ManagementWebSecurityConfigurerAdapter.class) @ConditionalOnProperty(prefix="management.security", name="enabled", matchIfMissing=true) @Order(value=2147483637) protected static class ManagementWebSecurityAutoConfiguration.ManagementWebSecurityConfigurerAdapter extends WebSecurityConfigurerAdapter
| Modifier | Constructor and Description |
|---|---|
protected |
ManagementWebSecurityConfigurerAdapter() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
configure(HttpSecurity http) |
authenticationManager, authenticationManagerBean, configure, configure, getHttp, init, setApplicationContext, setAuthenticationConfiguration, setContentNegotationStrategy, setObjectPostProcessor, setTrustResolver, userDetailsService, userDetailsServiceBeanprotected ManagementWebSecurityConfigurerAdapter()
protected void configure(HttpSecurity http) throws Exception
configure in class WebSecurityConfigurerAdapterExceptionCopyright © 2016 Pivotal Software, Inc.. All rights reserved.