Package sk.iway.iwcm.system.captcha
Class WebJETImageCaptchaService
java.lang.Object
com.octo.captcha.service.AbstractCaptchaService
com.octo.captcha.service.AbstractManageableCaptchaService
com.octo.captcha.service.image.AbstractManageableImageCaptchaService
com.octo.captcha.service.image.DefaultManageableImageCaptchaService
sk.iway.iwcm.system.captcha.WebJETImageCaptchaService
- All Implemented Interfaces:
com.octo.captcha.service.AbstractManageableCaptchaServiceMBean,com.octo.captcha.service.CaptchaService,com.octo.captcha.service.image.ImageCaptchaService,com.octo.captcha.service.ManageableCaptchaService
public class WebJETImageCaptchaService
extends com.octo.captcha.service.image.DefaultManageableImageCaptchaService
ImageCaptchaService.java
-
Field Summary
Fields inherited from class com.octo.captcha.service.AbstractCaptchaService
engine, logger, store -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.octo.captcha.service.image.AbstractManageableImageCaptchaService
getChallengeClone, getImageChallengeForID, getImageChallengeForIDMethods inherited from class com.octo.captcha.service.AbstractManageableCaptchaService
emptyCaptchaStore, garbageCollectCaptchaStore, garbageCollectCaptchaStore, generateAndStoreCaptcha, getCaptchaEngineClass, getCaptchaStoreMaxSize, getCaptchaStoreSize, getCaptchaStoreSizeBeforeGarbageCollection, getEngine, getMinGuarantedStorageDelayInSeconds, getNumberOfCorrectResponses, getNumberOfGarbageCollectableCaptchas, getNumberOfGarbageCollectedCaptcha, getNumberOfGeneratedCaptchas, getNumberOfUncorrectResponses, isCaptchaStoreFull, isCaptchaStoreQuotaReached, setCaptchaEngine, setCaptchaEngineClass, setCaptchaStoreMaxSize, setCaptchaStoreSizeBeforeGarbageCollection, setMinGuarantedStorageDelayInSeconds, validateResponseForIDMethods inherited from class com.octo.captcha.service.AbstractCaptchaService
getChallengeForID, getChallengeForID, getQuestionForID, getQuestionForIDMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.octo.captcha.service.CaptchaService
getChallengeForID, getChallengeForID, getQuestionForID, getQuestionForID, validateResponseForIDMethods inherited from interface com.octo.captcha.service.image.ImageCaptchaService
getImageChallengeForID, getImageChallengeForID
-
Constructor Details
-
WebJETImageCaptchaService
public WebJETImageCaptchaService()
-
-
Method Details
-
testResponseForID
-