@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() |
AuthenticationExceptionHandler |
authenticationExceptionHandler() |
org.apereo.cas.authentication.AuthenticationSystemSupport |
defaultAuthenticationSystemSupport(org.apereo.cas.authentication.PrincipalElectionStrategy principalElectionStrategy,
org.apereo.cas.authentication.AuthenticationTransactionManager authenticationTransactionManager) |
org.apereo.cas.authentication.AuthenticationHandlerResolver |
registeredServiceAuthenticationHandlerResolver() |
public CasCoreAuthenticationSupportConfiguration()
@ConditionalOnMissingBean(name="authenticationExceptionHandler") @Bean public AuthenticationExceptionHandler authenticationExceptionHandler()
@RefreshScope @Bean @ConditionalOnMissingBean(name="authenticationContextValidator") public org.apereo.cas.authentication.AuthenticationContextValidator authenticationContextValidator()
@Bean @ConditionalOnMissingBean(name="registeredServiceAuthenticationHandlerResolver") public org.apereo.cas.authentication.AuthenticationHandlerResolver registeredServiceAuthenticationHandlerResolver()
@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)