Call back method to return the CAPTCHA text for registering the user.
public String validateCaptcha(String image){ //Show the image to the user. //Get the Captcha text return <captchaText>; }