| com.nabhinc.util.jcaptcha.Gimpy
Gimpy | public class Gimpy extends ImageCaptcha implements Serializable(Code) | | A Gimpy is a ImagCaptcha. It is also the most common captcha.
- Challenge type : image
- Response type : String
- Description : An image of a distorded word is shown. User have to
recognize the word and to submit it.
author: Marc-Antoine Garrigue version: 1.0 |
validateResponse | final public Boolean validateResponse(Object response)(Code) | | Validation routine from the CAPTCHA interface. this methods verify if the
response is not null and a String and then compares the given response to
the internal string.
Parameters: response - true if the given response equals the internal response, falseotherwise. |
|
|