|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use com.octo.captcha.engine | |
---|---|
com.octo.captcha.engine | This is the base package for captcha engine . A CaptchaEngine provides methods to retrieve a new localized captcha sub package provides specialized engines, by type and by captcha scheme (ex : image/gimpy ) This package uses CaptchaFactories to build captcha. |
com.octo.captcha.engine.image | This is the base package for image captcha engines. ImageCaptchaEngine is an abstract classe thet define methods to retrive typed captchas. ListCaptchaImageEngine is an implementation using a java.util.List DefaultImageCaptchaEngine is an implementation using a a static initializer and is deprecated This package uses ImageCaptchaFactories to build captcha. |
com.octo.captcha.engine.image.fisheye | |
com.octo.captcha.engine.image.gimpy | This package defines gimpy engines Filtered engines would need the imaging-1.0.jar to run. |
com.octo.captcha.engine.sound | This is the base package for sound captcha engines. SoundCaptchaEngine is an abstract classe thet define methods to retrive typed captchas. ListCaptchaSoundEngine is an implementation using a java.util.List DefaulSoundCaptchaEngine is an implementation using a a static initializer and is deprecated This package uses SoundCaptchaFactories to build captcha. |
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 |
Classes in com.octo.captcha.engine used by com.octo.captcha.engine | |
---|---|
CaptchaEngine
CaptchaEngine is the main interface from an application point of view : it uses CapchaFactories in order to return new captchas. |
|
CaptchaEngineException
Captcha Engine Exception |
Classes in com.octo.captcha.engine used by com.octo.captcha.engine.image | |
---|---|
CaptchaEngine
CaptchaEngine is the main interface from an application point of view : it uses CapchaFactories in order to return new captchas. |
|
CaptchaEngineException
Captcha Engine Exception |
Classes in com.octo.captcha.engine used by com.octo.captcha.engine.image.fisheye | |
---|---|
CaptchaEngine
CaptchaEngine is the main interface from an application point of view : it uses CapchaFactories in order to return new captchas. |
Classes in com.octo.captcha.engine used by com.octo.captcha.engine.image.gimpy | |
---|---|
CaptchaEngine
CaptchaEngine is the main interface from an application point of view : it uses CapchaFactories in order to return new captchas. |
Classes in com.octo.captcha.engine used by com.octo.captcha.engine.sound | |
---|---|
CaptchaEngine
CaptchaEngine is the main interface from an application point of view : it uses CapchaFactories in order to return new captchas. |
|
CaptchaEngineException
Captcha Engine Exception |
Classes in com.octo.captcha.engine used by com.octo.captcha.service | |
---|---|
CaptchaEngine
CaptchaEngine is the main interface from an application point of view : it uses CapchaFactories in order to return new captchas. |
Classes in com.octo.captcha.engine used by com.octo.captcha.service.image | |
---|---|
CaptchaEngine
CaptchaEngine is the main interface from an application point of view : it uses CapchaFactories in order to return new captchas. |
Classes in com.octo.captcha.engine used by com.octo.captcha.service.multitype | |
---|---|
CaptchaEngine
CaptchaEngine is the main interface from an application point of view : it uses CapchaFactories in order to return new captchas. |
Classes in com.octo.captcha.engine used by com.octo.captcha.service.sound | |
---|---|
CaptchaEngine
CaptchaEngine is the main interface from an application point of view : it uses CapchaFactories in order to return new captchas. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |