|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CaptchaEngine | |
---|---|
com.octo.captcha.engine | |
com.octo.captcha.engine.bufferedengine | |
com.octo.captcha.engine.image | This is the base package for image captcha engines. |
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. |
com.octo.captcha.engine.sound.gimpy | This package defines sound gimpy engines |
com.octo.captcha.engine.sound.speller | This package defines sound speller engines |
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 |
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. |
Uses of CaptchaEngine in com.octo.captcha.engine.bufferedengine |
---|
Classes in com.octo.captcha.engine.bufferedengine that implement CaptchaEngine | |
---|---|
class |
BufferedEngineContainer
Abstact class that encapsulate a CaptchaEngine to allow buffering. |
class |
QuartzBufferedEngineContainer
Quartz implmentation of the BufferedEngineContainer |
class |
SimpleBufferedEngineContainer
Simple implmentation of the BufferedEngineContainer with ClockDaemon |
Fields in com.octo.captcha.engine.bufferedengine declared as CaptchaEngine | |
---|---|
protected CaptchaEngine |
BufferedEngineContainer.engine
|
Constructors in com.octo.captcha.engine.bufferedengine with parameters of type CaptchaEngine | |
---|---|
BufferedEngineContainer(CaptchaEngine engine,
CaptchaBuffer volatileBuffer,
CaptchaBuffer persistentBuffer,
ContainerConfiguration containerConfiguration)
Construct an BufferedEngineContainer with and Captcha engine, a memory buffer, a diskBuffer and a ContainerConfiguration. |
|
QuartzBufferedEngineContainer(CaptchaEngine engine,
CaptchaBuffer memoryBuffer,
CaptchaBuffer diskBuffer,
ContainerConfiguration containerConfiguration)
|
|
SimpleBufferedEngineContainer(CaptchaEngine engine,
CaptchaBuffer memoryBuffer,
CaptchaBuffer diskBuffer,
ContainerConfiguration containerConfiguration,
int feedPeriod,
int swapPeriod)
|
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 |
BasicGimpyEngine
Description: |
class |
BasicListGimpyEngine
Description: |
class |
DefaultGimpyEngine
This is the default captcha engine. |
class |
DeformedBaffleListGimpyEngine
|
class |
DoubleRandomListGimpyEngine
Description: |
class |
FilteredBaffleListGimpyEngine
Deprecated. |
class |
FilteredDoubleRandomListGimpyEngine
Deprecated. |
class |
FilteredGimpyEngine
Deprecated. |
class |
FilteredListGimpyEngine
Deprecated. |
class |
MultipleGimpyEngine
Deprecated. |
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.engine.sound.gimpy |
---|
Classes in com.octo.captcha.engine.sound.gimpy that implement CaptchaEngine | |
---|---|
class |
SimpleListSoundCaptchaEngine
Description: simple gimpy sound engine |
Uses of CaptchaEngine in com.octo.captcha.engine.sound.speller |
---|
Classes in com.octo.captcha.engine.sound.speller that implement CaptchaEngine | |
---|---|
class |
SpellerSoundCaptchaEngine
Engine to generate a SpellerSound captcha. |
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)
|
|
DefaultManageableSoundCaptchaService(CaptchaStore captchaStore,
CaptchaEngine captchaEngine,
int minGuarantedStorageDelayInSeconds,
int maxCaptchaStoreSize,
int captchaStoreLoadBeforeGarbageCollection)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |