Package org.apereo.cas.web.flow.config
Class CasCaptchaConfiguration
- java.lang.Object
-
- org.apereo.cas.web.flow.config.CasCaptchaConfiguration
-
- All Implemented Interfaces:
org.apereo.cas.web.flow.CasWebflowExecutionPlanConfigurer
@Configuration("casCaptchaConfiguration") @EnableConfigurationProperties(org.apereo.cas.configuration.CasConfigurationProperties.class) @ConditionalOnProperty(prefix="cas.googleRecaptcha", name="enabled", havingValue="true", matchIfMissing=true) public class CasCaptchaConfiguration extends java.lang.Object implements org.apereo.cas.web.flow.CasWebflowExecutionPlanConfigurerThis isCasCaptchaConfiguration.- Since:
- 5.0.0
-
-
Constructor Summary
Constructors Constructor Description CasCaptchaConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apereo.cas.web.flow.CasWebflowConfigurercaptchaWebflowConfigurer()voidconfigureWebflowExecutionPlan(org.apereo.cas.web.flow.CasWebflowExecutionPlan plan)org.springframework.webflow.execution.ActionvalidateCaptchaAction()
-
-
-
Method Detail
-
captchaWebflowConfigurer
@ConditionalOnMissingBean(name="captchaWebflowConfigurer") @Bean @DependsOn("defaultWebflowConfigurer") public org.apereo.cas.web.flow.CasWebflowConfigurer captchaWebflowConfigurer()
-
validateCaptchaAction
@RefreshScope @Bean public org.springframework.webflow.execution.Action validateCaptchaAction()
-
configureWebflowExecutionPlan
public void configureWebflowExecutionPlan(org.apereo.cas.web.flow.CasWebflowExecutionPlan plan)
- Specified by:
configureWebflowExecutionPlanin interfaceorg.apereo.cas.web.flow.CasWebflowExecutionPlanConfigurer
-
-