Package org.apereo.cas.config
Class SyncopeAuthenticationConfiguration
- java.lang.Object
-
- org.apereo.cas.config.SyncopeAuthenticationConfiguration
-
@Configuration("syncopeAuthenticationConfiguration") @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class) public class SyncopeAuthenticationConfiguration extends java.lang.ObjectThis isSyncopeAuthenticationConfiguration.- Since:
- 5.3.0
-
-
Constructor Summary
Constructors Constructor Description SyncopeAuthenticationConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apereo.cas.authentication.AuthenticationEventExecutionPlanConfigurersyncopeAuthenticationEventExecutionPlanConfigurer()org.apereo.cas.authentication.AuthenticationHandlersyncopeAuthenticationHandler()org.apereo.cas.authentication.support.password.PasswordPolicyContextsyncopePasswordPolicyConfiguration()org.apereo.cas.authentication.principal.PrincipalFactorysyncopePrincipalFactory()
-
-
-
Method Detail
-
syncopePrincipalFactory
@ConditionalOnMissingBean(name="syncopePrincipalFactory") @Bean @RefreshScope public org.apereo.cas.authentication.principal.PrincipalFactory syncopePrincipalFactory()
-
syncopeAuthenticationHandler
@ConditionalOnMissingBean(name="syncopeAuthenticationHandler") @Bean @RefreshScope public org.apereo.cas.authentication.AuthenticationHandler syncopeAuthenticationHandler()
-
syncopeAuthenticationEventExecutionPlanConfigurer
@ConditionalOnMissingBean(name="syncopeAuthenticationEventExecutionPlanConfigurer") @Bean @RefreshScope public org.apereo.cas.authentication.AuthenticationEventExecutionPlanConfigurer syncopeAuthenticationEventExecutionPlanConfigurer()
-
syncopePasswordPolicyConfiguration
@ConditionalOnMissingBean(name="syncopePasswordPolicyConfiguration") @Bean @RefreshScope public org.apereo.cas.authentication.support.password.PasswordPolicyContext syncopePasswordPolicyConfiguration()
-
-