Interface CaptchaResponseAction

All Superinterfaces:
Serializable
All Known Implementing Classes:
CheckAccountRecoveryUsername, CheckCurrentCredentials, CheckNewPassword, CheckUsernamePassword, CheckUsernameRecoveryEmail, ClearIdentifier, RegisterUser, SubmitIdentifier

public interface CaptchaResponseAction extends Serializable
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the provided reCAPTCHA user response token
    void
    setCaptchaResponse(String captchaResponse)
    Set the provided reCAPTCHA user response token
  • Method Details

    • getCaptchaResponse

      String getCaptchaResponse()
      Get the provided reCAPTCHA user response token
    • setCaptchaResponse

      void setCaptchaResponse(String captchaResponse)
      Set the provided reCAPTCHA user response token