public interface CaptchaInterface
Modifier and Type | Method and Description |
---|---|
boolean |
isAvailable()
Determines whether the module is available
|
CaptchaResultIf |
validateCaptcha(CaptchaInputIf captchaInput)
Called to validate a captcha
|
CaptchaResultIf validateCaptcha(CaptchaInputIf captchaInput) throws java.lang.Exception
captchaInput
- the captchaInputjava.lang.Exception
- an unexpected exceptionboolean isAvailable() throws com.konakart.app.KKException
com.konakart.app.KKException
- an unexpected KKException exceptionCopyright © 2018 DS Data Systems UK Ltd.