Interface CaptchaResponseAction
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
CheckAccountRecoveryUsername,CheckCurrentCredentials,CheckNewPassword,CheckUsernamePassword,CheckUsernameRecoveryEmail,ClearIdentifier,RegisterUser,SubmitIdentifier
-
Method Summary
Modifier and TypeMethodDescriptionGet the provided reCAPTCHA user response tokenvoidsetCaptchaResponse(String captchaResponse) Set the provided reCAPTCHA user response token
-
Method Details
-
getCaptchaResponse
String getCaptchaResponse()Get the provided reCAPTCHA user response token -
setCaptchaResponse
Set the provided reCAPTCHA user response token
-