|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CaptchaEngine | |
---|---|
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 |
Uses of CaptchaEngine in com.octo.captcha.engine |
---|
Classes in com.octo.captcha.engine that implement CaptchaEngine | |
---|---|
class |
GenericCaptchaEngine
Generic captcha engine, use it as default. |
class |
MockCaptchaEngine
|
Uses of CaptchaEngine in com.octo.captcha.engine.image |
---|
Classes in com.octo.captcha.engine.image that implement CaptchaEngine | |
---|---|
class |
DefaultImageCaptchaEngine
This is a very simple gimpy, which is constructed from an array of Factory and randomly return one when the getCaptchaFactory is called |
class |
ImageCaptchaEngine
Description: abstract base class for ImageCaptcha engines |
class |
ListImageCaptchaEngine
This engine is based on a java.util.List of factories. |
Uses of CaptchaEngine in com.octo.captcha.engine.image.fisheye |
---|
Classes in com.octo.captcha.engine.image.fisheye that implement CaptchaEngine | |
---|---|
class |
SimpleFishEyeEngine
Produce fishEye from files. |
Uses of CaptchaEngine in com.octo.captcha.engine.image.gimpy |
---|
Classes in com.octo.captcha.engine.image.gimpy that implement CaptchaEngine | |
---|---|
class |
BaffleListGimpyEngine
Description: |
class |
DefaultGimpyEngine
This is the default captcha engine. |
class |
DeformedBaffleListGimpyEngine
|
class |
GmailEngine
This is the default captcha engine. |
class |
HotmailEngine
This is the default captcha engine. |
class |
HotmailEngine2008
This is the default captcha engine. |
class |
NonLinearTextGimpyEngine
Use the non-linear text paster |
class |
SimpleListImageCaptchaEngine
Description: |
Uses of CaptchaEngine in com.octo.captcha.engine.sound |
---|
Classes in com.octo.captcha.engine.sound that implement CaptchaEngine | |
---|---|
class |
DefaultSoundCaptchaEngine
|
class |
ListSoundCaptchaEngine
This engine is based on a java.util.List of factories. |
class |
SoundCaptchaEngine
Description: abstract base class for SoundCaptcha engines |
Uses of CaptchaEngine in com.octo.captcha.service |
---|
Fields in com.octo.captcha.service declared as CaptchaEngine | |
---|---|
protected CaptchaEngine |
AbstractCaptchaService.engine
|
Methods in com.octo.captcha.service that return CaptchaEngine | |
---|---|
CaptchaEngine |
AbstractManageableCaptchaService.getEngine()
|
CaptchaEngine |
ManageableCaptchaService.getEngine()
|
Methods in com.octo.captcha.service with parameters of type CaptchaEngine | |
---|---|
void |
AbstractManageableCaptchaService.setCaptchaEngine(CaptchaEngine engine)
Updates the engine served by this service |
void |
ManageableCaptchaService.setCaptchaEngine(CaptchaEngine engine)
Updates the engine served by this service |
Constructors in com.octo.captcha.service with parameters of type CaptchaEngine | |
---|---|
AbstractCaptchaService(CaptchaStore captchaStore,
CaptchaEngine captchaEngine)
|
|
AbstractManageableCaptchaService(CaptchaStore captchaStore,
CaptchaEngine captchaEngine,
int minGuarantedStorageDelayInSeconds,
int maxCaptchaStoreSize)
|
|
AbstractManageableCaptchaService(CaptchaStore captchaStore,
CaptchaEngine captchaEngine,
int minGuarantedStorageDelayInSeconds,
int maxCaptchaStoreSize,
int captchaStoreLoadBeforeGarbageCollection)
|
Uses of CaptchaEngine in com.octo.captcha.service.image |
---|
Constructors in com.octo.captcha.service.image with parameters of type CaptchaEngine | |
---|---|
AbstractManageableImageCaptchaService(CaptchaStore captchaStore,
CaptchaEngine captchaEngine,
int minGuarantedStorageDelayInSeconds,
int maxCaptchaStoreSize,
int captchaStoreLoadBeforeGarbageCollection)
|
|
DefaultManageableImageCaptchaService(CaptchaStore captchaStore,
CaptchaEngine captchaEngine,
int minGuarantedStorageDelayInSeconds,
int maxCaptchaStoreSize,
int captchaStoreLoadBeforeGarbageCollection)
|
Uses of CaptchaEngine in com.octo.captcha.service.multitype |
---|
Constructors in com.octo.captcha.service.multitype with parameters of type CaptchaEngine | |
---|---|
GenericManageableCaptchaService(CaptchaEngine captchaEngine,
int minGuarantedStorageDelayInSeconds,
int maxCaptchaStoreSize,
int captchaStoreLoadBeforeGarbageCollection)
Constructor with FastHashMapCaptchaStore |
|
GenericManageableCaptchaService(CaptchaStore captchaStore,
CaptchaEngine captchaEngine,
int minGuarantedStorageDelayInSeconds,
int maxCaptchaStoreSize,
int captchaStoreLoadBeforeGarbageCollection)
|
Uses of CaptchaEngine in com.octo.captcha.service.sound |
---|
Constructors in com.octo.captcha.service.sound with parameters of type CaptchaEngine | |
---|---|
AbstractManageableSoundCaptchaService(CaptchaStore captchaStore,
CaptchaEngine captchaEngine,
int minGuarantedStorageDelayInSeconds,
int maxCaptchaStoreSize,
int captchaStoreLoadBeforeGarbageCollection)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |