Packages that use CaptchaEngineException |
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.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. |