@Configuration(value="syncopeAuthenticationConfiguration")
@EnableConfigurationProperties(value=org.apereo.cas.configuration.CasConfigurationProperties.class)
public class SyncopeAuthenticationConfiguration
extends java.lang.Object
SyncopeAuthenticationConfiguration.| Constructor and Description |
|---|
SyncopeAuthenticationConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.apereo.cas.authentication.AuthenticationEventExecutionPlanConfigurer |
syncopeAuthenticationEventExecutionPlanConfigurer() |
org.apereo.cas.authentication.AuthenticationHandler |
syncopeAuthenticationHandler() |
org.apereo.cas.authentication.principal.PrincipalFactory |
syncopePrincipalFactory() |
@ConditionalOnMissingBean(name="syncopePrincipalFactory") @Bean public org.apereo.cas.authentication.principal.PrincipalFactory syncopePrincipalFactory()
@ConditionalOnMissingBean(name="syncopeAuthenticationHandler") @Bean public org.apereo.cas.authentication.AuthenticationHandler syncopeAuthenticationHandler()
@ConditionalOnMissingBean(name="syncopeAuthenticationEventExecutionPlanConfigurer") @Bean public org.apereo.cas.authentication.AuthenticationEventExecutionPlanConfigurer syncopeAuthenticationEventExecutionPlanConfigurer()