Package com.octo.captcha

This is the base package for JCAPTCHAs.
It defines two main interfaces : Captcha : the container for challenge, built by a CaptchaFactory, which contains the challenge object (a pix or a sound or whatever), the string question, and has the ability to validate a string answer CaptchaFactory : the factory for Captchas :),which have the responsability to build captchas from their constructor passing them builded questions and challenges.

See:
          Description

Interface Summary
Captcha This interface represent a CAPTCHA.
CaptchaFactory Interface for the CAPTCHA factories.
 

Class Summary
CaptchaQuestionHelper Helps to retrieve internationalized questions for captchas.
MockCaptcha
 

Exception Summary
CaptchaException Runtime exception for the captcha implementations.
 

Package com.octo.captcha Description

This is the base package for JCAPTCHAs.
It defines two main interfaces :



Copyright © 2003-2011 JCaptcha corp.. All Rights Reserved.