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

Packages that use CaptchaStore
com.octo.captcha.service This is the base package for JCAPTCHA service implementation.
It defines two main interfaces : CaptchaService : The base implementation of a service, using two interfaces defined below, and a CaptchaEngine. AbstractManageableCaptchaServiceMBean : methods for service management and statistics collection EhcacheManageableCaptchaServiceMBean : implementation of the manageable service using ehcache BufferedEhcacheManageableCaptchaServiceMBean : ehcache manageable service extension that asynchrounously buffer captchas  
com.octo.captcha.service.captchastore In this package you will find the captchaStore implementations.
CaptchaStore : The stock of captcha used by the service to store captchas from the time it is generated to the time the captcha validation routine is called. 
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 MapCaptchaStore
          Simple store based on a HashMap
 

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

Methods in com.octo.captcha.service.captchastore that return CaptchaStore
abstract  CaptchaStore CaptchaStoreTestAbstract.getStore()
           
 

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)
           
 



Copyright © 2003-2011 JCaptcha corp.. All Rights Reserved.