public class CaptchaBase extends Object implements Captcha
| 构造器和说明 |
|---|
CaptchaBase(org.springframework.cache.Cache cache) |
CaptchaBase(org.springframework.cache.Cache cache,
CaptchaGenerator generator) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected String |
buildKey(String id) |
boolean |
check(String id,
String code) |
CaptchaInfo |
newCaptcha(String id) |
void |
remove(String id) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCache, getGeneratorpublic CaptchaBase(org.springframework.cache.Cache cache)
public CaptchaBase(org.springframework.cache.Cache cache,
CaptchaGenerator generator)
Copyright © 2025. All rights reserved.