Uses of Class
com.octo.captcha.service.AbstractCaptchaService

Packages that use AbstractCaptchaService
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.image This package provides Image specialized captcha services implementations. 
com.octo.captcha.service.multitype   
com.octo.captcha.service.sound   
 

Uses of AbstractCaptchaService in com.octo.captcha.service
 

Subclasses of AbstractCaptchaService in com.octo.captcha.service
 class AbstractManageableCaptchaService
          This class provides default implementation for the management interface.
 

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

Subclasses of AbstractCaptchaService in com.octo.captcha.service.image
 class AbstractManageableImageCaptchaService
          Base implementation of the ImageCaptchaService.
 class DefaultManageableImageCaptchaService
          Default service implementation : use a FastHashMapCaptchaStore as captcha store, and a DefaultGimpyEngine
 

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

Subclasses of AbstractCaptchaService in com.octo.captcha.service.multitype
 class GenericManageableCaptchaService
          Generic and new default captchaService implementation.
 

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

Subclasses of AbstractCaptchaService in com.octo.captcha.service.sound
 class AbstractManageableSoundCaptchaService
          Base implementation of the SoundCaptchaService.
 



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