public class

DistortedCaptchaEngine

extends ListImageCaptchaEngine
java.lang.Object
   ↳ com.octo.captcha.engine.image.ImageCaptchaEngine
     ↳ com.octo.captcha.engine.image.ListImageCaptchaEngine
       ↳ com.atlassian.confluence.security.DistortedCaptchaEngine
Known Direct Subclasses

Class Overview

The captcha as used by FishEye/Crucible.

Adds distortion to the captcha image.

Summary

Fields
public static final Color BACKGROUND_COLOR
Public Constructors
DistortedCaptchaEngine()
Protected Methods
void buildInitialFactories()
[Expand]
Inherited Methods
From class com.octo.captcha.engine.image.ListImageCaptchaEngine
From class com.octo.captcha.engine.image.ImageCaptchaEngine
From class java.lang.Object
From interface com.octo.captcha.engine.CaptchaEngine

Fields

public static final Color BACKGROUND_COLOR

Public Constructors

public DistortedCaptchaEngine ()

Protected Methods

protected void buildInitialFactories ()