Class ImageCaptcha

java.lang.Object
com.octo.captcha.image.ImageCaptcha
All Implemented Interfaces:
com.octo.captcha.Captcha, Serializable

public abstract class ImageCaptcha extends Object implements com.octo.captcha.Captcha
The inside ImageCaptcha class dependens com.sun.image.codec.jpeg.* which has been droped. So rewite it.
See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • getQuestion

      public final String getQuestion()
      Specified by:
      getQuestion in interface com.octo.captcha.Captcha
    • getChallenge

      public final Object getChallenge()
      Specified by:
      getChallenge in interface com.octo.captcha.Captcha
    • getImageChallenge

      public final BufferedImage getImageChallenge()
    • disposeChallenge

      public final void disposeChallenge()
      Specified by:
      disposeChallenge in interface com.octo.captcha.Captcha
    • hasGetChalengeBeenCalled

      public Boolean hasGetChalengeBeenCalled()
      Specified by:
      hasGetChalengeBeenCalled in interface com.octo.captcha.Captcha