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 |
|