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, getImageChallengeForID
Methods 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, validateResponseForID
Methods inherited from class com.octo.captcha.service.AbstractCaptchaService
getChallengeForID, getChallengeForID, getQuestionForID, getQuestionForID
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.octo.captcha.service.CaptchaService
getChallengeForID, getChallengeForID, getQuestionForID, getQuestionForID, validateResponseForID
Methods inherited from interface com.octo.captcha.service.image.ImageCaptchaService
getImageChallengeForID, getImageChallengeForID
-
Constructor Details
-
WebJETImageCaptchaService
public WebJETImageCaptchaService()
-
-
Method Details
-
testResponseForID
-