Uses of Interface
com.octo.captcha.service.captchastore.CaptchaStore

Packages that use CaptchaStore
com.octo.captcha.service   
com.octo.captcha.service.captchastore   
com.octo.captcha.service.image This package provides Image specialized captcha services implementations. 
com.octo.captcha.service.multitype   
com.octo.captcha.service.sound   
 

Uses of CaptchaStore in com.octo.captcha.service
 

Fields in com.octo.captcha.service declared as CaptchaStore
protected  CaptchaStore AbstractCaptchaService.store
           
 

Constructors in com.octo.captcha.service with parameters of type CaptchaStore
AbstractCaptchaService(CaptchaStore captchaStore, CaptchaEngine captchaEngine)
           
AbstractManageableCaptchaService(CaptchaStore captchaStore, CaptchaEngine captchaEngine, int minGuarantedStorageDelayInSeconds, int maxCaptchaStoreSize)
           
AbstractManageableCaptchaService(CaptchaStore captchaStore, CaptchaEngine captchaEngine, int minGuarantedStorageDelayInSeconds, int maxCaptchaStoreSize, int captchaStoreLoadBeforeGarbageCollection)
           
 

Uses of CaptchaStore in com.octo.captcha.service.captchastore
 

Classes in com.octo.captcha.service.captchastore that implement CaptchaStore
 class FastHashMapCaptchaStore
          
 class JBossCacheCaptchaStore
          JBossCache 2.0.0 implementation of the captcha store.
 class MapCaptchaStore
          Simple store based on a HashMap
 

Uses of CaptchaStore in com.octo.captcha.service.image
 

Constructors in com.octo.captcha.service.image with parameters of type CaptchaStore
AbstractManageableImageCaptchaService(CaptchaStore captchaStore, CaptchaEngine captchaEngine, int minGuarantedStorageDelayInSeconds, int maxCaptchaStoreSize, int captchaStoreLoadBeforeGarbageCollection)
           
DefaultManageableImageCaptchaService(CaptchaStore captchaStore, CaptchaEngine captchaEngine, int minGuarantedStorageDelayInSeconds, int maxCaptchaStoreSize, int captchaStoreLoadBeforeGarbageCollection)
           
 

Uses of CaptchaStore in com.octo.captcha.service.multitype
 

Constructors in com.octo.captcha.service.multitype with parameters of type CaptchaStore
GenericManageableCaptchaService(CaptchaStore captchaStore, CaptchaEngine captchaEngine, int minGuarantedStorageDelayInSeconds, int maxCaptchaStoreSize, int captchaStoreLoadBeforeGarbageCollection)
           
 

Uses of CaptchaStore in com.octo.captcha.service.sound
 

Constructors in com.octo.captcha.service.sound with parameters of type CaptchaStore
AbstractManageableSoundCaptchaService(CaptchaStore captchaStore, CaptchaEngine captchaEngine, int minGuarantedStorageDelayInSeconds, int maxCaptchaStoreSize, int captchaStoreLoadBeforeGarbageCollection)
           
DefaultManageableSoundCaptchaService(CaptchaStore captchaStore, CaptchaEngine captchaEngine, int minGuarantedStorageDelayInSeconds, int maxCaptchaStoreSize, int captchaStoreLoadBeforeGarbageCollection)
           
 



Copyright 2003-2009 JCaptcha. All Rights Reserved.