|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Captcha | |
|---|---|
| com.octo.captcha | |
| com.octo.captcha.engine | |
| com.octo.captcha.service.captchastore | |
| Uses of Captcha in com.octo.captcha |
|---|
| Methods in com.octo.captcha that return Captcha | |
|---|---|
Captcha |
CaptchaFactory.getCaptcha()
builds a captcha |
Captcha |
CaptchaFactory.getCaptcha(java.util.Locale locale)
build Localized captcha (don't forget those captcha are for human beings!) |
| Uses of Captcha in com.octo.captcha.engine |
|---|
| Methods in com.octo.captcha.engine that return Captcha | |
|---|---|
Captcha |
CaptchaEngine.getNextCaptcha()
This return a new captcha. |
Captcha |
CaptchaEngine.getNextCaptcha(java.util.Locale locale)
This return a new captcha. |
| Uses of Captcha in com.octo.captcha.service.captchastore |
|---|
| Methods in com.octo.captcha.service.captchastore that return Captcha | |
|---|---|
Captcha |
CaptchaStore.getCaptcha(java.lang.String id)
Retrieve the captcha for this key from the store. |
| Methods in com.octo.captcha.service.captchastore with parameters of type Captcha | |
|---|---|
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 | |||||||||