Package org.apereo.cas.web.flow
Class ValidateCaptchaAction
- java.lang.Object
-
- org.springframework.webflow.action.AbstractAction
-
- org.apereo.cas.web.flow.ValidateCaptchaAction
-
- All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean,org.springframework.webflow.execution.Action
public class ValidateCaptchaAction extends org.springframework.webflow.action.AbstractActionThis isValidateCaptchaAction.- Since:
- 5.0.0
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringEVENT_ID_ERRORCaptcha error event.static java.lang.StringREQUEST_PARAM_RECAPTCHA_RESPONSERecaptcha response as a request parameter.static java.lang.StringREQUEST_PARAM_RECAPTCHA_TOKENRecaptcha token as a request parameter.
-
Constructor Summary
Constructors Constructor Description ValidateCaptchaAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.springframework.webflow.execution.EventdoExecute(org.springframework.webflow.execution.RequestContext requestContext)
-
-
-
Field Detail
-
REQUEST_PARAM_RECAPTCHA_RESPONSE
public static final java.lang.String REQUEST_PARAM_RECAPTCHA_RESPONSE
Recaptcha response as a request parameter.- See Also:
- Constant Field Values
-
REQUEST_PARAM_RECAPTCHA_TOKEN
public static final java.lang.String REQUEST_PARAM_RECAPTCHA_TOKEN
Recaptcha token as a request parameter.- See Also:
- Constant Field Values
-
EVENT_ID_ERROR
public static final java.lang.String EVENT_ID_ERROR
Captcha error event.- See Also:
- Constant Field Values
-
-