Jala 1.3

Class jala.Captcha

Object
   |
   +--jala.Captcha

class jala.Captcha


Wrapper class for the JCaptcha library. A captcha (an acronym for "completely automated public Turing test to tell computers and humans apart") is a type of challenge-response test used in computing to determine whether or not the user is human.
Defined in Captcha.js


Constructor Summary
jala.Captcha ()
            Construct a new captcha.
 
Method Summary
 com.octo.captcha.Captcha getCaptcha()
           Get a new captcha object.
 void renderImage()
           Render a new captcha image.
 String toString()
           Get a string representation of the captcha object.
 Boolean validate(<String> input)
           Validate a user's input with the prompted captcha.

Constructor Detail

jala.Captcha

jala.Captcha()

Method Detail

getCaptcha

com.octo.captcha.Captcha getCaptcha()

renderImage

void renderImage()

toString

String toString()

validate

Boolean validate(<String> input)

Jala 1.3

Documentation generated by JSDoc on Tue Jan 8 15:45:31 2008