Uses of Interface
com.octo.captcha.service.CaptchaService

Packages that use CaptchaService
com.octo.captcha.module.taglib   
com.octo.captcha.service   
com.octo.captcha.service.image This package provides Image specialized captcha services implementations. 
com.octo.captcha.service.multitype   
com.octo.captcha.service.sound   
com.octo.captcha.service.text   
 

Uses of CaptchaService in com.octo.captcha.module.taglib
 

Methods in com.octo.captcha.module.taglib that return CaptchaService
protected abstract  CaptchaService BaseCaptchaTag.getService()
           
protected  CaptchaService MessageTag.getService()
           
 

Uses of CaptchaService in com.octo.captcha.service
 

Subinterfaces of CaptchaService in com.octo.captcha.service
 interface AbstractManageableCaptchaServiceMBean
          Management Interface for the CaptchaService provides simples methodes in order to : Collect statitsics on the captcha service usage.
 interface ManageableCaptchaService
          Management interface for the CaptchaService interface.
 

Classes in com.octo.captcha.service that implement CaptchaService
 class AbstractCaptchaService
          This is a base class for CaptchaService implementations.
 class AbstractManageableCaptchaService
          This class provides default implementation for the management interface.
 

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

Subinterfaces of CaptchaService in com.octo.captcha.service.image
 interface ImageCaptchaService
          

Specialize a Captcha service that return Image Captchas

 

Classes in com.octo.captcha.service.image that implement CaptchaService
 class AbstractManageableImageCaptchaService
          Base implementation of the ImageCaptchaService.
 class DefaultManageableImageCaptchaService
          Default service implementation : use a FastHashMapCaptchaStore as captcha store, and a DefaultGimpyEngine It is initialized with thoses default values : min guaranted delay : 180s max store size : 100000 captchas max store size before garbage collection : 75000
 

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

Subinterfaces of CaptchaService in com.octo.captcha.service.multitype
 interface MultiTypeCaptchaService
          

This class is designed to provide multiTypes captcha.

 

Classes in com.octo.captcha.service.multitype that implement CaptchaService
 class GenericManageableCaptchaService
          Generic and new default captchaService implementation.
 

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

Subinterfaces of CaptchaService in com.octo.captcha.service.sound
 interface SoundCaptchaService
           
 

Classes in com.octo.captcha.service.sound that implement CaptchaService
 class AbstractManageableSoundCaptchaService
          Base implementation of the SoundCaptchaService.
 class DefaultManageableSoundCaptchaService
          Default service implementation : use a FastHashMapCaptchaStore as captcha store, and a SpellerSoundCaptchaEngine It is initialized with thoses default values : min guaranted delay : 180s max store size : 100000 captchas max store size before garbage collection : 75000
 

Uses of CaptchaService in com.octo.captcha.service.text
 

Subinterfaces of CaptchaService in com.octo.captcha.service.text
 interface TextCaptchaService
          
 



Copyright 2003-2009 JCaptcha. All Rights Reserved.