public class NoOpImageCaptchaService extends Object implements com.octo.captcha.service.image.ImageCaptchaService
| Modifier and Type | Method and Description |
|---|---|
Object |
getChallengeForID(String ID) |
Object |
getChallengeForID(String ID,
Locale locale) |
BufferedImage |
getImageChallengeForID(String ID) |
BufferedImage |
getImageChallengeForID(String ID,
Locale locale) |
String |
getQuestionForID(String ID) |
String |
getQuestionForID(String ID,
Locale locale) |
static com.octo.captcha.service.image.ImageCaptchaService |
instance() |
Boolean |
validateResponseForID(String ID,
Object response) |
public static com.octo.captcha.service.image.ImageCaptchaService instance()
public BufferedImage getImageChallengeForID(String ID) throws com.octo.captcha.service.CaptchaServiceException
getImageChallengeForID in interface com.octo.captcha.service.image.ImageCaptchaServicecom.octo.captcha.service.CaptchaServiceExceptionpublic BufferedImage getImageChallengeForID(String ID, Locale locale) throws com.octo.captcha.service.CaptchaServiceException
getImageChallengeForID in interface com.octo.captcha.service.image.ImageCaptchaServicecom.octo.captcha.service.CaptchaServiceExceptionpublic Object getChallengeForID(String ID) throws com.octo.captcha.service.CaptchaServiceException
getChallengeForID in interface com.octo.captcha.service.CaptchaServicecom.octo.captcha.service.CaptchaServiceExceptionpublic Object getChallengeForID(String ID, Locale locale) throws com.octo.captcha.service.CaptchaServiceException
getChallengeForID in interface com.octo.captcha.service.CaptchaServicecom.octo.captcha.service.CaptchaServiceExceptionpublic String getQuestionForID(String ID) throws com.octo.captcha.service.CaptchaServiceException
getQuestionForID in interface com.octo.captcha.service.CaptchaServicecom.octo.captcha.service.CaptchaServiceExceptionpublic String getQuestionForID(String ID, Locale locale) throws com.octo.captcha.service.CaptchaServiceException
getQuestionForID in interface com.octo.captcha.service.CaptchaServicecom.octo.captcha.service.CaptchaServiceExceptionCopyright © 2002-2024 Atlassian. All Rights Reserved.