| Modifier and Type | Method and Description |
|---|---|
Captcha |
CaptchaManager.generate() |
Captcha |
DefaultCaptchaManager.generate() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CaptchaProvider<T extends Captcha>
crud for captcha
|
| Modifier and Type | Method and Description |
|---|---|
Captcha |
CaptchaProviderMemoryImpl.findCaptcha(String id) |
| Modifier and Type | Method and Description |
|---|---|
void |
CaptchaProviderMemoryImpl.revokeCaptcha(Captcha captcha) |
void |
CaptchaProviderMemoryImpl.saveCaptcha(Captcha captcha) |
| Modifier and Type | Class and Description |
|---|---|
class |
CaptchaEntity
CaptchaEntity
|
| Modifier and Type | Method and Description |
|---|---|
Captcha |
CaptchaProviderRedisImpl.findCaptcha(String captchaId) |
| Modifier and Type | Method and Description |
|---|---|
void |
CaptchaProviderRedisImpl.revokeCaptcha(Captcha captcha) |
void |
CaptchaProviderRedisImpl.saveCaptcha(Captcha captcha) |
Copyright © 2018. All rights reserved.