Class DistortedCaptchaEngine
java.lang.Object
com.octo.captcha.engine.image.ImageCaptchaEngine
com.octo.captcha.engine.image.ListImageCaptchaEngine
com.atlassian.confluence.security.DistortedCaptchaEngine
- All Implemented Interfaces:
- com.octo.captcha.engine.CaptchaEngine
- Direct Known Subclasses:
- ConfluenceCaptchaEngine
public class DistortedCaptchaEngine
extends com.octo.captcha.engine.image.ListImageCaptchaEngine
The captcha as used by FishEye/Crucible.
 
Adds distortion to the captcha image.
- 
Field SummaryFieldsFields inherited from class com.octo.captcha.engine.image.ImageCaptchaEnginefactories, myRandom
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class com.octo.captcha.engine.image.ListImageCaptchaEngineaddFactories, addFactoryMethods inherited from class com.octo.captcha.engine.image.ImageCaptchaEnginecheckNotNullOrEmpty, getFactories, getImageCaptchaFactory, getNextCaptcha, getNextCaptcha, getNextImageCaptcha, getNextImageCaptcha, setFactories
- 
Field Details- 
BACKGROUND_COLOR
 
- 
- 
Constructor Details- 
DistortedCaptchaEnginepublic DistortedCaptchaEngine()
 
- 
- 
Method Details- 
buildInitialFactoriesprotected void buildInitialFactories()- Specified by:
- buildInitialFactoriesin class- com.octo.captcha.engine.image.ListImageCaptchaEngine
 
 
-