|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.octo.captcha.sound.SoundCaptcha com.octo.captcha.sound.spellfind.SpellFindCaptcha
public class SpellFindCaptcha
Field Summary |
---|
Fields inherited from class com.octo.captcha.sound.SoundCaptcha |
---|
challenge, hasChallengeBeenCalled, question |
Constructor Summary | |
---|---|
SpellFindCaptcha(java.lang.String thequestion,
javax.sound.sampled.AudioInputStream thechallenge,
java.lang.String theresponse)
|
Method Summary | |
---|---|
java.lang.Boolean |
validateResponse(java.lang.Object theresponse)
Validation routine for the response. |
java.lang.Boolean |
validateResponse(java.lang.String theresponse)
|
Methods inherited from class com.octo.captcha.sound.SoundCaptcha |
---|
disposeChallenge, getChallenge, getQuestion, getSoundChallenge, hasGetChalengeBeenCalled |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SpellFindCaptcha(java.lang.String thequestion, javax.sound.sampled.AudioInputStream thechallenge, java.lang.String theresponse)
Method Detail |
---|
public java.lang.Boolean validateResponse(java.lang.Object theresponse)
Captcha
theresponse
- to the question concerning the chalenge
public java.lang.Boolean validateResponse(java.lang.String theresponse)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |