Save This Page
Home » jcaptcha-src-1.0-RC6 » com.octo.captcha.service.image » [javadoc | source]
com.octo.captcha.service.image
public interface: ImageCaptchaService [javadoc | source]

All Implemented Interfaces:
    CaptchaService

All Known Implementing Classes:
    GenericManageableCaptchaService, DefaultManageableImageCaptchaService, EhcacheManageableImageCaptchaService, AbstractManageableImageCaptchaService, MultiTypeCaptchaService, EhcacheManageableSoundCaptchaService

Specialize a Captcha service that return Image Captchas

Method from com.octo.captcha.service.image.ImageCaptchaService Summary:
getImageChallengeForID,   getImageChallengeForID
Method from com.octo.captcha.service.image.ImageCaptchaService Detail:
 public BufferedImage getImageChallengeForID(String ID) throws CaptchaServiceException
    Method to retrive the image challenge corresponding to the given ticket.
 public BufferedImage getImageChallengeForID(String ID,
    Locale locale) throws CaptchaServiceException
    Method to retrive the image challenge corresponding to the given ticket.