@Configuration(value="casCoreAuthenticationSupportConfiguration")
@EnableConfigurationProperties(value=org.apereo.cas.configuration.CasConfigurationProperties.class)
public class CasCoreAuthenticationSupportConfiguration
extends java.lang.Object
| Constructor and Description |
|---|
CasCoreAuthenticationSupportConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.apereo.cas.authentication.AuthenticationContextValidator |
authenticationContextValidator() |
org.springframework.webflow.execution.Action |
authenticationExceptionHandler() |
org.apereo.cas.authentication.AuthenticationSystemSupport |
defaultAuthenticationSystemSupport(org.apereo.cas.authentication.PrincipalElectionStrategy principalElectionStrategy,
org.apereo.cas.authentication.AuthenticationTransactionManager authenticationTransactionManager) |
java.util.Set<java.lang.Class<? extends java.lang.Exception>> |
handledAuthenticationExceptions() |
org.apereo.cas.authentication.AuthenticationHandlerResolver |
registeredServiceAuthenticationHandlerResolver(org.apereo.cas.services.ServicesManager servicesManager) |
public CasCoreAuthenticationSupportConfiguration()
@ConditionalOnMissingBean(name="authenticationExceptionHandler") @Bean public org.springframework.webflow.execution.Action authenticationExceptionHandler()
@RefreshScope @Bean public java.util.Set<java.lang.Class<? extends java.lang.Exception>> handledAuthenticationExceptions()
@RefreshScope @Bean @ConditionalOnMissingBean(name="authenticationContextValidator") public org.apereo.cas.authentication.AuthenticationContextValidator authenticationContextValidator()
@Autowired
@Bean
@Lazy
@ConditionalOnMissingBean(name="registeredServiceAuthenticationHandlerResolver")
public org.apereo.cas.authentication.AuthenticationHandlerResolver registeredServiceAuthenticationHandlerResolver(@Qualifier(value="servicesManager")
org.apereo.cas.services.ServicesManager servicesManager)
@Autowired
@Bean
public org.apereo.cas.authentication.AuthenticationSystemSupport defaultAuthenticationSystemSupport(@Qualifier(value="principalElectionStrategy")
org.apereo.cas.authentication.PrincipalElectionStrategy principalElectionStrategy,
@Qualifier(value="authenticationTransactionManager")
org.apereo.cas.authentication.AuthenticationTransactionManager authenticationTransactionManager)