@EnableConfigurationProperties(value=CoffeeNetSecurityProperties.class) public class DevelopmentCoffeeNetWebSecurityConfigurerAdapter extends org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter
By default two user will be provided:
| Constructor and Description |
|---|
DevelopmentCoffeeNetWebSecurityConfigurerAdapter() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
configure(org.springframework.security.config.annotation.authentication.builders.AuthenticationManagerBuilder auth) |
protected void |
configure(org.springframework.security.config.annotation.web.builders.HttpSecurity http) |
void |
setSecurityConfigurationProperties(CoffeeNetSecurityProperties securityConfigurationProperties) |
authenticationManager, authenticationManagerBean, configure, getApplicationContext, getHttp, init, setApplicationContext, setAuthenticationConfiguration, setContentNegotationStrategy, setObjectPostProcessor, setTrustResolver, userDetailsService, userDetailsServiceBeanpublic DevelopmentCoffeeNetWebSecurityConfigurerAdapter()
protected void configure(org.springframework.security.config.annotation.web.builders.HttpSecurity http)
throws Exception
configure in class org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapterExceptionprotected void configure(org.springframework.security.config.annotation.authentication.builders.AuthenticationManagerBuilder auth)
throws Exception
configure in class org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapterException@Autowired public void setSecurityConfigurationProperties(CoffeeNetSecurityProperties securityConfigurationProperties)
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.