|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.octo.captcha.image.ImageCaptcha
fr.paris.lutece.plugins.captcha.modules.jcaptcha.service.image.LuteceGimpyImage
public class LuteceGimpyImage
A Gimpy is a ImagCaptcha. It is also the most common captcha.
Field Summary |
---|
Fields inherited from class com.octo.captcha.image.ImageCaptcha |
---|
challenge, question |
Method Summary | |
---|---|
Boolean |
validateResponse(Object response)
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. |
Methods inherited from class com.octo.captcha.image.ImageCaptcha |
---|
disposeChallenge, getChallenge, getImageChallenge, getQuestion, hasGetChalengeBeenCalled |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public final Boolean validateResponse(Object response)
response
- the response
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |