@Configuration(value="CasJdbcAuthenticationConfiguration")
@EnableConfigurationProperties(value=org.apereo.cas.configuration.CasConfigurationProperties.class)
public class CasJdbcAuthenticationConfiguration
extends java.lang.Object
CasJdbcAuthenticationConfiguration.| Modifier and Type | Class and Description |
|---|---|
class |
CasJdbcAuthenticationConfiguration.JdbcAuthenticationEventExecutionPlanConfiguration
The type Jdbc authentication event execution plan configuration.
|
| Constructor and Description |
|---|
CasJdbcAuthenticationConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
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()