Class CaptchaBundle
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.beans.CaptchaBundle
-
public class CaptchaBundle extends Object
Represents a bundle containing a CAPTCHA image in Base64 format, the associated code, and a unique challenge identifier.- Version:
- 1.0
- Author:
- Ivan Mrsulja
-
-
Constructor Summary
Constructors Constructor Description CaptchaBundle(String b64Image, String code, String challengeId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetB64Image()StringgetCaptchaId()StringgetCode()inthashCode()
-