|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CaptchaServiceException | |
|---|---|
| com.octo.captcha.service | |
| com.octo.captcha.service.captchastore | |
| Uses of CaptchaServiceException in com.octo.captcha.service |
|---|
| Methods in com.octo.captcha.service that throw CaptchaServiceException | |
|---|---|
java.lang.Object |
CaptchaService.getChallengeForID(java.lang.String ID)
Method to retrieve the challenge corresponding to the given ticket. |
java.lang.Object |
CaptchaService.getChallengeForID(java.lang.String ID,
java.util.Locale locale)
Method to retrieve the challenge corresponding to the given ticket. |
java.lang.String |
CaptchaService.getQuestionForID(java.lang.String ID)
Method to retrieve the question corresponding to the given ticket. |
java.lang.String |
CaptchaService.getQuestionForID(java.lang.String ID,
java.util.Locale locale)
Method to retrieve the question corresponding to the given ticket. |
java.lang.Boolean |
CaptchaService.validateResponseForID(java.lang.String ID,
java.lang.Object response)
Method to validate a response to the challenge corresponding to the given ticket. |
| Uses of CaptchaServiceException in com.octo.captcha.service.captchastore |
|---|
| Methods in com.octo.captcha.service.captchastore that throw CaptchaServiceException | |
|---|---|
Captcha |
CaptchaStore.getCaptcha(java.lang.String id)
Retrieve the captcha for this key from the store. |
java.util.Locale |
CaptchaStore.getLocale(java.lang.String id)
Retrieve the locale for this key from the store. |
void |
CaptchaStore.storeCaptcha(java.lang.String id,
Captcha captcha)
Deprecated. in order to implement the by locale generation, use the CaptchaStore.storeCaptcha(String, com.octo.captcha.Captcha, java.util.Locale) |
void |
CaptchaStore.storeCaptcha(java.lang.String id,
Captcha captcha,
java.util.Locale locale)
Store the captcha with the provided id as key. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||