@Configuration
@EnableWebSecurity
@EnableWebMvc
public static class SpringSecurityIntegrationTest.SecurityConfig
extends org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter
| Constructor and Description |
|---|
SecurityConfig() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.security.authentication.AuthenticationProvider |
asapAuthenticationProvider(JwtValidator jwtValidator) |
void |
configure(org.springframework.security.config.annotation.authentication.builders.AuthenticationManagerBuilder auth) |
protected void |
configure(org.springframework.security.config.annotation.web.builders.HttpSecurity http) |
JwtValidator |
jwtValidator() |
authenticationManager, authenticationManagerBean, configure, getHttp, init, setApplicationContext, setAuthenticationConfiguration, setContentNegotationStrategy, setObjectPostProcessor, setTrustResolver, userDetailsService, userDetailsServiceBean@Bean public JwtValidator jwtValidator()
protected void configure(org.springframework.security.config.annotation.web.builders.HttpSecurity http)
throws Exception
configure in class org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapterExceptionpublic void configure(org.springframework.security.config.annotation.authentication.builders.AuthenticationManagerBuilder auth)
throws Exception
configure in class org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapterException@Bean public org.springframework.security.authentication.AuthenticationProvider asapAuthenticationProvider(JwtValidator jwtValidator)
Copyright © 2017 Atlassian. All rights reserved.