public class CaptchaProviderRedisImpl extends Object implements CaptchaProvider<Captcha>
| Modifier and Type | Field and Description |
|---|---|
static org.apache.commons.logging.Log |
logger |
| Constructor and Description |
|---|
CaptchaProviderRedisImpl() |
| Modifier and Type | Method and Description |
|---|---|
Captcha |
findCaptcha(String captchaId) |
void |
revokeCaptcha(Captcha captcha) |
void |
saveCaptcha(Captcha captcha) |
public void saveCaptcha(Captcha captcha)
saveCaptcha in interface CaptchaProvider<Captcha>public Captcha findCaptcha(String captchaId)
findCaptcha in interface CaptchaProvider<Captcha>public void revokeCaptcha(Captcha captcha)
revokeCaptcha in interface CaptchaProvider<Captcha>Copyright © 2018. All rights reserved.