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.ImageCaptchaService
com.octo.captcha.service.CaptchaServiceException
public BufferedImage getImageChallengeForID(String ID, Locale locale) throws com.octo.captcha.service.CaptchaServiceException
getImageChallengeForID
in interface com.octo.captcha.service.image.ImageCaptchaService
com.octo.captcha.service.CaptchaServiceException
public Object getChallengeForID(String ID) throws com.octo.captcha.service.CaptchaServiceException
getChallengeForID
in interface com.octo.captcha.service.CaptchaService
com.octo.captcha.service.CaptchaServiceException
public Object getChallengeForID(String ID, Locale locale) throws com.octo.captcha.service.CaptchaServiceException
getChallengeForID
in interface com.octo.captcha.service.CaptchaService
com.octo.captcha.service.CaptchaServiceException
public String getQuestionForID(String ID) throws com.octo.captcha.service.CaptchaServiceException
getQuestionForID
in interface com.octo.captcha.service.CaptchaService
com.octo.captcha.service.CaptchaServiceException
public String getQuestionForID(String ID, Locale locale) throws com.octo.captcha.service.CaptchaServiceException
getQuestionForID
in interface com.octo.captcha.service.CaptchaService
com.octo.captcha.service.CaptchaServiceException
Copyright © 2002-2019 Atlassian. All Rights Reserved.