@Configuration(value="CasJdbcAuthenticationConfiguration")
@EnableConfigurationProperties(value=org.apereo.cas.configuration.CasConfigurationProperties.class)
public class CasJdbcAuthenticationConfiguration
extends java.lang.Object
CasJdbcAuthenticationConfiguration.| Constructor and Description |
|---|
CasJdbcAuthenticationConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.apereo.cas.authentication.AuthenticationEventExecutionPlanConfigurer |
jdbcAuthenticationEventExecutionPlanConfigurer() |
java.util.Collection<org.apereo.cas.authentication.AuthenticationHandler> |
jdbcAuthenticationHandlers() |
org.apereo.cas.authentication.principal.PrincipalFactory |
jdbcPrincipalFactory() |
@ConditionalOnMissingBean(name="jdbcAuthenticationHandlers") @Bean @RefreshScope public java.util.Collection<org.apereo.cas.authentication.AuthenticationHandler> jdbcAuthenticationHandlers()
@ConditionalOnMissingBean(name="jdbcPrincipalFactory") @Bean @RefreshScope public org.apereo.cas.authentication.principal.PrincipalFactory jdbcPrincipalFactory()
@ConditionalOnMissingBean(name="jdbcAuthenticationEventExecutionPlanConfigurer") @Bean public org.apereo.cas.authentication.AuthenticationEventExecutionPlanConfigurer jdbcAuthenticationEventExecutionPlanConfigurer()