@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 java.lang.Exception
configure in class org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapterjava.lang.Exceptionprotected void configure(org.springframework.security.config.annotation.authentication.builders.AuthenticationManagerBuilder auth)
throws java.lang.Exception
configure in class org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapterjava.lang.Exception@Autowired public void setSecurityConfigurationProperties(CoffeeNetSecurityProperties securityConfigurationProperties)