@EnableWebSecurity
@Configuration
public class SecurityConfiguration
extends org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter
| Constructor and Description |
|---|
SecurityConfiguration() |
| 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 |
configure(org.springframework.security.config.annotation.web.builders.WebSecurity web) |
org.springframework.security.ldap.DefaultSpringSecurityContextSource |
contextSource() |
org.springframework.security.cas.ServiceProperties |
serviceProperties() |
org.springframework.security.core.userdetails.UserDetailsService |
userDetailsService() |
authenticationManager, authenticationManagerBean, getHttp, init, setApplicationContext, setAuthenticationConfiguration, setContentNegotationStrategy, setObjectPostProcessor, setTrustResolver, userDetailsServiceBeanprotected void configure(org.springframework.security.config.annotation.authentication.builders.AuthenticationManagerBuilder auth)
throws Exception
configure in class org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapterExceptionpublic void configure(org.springframework.security.config.annotation.web.builders.WebSecurity web)
throws Exception
configure in interface org.springframework.security.config.annotation.SecurityConfigurer<javax.servlet.Filter,org.springframework.security.config.annotation.web.builders.WebSecurity>configure in class org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapterExceptionprotected void configure(org.springframework.security.config.annotation.web.builders.HttpSecurity http)
throws Exception
configure in class org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapterException@Bean
public org.springframework.security.cas.ServiceProperties serviceProperties()
throws IOException
IOException@Bean public org.springframework.security.ldap.DefaultSpringSecurityContextSource contextSource()
public org.springframework.security.core.userdetails.UserDetailsService userDetailsService()
userDetailsService in class org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapterCopyright © 2004–2016 1&1. All rights reserved.