@EnableWebSecurity
@Configuration(value="securityConfig")
@Order(value=-2147483648)
@ConditionalOnProperty(value="authentication.source",
havingValue="db")
public class DbSecurityConfig
extends SecurityConfig
| Constructor and Description |
|---|
DbSecurityConfig() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
configure(org.springframework.security.config.annotation.authentication.builders.AuthenticationManagerBuilder auth) |
protected AuthenticationExceptionHandler |
getAuthenticationExceptionHandler() |
authenticationManagerBean, configure, logoutSuccessHandler, userContextMapperauthenticationManager, configure, getApplicationContext, getHttp, init, setApplicationContext, setAuthenticationConfiguration, setContentNegotationStrategy, setObjectPostProcessor, setTrustResolver, userDetailsService, userDetailsServiceBeanprotected void configure(org.springframework.security.config.annotation.authentication.builders.AuthenticationManagerBuilder auth)
throws Exception
configure in class org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapterExceptionprotected AuthenticationExceptionHandler getAuthenticationExceptionHandler()
getAuthenticationExceptionHandler in class SecurityConfigCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.