|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use com.octo.captcha | |
---|---|
com.octo.captcha | This is the base package for JCAPTCHAs. It defines two main interfaces : Captcha : the container for challenge, built by a CaptchaFactory, which contains the challenge object (a pix or a sound or whatever), the string question, and has the ability to validate a string answer CaptchaFactory : the factory for Captchas :),which have the responsability to build captchas from their constructor passing them builded questions and challenges. |
com.octo.captcha.component.image.textpaster | implementations of TextPaster |
com.octo.captcha.component.image.wordtoimage | this package provides implementations of the WordToImage interface. Main class is the AbstractWordToImage wich defines the strucure of the implementations provided. ComposedWordToImage is the first concrete WordToImage. |
com.octo.captcha.component.sound.wordtosound | This package provides implementations of the WordDecorator interface. |
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. |
com.octo.captcha.image | Package for implementations of Image Captchas : Captcha with Image chalenges. It defines two classes : ImageCaptcha : ok we got it! ImageCaptchaFactory : Base class for ImageCaptcha generation |
com.octo.captcha.image.fisheye | This package a struture for implementing fisheye captcha A fisheye is ImageCaptcha with the question "Click on the center of the deformation of the image". |
com.octo.captcha.image.gimpy | This package a struture for implementing gimpys A gimpy is ImageCaptcha with the question "Spell the word". |
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 | |
com.octo.captcha.sound | Package for implementations of Sound Captchas : Captcha with sound chalenges. It defines two classes : SoundCaptcha : ok we got it! SoundCaptchaFactory : Base class for SoundCaptcha generation |
com.octo.captcha.sound.gimpy | This package a struture for implementing gimpySound A gimpySound is SoundCaptcha with the question "Spell the word spoken". |
com.octo.captcha.sound.speller | This package a struture for implementing spellerSound A gimpySound is SoundCaptcha with the question "Write the word spelled out". |
com.octo.captcha.sound.spellfind | |
com.octo.captcha.text | |
com.octo.captcha.text.math |
Classes in com.octo.captcha used by com.octo.captcha | |
---|---|
Captcha
This interface represent a CAPTCHA. |
Classes in com.octo.captcha used by com.octo.captcha.component.image.textpaster | |
---|---|
CaptchaException
Runtime exception for the captcha implementations. |
Classes in com.octo.captcha used by com.octo.captcha.component.image.wordtoimage | |
---|---|
CaptchaException
Runtime exception for the captcha implementations. |
Classes in com.octo.captcha used by com.octo.captcha.component.sound.wordtosound | |
---|---|
CaptchaException
Runtime exception for the captcha implementations. |
Classes in com.octo.captcha used by com.octo.captcha.engine | |
---|---|
Captcha
This interface represent a CAPTCHA. |
|
CaptchaFactory
Interface for the CAPTCHA factories. |
Classes in com.octo.captcha used by com.octo.captcha.engine.image | |
---|---|
Captcha
This interface represent a CAPTCHA. |
|
CaptchaFactory
Interface for the CAPTCHA factories. |
Classes in com.octo.captcha used by com.octo.captcha.engine.sound | |
---|---|
Captcha
This interface represent a CAPTCHA. |
|
CaptchaFactory
Interface for the CAPTCHA factories. |
Classes in com.octo.captcha used by com.octo.captcha.image | |
---|---|
Captcha
This interface represent a CAPTCHA. |
|
CaptchaFactory
Interface for the CAPTCHA factories. |
Classes in com.octo.captcha used by com.octo.captcha.image.fisheye | |
---|---|
Captcha
This interface represent a CAPTCHA. |
|
CaptchaFactory
Interface for the CAPTCHA factories. |
Classes in com.octo.captcha used by com.octo.captcha.image.gimpy | |
---|---|
Captcha
This interface represent a CAPTCHA. |
|
CaptchaFactory
Interface for the CAPTCHA factories. |
Classes in com.octo.captcha used by com.octo.captcha.service | |
---|---|
Captcha
This interface represent a CAPTCHA. |
Classes in com.octo.captcha used by com.octo.captcha.service.captchastore | |
---|---|
Captcha
This interface represent a CAPTCHA. |
Classes in com.octo.captcha used by com.octo.captcha.service.image | |
---|---|
Captcha
This interface represent a CAPTCHA. |
Classes in com.octo.captcha used by com.octo.captcha.service.multitype | |
---|---|
Captcha
This interface represent a CAPTCHA. |
Classes in com.octo.captcha used by com.octo.captcha.service.sound | |
---|---|
Captcha
This interface represent a CAPTCHA. |
Classes in com.octo.captcha used by com.octo.captcha.sound | |
---|---|
Captcha
This interface represent a CAPTCHA. |
|
CaptchaFactory
Interface for the CAPTCHA factories. |
Classes in com.octo.captcha used by com.octo.captcha.sound.gimpy | |
---|---|
Captcha
This interface represent a CAPTCHA. |
|
CaptchaFactory
Interface for the CAPTCHA factories. |
Classes in com.octo.captcha used by com.octo.captcha.sound.speller | |
---|---|
Captcha
This interface represent a CAPTCHA. |
|
CaptchaFactory
Interface for the CAPTCHA factories. |
Classes in com.octo.captcha used by com.octo.captcha.sound.spellfind | |
---|---|
Captcha
This interface represent a CAPTCHA. |
|
CaptchaFactory
Interface for the CAPTCHA factories. |
Classes in com.octo.captcha used by com.octo.captcha.text | |
---|---|
Captcha
This interface represent a CAPTCHA. |
|
CaptchaFactory
Interface for the CAPTCHA factories. |
Classes in com.octo.captcha used by com.octo.captcha.text.math | |
---|---|
Captcha
This interface represent a CAPTCHA. |
|
CaptchaFactory
Interface for the CAPTCHA factories. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |