Class PasswordManagementWebflowConfiguration.PasswordManagementCaptchaConfiguration

  • Enclosing class:
    PasswordManagementWebflowConfiguration

    @Configuration(value="PasswordManagementCaptchaConfiguration",
                   proxyBeanMethods=false)
    @ConditionalOnFeatureEnabled(feature=PasswordManagement,
                                 module="captcha")
    public static class PasswordManagementWebflowConfiguration.PasswordManagementCaptchaConfiguration
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apereo.cas.web.flow.CasWebflowConfigurer passwordManagementCaptchaWebflowConfigurer​(org.springframework.context.ConfigurableApplicationContext applicationContext, org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.springframework.webflow.definition.registry.FlowDefinitionRegistry loginFlowDefinitionRegistry, org.springframework.webflow.engine.builder.support.FlowBuilderServices flowBuilderServices)  
      org.apereo.cas.web.flow.CasWebflowExecutionPlanConfigurer passwordManagementCaptchaWebflowExecutionPlanConfigurer​(org.springframework.context.ConfigurableApplicationContext applicationContext, org.apereo.cas.web.flow.CasWebflowConfigurer cfg)  
      org.apereo.cas.web.CaptchaActivationStrategy passwordResetCaptchaActivationStrategy​(org.springframework.context.ConfigurableApplicationContext applicationContext, org.apereo.cas.services.ServicesManager servicesManager)  
      org.springframework.webflow.execution.Action passwordResetInitializeCaptchaAction​(org.springframework.context.ConfigurableApplicationContext applicationContext, org.apereo.cas.web.CaptchaActivationStrategy passwordResetCaptchaActivationStrategy, org.apereo.cas.configuration.CasConfigurationProperties casProperties)  
      org.springframework.webflow.execution.Action passwordResetValidateCaptchaAction​(org.springframework.context.ConfigurableApplicationContext applicationContext, org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.apereo.cas.web.CaptchaActivationStrategy passwordResetCaptchaActivationStrategy)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PasswordManagementCaptchaConfiguration

        public PasswordManagementCaptchaConfiguration()
    • Method Detail

      • passwordManagementCaptchaWebflowConfigurer

        @ConditionalOnMissingBean(name="passwordManagementCaptchaWebflowConfigurer")
        @RefreshScope(proxyMode=DEFAULT)
        @Bean
        public org.apereo.cas.web.flow.CasWebflowConfigurer passwordManagementCaptchaWebflowConfigurer​(org.springframework.context.ConfigurableApplicationContext applicationContext,
                                                                                                       org.apereo.cas.configuration.CasConfigurationProperties casProperties,
                                                                                                       @Qualifier("loginFlowRegistry")
                                                                                                       org.springframework.webflow.definition.registry.FlowDefinitionRegistry loginFlowDefinitionRegistry,
                                                                                                       @Qualifier("flowBuilderServices")
                                                                                                       org.springframework.webflow.engine.builder.support.FlowBuilderServices flowBuilderServices)
      • passwordResetValidateCaptchaAction

        @ConditionalOnMissingBean(name="passwordResetValidateCaptchaAction")
        @RefreshScope(proxyMode=DEFAULT)
        @Bean
        public org.springframework.webflow.execution.Action passwordResetValidateCaptchaAction​(org.springframework.context.ConfigurableApplicationContext applicationContext,
                                                                                               org.apereo.cas.configuration.CasConfigurationProperties casProperties,
                                                                                               @Qualifier("passwordResetCaptchaActivationStrategy")
                                                                                               org.apereo.cas.web.CaptchaActivationStrategy passwordResetCaptchaActivationStrategy)
      • passwordResetCaptchaActivationStrategy

        @Bean
        @ConditionalOnMissingBean(name="passwordResetCaptchaActivationStrategy")
        @RefreshScope(proxyMode=DEFAULT)
        public org.apereo.cas.web.CaptchaActivationStrategy passwordResetCaptchaActivationStrategy​(org.springframework.context.ConfigurableApplicationContext applicationContext,
                                                                                                   @Qualifier("servicesManager")
                                                                                                   org.apereo.cas.services.ServicesManager servicesManager)
      • passwordResetInitializeCaptchaAction

        @RefreshScope(proxyMode=DEFAULT)
        @Bean
        @ConditionalOnMissingBean(name="passwordResetInitializeCaptchaAction")
        public org.springframework.webflow.execution.Action passwordResetInitializeCaptchaAction​(org.springframework.context.ConfigurableApplicationContext applicationContext,
                                                                                                 @Qualifier("passwordResetCaptchaActivationStrategy")
                                                                                                 org.apereo.cas.web.CaptchaActivationStrategy passwordResetCaptchaActivationStrategy,
                                                                                                 org.apereo.cas.configuration.CasConfigurationProperties casProperties)
      • passwordManagementCaptchaWebflowExecutionPlanConfigurer

        @Bean
        @RefreshScope(proxyMode=DEFAULT)
        @ConditionalOnMissingBean(name="passwordManagementCaptchaWebflowExecutionPlanConfigurer")
        public org.apereo.cas.web.flow.CasWebflowExecutionPlanConfigurer passwordManagementCaptchaWebflowExecutionPlanConfigurer​(org.springframework.context.ConfigurableApplicationContext applicationContext,
                                                                                                                                 @Qualifier("passwordManagementCaptchaWebflowConfigurer")
                                                                                                                                 org.apereo.cas.web.flow.CasWebflowConfigurer cfg)