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 Summary
Fields Modifier and Type Field Description static Color
BACKGROUND_COLOR
-
Constructor Summary
Constructors Constructor Description DistortedCaptchaEngine()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
buildInitialFactories()
-
Methods inherited from class com.octo.captcha.engine.image.ListImageCaptchaEngine
addFactories, addFactory
-
-
-
-
Field Detail
-
BACKGROUND_COLOR
public static final Color BACKGROUND_COLOR
-
-