@Configuration
@EnableWebSecurity
@ConditionalOnProperty(prefix="security.login.cas",
name="enabled")
@EnableConfigurationProperties(value=SecurityProperties.class)
public class WebSecurityCasConfig
extends WebSecurityBaseConfig
authenticationManager, centitUserDetailsService, csrfTokenRepository, securityProperties| 构造器和说明 |
|---|
WebSecurityCasConfig() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
configure(org.springframework.security.config.annotation.web.builders.HttpSecurity http) |
protected org.springframework.security.authentication.AuthenticationManager |
createAuthenticationManager() |
protected org.springframework.security.web.AuthenticationEntryPoint |
getAuthenticationEntryPoint() |
protected org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter |
getAuthenticationFilter() |
protected org.springframework.security.authentication.AuthenticationProvider |
getAuthenticationProvider() |
createCentitAccessDecisionManager, createCentitPowerFilter, createCentitSecurityMetadataSource, createFailureHandler, createSuccessHandlerauthenticationManager, authenticationManagerBean, configure, configure, getApplicationContext, getHttp, init, setApplicationContext, setAuthenticationConfiguration, setContentNegotationStrategy, setObjectPostProcessor, setTrustResolver, userDetailsService, userDetailsServiceBeanprotected org.springframework.security.authentication.AuthenticationProvider getAuthenticationProvider()
protected org.springframework.security.web.AuthenticationEntryPoint getAuthenticationEntryPoint()
protected org.springframework.security.authentication.AuthenticationManager createAuthenticationManager()
protected org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter getAuthenticationFilter()
Copyright © 2020 江苏南大先腾信息产业股份有限公司. All rights reserved.