Package org.apereo.cas.pm.config
Class PasswordManagementWebflowConfiguration.PasswordManagementCaptchaConfiguration
- java.lang.Object
-
- org.apereo.cas.pm.config.PasswordManagementWebflowConfiguration.PasswordManagementCaptchaConfiguration
-
- Enclosing class:
- PasswordManagementWebflowConfiguration
@Configuration(value="PasswordManagementCaptchaConfiguration", proxyBeanMethods=false) @ConditionalOnFeatureEnabled(feature=PasswordManagement, module="captcha") public static class PasswordManagementWebflowConfiguration.PasswordManagementCaptchaConfiguration extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PasswordManagementCaptchaConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apereo.cas.web.flow.CasWebflowConfigurerpasswordManagementCaptchaWebflowConfigurer(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.CasWebflowExecutionPlanConfigurerpasswordManagementCaptchaWebflowExecutionPlanConfigurer(org.springframework.context.ConfigurableApplicationContext applicationContext, org.apereo.cas.web.flow.CasWebflowConfigurer cfg)org.apereo.cas.web.CaptchaActivationStrategypasswordResetCaptchaActivationStrategy(org.springframework.context.ConfigurableApplicationContext applicationContext, org.apereo.cas.services.ServicesManager servicesManager)org.springframework.webflow.execution.ActionpasswordResetInitializeCaptchaAction(org.springframework.context.ConfigurableApplicationContext applicationContext, org.apereo.cas.web.CaptchaActivationStrategy passwordResetCaptchaActivationStrategy, org.apereo.cas.configuration.CasConfigurationProperties casProperties)org.springframework.webflow.execution.ActionpasswordResetValidateCaptchaAction(org.springframework.context.ConfigurableApplicationContext applicationContext, org.apereo.cas.configuration.CasConfigurationProperties casProperties, org.apereo.cas.web.CaptchaActivationStrategy passwordResetCaptchaActivationStrategy)
-
-
-
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)
-
-