@Configuration(value="casCoreAuthenticationConfiguration")
@EnableConfigurationProperties(value=org.apereo.cas.configuration.CasConfigurationProperties.class)
public class CasCoreAuthenticationConfiguration
extends java.lang.Object
CasCoreAuthenticationConfiguration.| Constructor and Description |
|---|
CasCoreAuthenticationConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.apereo.cas.authentication.AuthenticationEventExecutionPlan |
authenticationEventExecutionPlan(java.util.List<org.apereo.cas.authentication.AuthenticationEventExecutionPlanConfigurer> configurers) |
org.apereo.cas.authentication.AuthenticationTransactionManager |
authenticationTransactionManager(org.apereo.cas.authentication.AuthenticationManager authenticationManager) |
org.apereo.cas.authentication.AuthenticationManager |
casAuthenticationManager(java.util.Collection<org.apereo.cas.authentication.AuthenticationPolicy> authenticationPolicy,
org.apereo.cas.authentication.AuthenticationHandlerResolver registeredServiceAuthenticationHandlerResolver,
org.apereo.cas.authentication.AuthenticationEventExecutionPlan authenticationEventExecutionPlan) |
@Bean
public org.apereo.cas.authentication.AuthenticationTransactionManager authenticationTransactionManager(@Qualifier(value="casAuthenticationManager")
org.apereo.cas.authentication.AuthenticationManager authenticationManager)
@ConditionalOnMissingBean(name="casAuthenticationManager")
@Autowired
@Bean
public org.apereo.cas.authentication.AuthenticationManager casAuthenticationManager(@Qualifier(value="authenticationPolicy")
java.util.Collection<org.apereo.cas.authentication.AuthenticationPolicy> authenticationPolicy,
@Qualifier(value="registeredServiceAuthenticationHandlerResolver")
org.apereo.cas.authentication.AuthenticationHandlerResolver registeredServiceAuthenticationHandlerResolver,
@Qualifier(value="authenticationEventExecutionPlan")
org.apereo.cas.authentication.AuthenticationEventExecutionPlan authenticationEventExecutionPlan)
@ConditionalOnMissingBean(name="authenticationEventExecutionPlan") @Autowired @Bean public org.apereo.cas.authentication.AuthenticationEventExecutionPlan authenticationEventExecutionPlan(java.util.List<org.apereo.cas.authentication.AuthenticationEventExecutionPlanConfigurer> configurers)