public abstract class SecurityConfig
extends org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter
| Constructor and Description |
|---|
SecurityConfig() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.security.authentication.AuthenticationManager |
authenticationManagerBean() |
protected void |
configure(org.springframework.security.config.annotation.web.builders.HttpSecurity http) |
protected abstract AuthenticationExceptionHandler |
getAuthenticationExceptionHandler() |
org.springframework.security.web.authentication.logout.LogoutSuccessHandler |
logoutSuccessHandler() |
org.springframework.security.ldap.userdetails.InetOrgPersonContextMapper |
userContextMapper() |
authenticationManager, configure, configure, getApplicationContext, getHttp, init, setApplicationContext, setAuthenticationConfiguration, setContentNegotationStrategy, setObjectPostProcessor, setTrustResolver, userDetailsService, userDetailsServiceBeanprotected void configure(org.springframework.security.config.annotation.web.builders.HttpSecurity http)
throws Exception
configure in class org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapterExceptionpublic org.springframework.security.web.authentication.logout.LogoutSuccessHandler logoutSuccessHandler()
@Bean
public org.springframework.security.authentication.AuthenticationManager authenticationManagerBean()
throws Exception
authenticationManagerBean in class org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapterException@Bean public org.springframework.security.ldap.userdetails.InetOrgPersonContextMapper userContextMapper()
protected abstract AuthenticationExceptionHandler getAuthenticationExceptionHandler()
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.