Class SyncopeAuthenticationConfiguration


  • @Configuration("syncopeAuthenticationConfiguration")
    @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class)
    public class SyncopeAuthenticationConfiguration
    extends java.lang.Object
    Since:
    5.3.0
    • Constructor Detail

      • SyncopeAuthenticationConfiguration

        public SyncopeAuthenticationConfiguration()
    • 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()