Uses of Package
com.octo.captcha.service.captchastore

Packages that use com.octo.captcha.service.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   
 

Classes in com.octo.captcha.service.captchastore used by com.octo.captcha.service
CaptchaStore
          Provides a way to temporally store captchas with a unique key
 

Classes in com.octo.captcha.service.captchastore used by com.octo.captcha.service.captchastore
CaptchaStore
          Provides a way to temporally store captchas with a unique key
MapCaptchaStore
          Simple store based on a HashMap
 

Classes in com.octo.captcha.service.captchastore used by com.octo.captcha.service.image
CaptchaStore
          Provides a way to temporally store captchas with a unique key
 

Classes in com.octo.captcha.service.captchastore used by com.octo.captcha.service.multitype
CaptchaStore
          Provides a way to temporally store captchas with a unique key
 

Classes in com.octo.captcha.service.captchastore used by com.octo.captcha.service.sound
CaptchaStore
          Provides a way to temporally store captchas with a unique key
 



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