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