com.atlassian.confluence.security
Class DistortedCaptchaEngine

java.lang.Object
  extended by com.octo.captcha.engine.image.ImageCaptchaEngine
      extended by com.octo.captcha.engine.image.ListImageCaptchaEngine
          extended by 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
static Color BACKGROUND_COLOR
           
 
Constructor Summary
DistortedCaptchaEngine()
           
 
Method Summary
protected  void buildInitialFactories()
           
 
Methods inherited from class com.octo.captcha.engine.image.ListImageCaptchaEngine
addFactories, addFactory, getFactories, getImageCaptchaFactory, getNextImageCaptcha, getNextImageCaptcha, setFactories
 
Methods inherited from class com.octo.captcha.engine.image.ImageCaptchaEngine
getNextCaptcha, getNextCaptcha
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BACKGROUND_COLOR

public static final Color BACKGROUND_COLOR
Constructor Detail

DistortedCaptchaEngine

public DistortedCaptchaEngine()
Method Detail

buildInitialFactories

protected void buildInitialFactories()
Specified by:
buildInitialFactories in class com.octo.captcha.engine.image.ListImageCaptchaEngine


Copyright © 2003-2012 Atlassian. All Rights Reserved.