| 程序包 | 说明 |
|---|---|
| cloud.tianai.captcha.application | |
| cloud.tianai.captcha.generator | |
| cloud.tianai.captcha.generator.impl | |
| cloud.tianai.captcha.resource | |
| cloud.tianai.captcha.resource.impl |
| 限定符和类型 | 方法和说明 |
|---|---|
TACBuilder |
TACBuilder.addTemplate(String captchaType,
ResourceMap resourceMap) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected ResourceMap |
AbstractImageCaptchaGenerator.requiredRandomGetTemplate(String type,
String tag) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected InputStream |
AbstractImageCaptchaGenerator.getTemplateFile(ResourceMap templateImages,
String imageName) |
protected Optional<InputStream> |
AbstractImageCaptchaGenerator.getTemplateFileOfOptional(ResourceMap templateImages,
String imageName) |
protected BufferedImage |
AbstractImageCaptchaGenerator.getTemplateImage(ResourceMap templateImages,
String imageName) |
protected Optional<BufferedImage> |
AbstractImageCaptchaGenerator.getTemplateImageOfOptional(ResourceMap templateImages,
String imageName) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected List<ResourceMap> |
StandardWordClickImageCaptchaGenerator.randomGetClickImgTips(GenerateParam param) |
protected abstract List<ResourceMap> |
AbstractClickImageCaptchaGenerator.randomGetClickImgTips(GenerateParam param)
随机获取一组数据用于生成随机图
|
| 限定符和类型 | 方法和说明 |
|---|---|
ResourceMap |
CrudResourceStore.deleteTemplate(String type,
String id)
删除模板
|
ResourceMap |
ImageCaptchaResourceManager.randomGetTemplate(String type,
String tag)
随机获取某个模板
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<ResourceMap> |
CrudResourceStore.listTemplatesByTypeAndTag(String type,
String tag)
获取某个模板列表
|
List<ResourceMap> |
ImageCaptchaResourceManager.randomGetTemplate(String type,
String tag,
Integer quantity)
随机获取某个模板
|
List<ResourceMap> |
ResourceStore.randomGetTemplateByTypeAndTag(String type,
String tag,
Integer quantity)
随机获取某个模板通过type
|
List<ResourceMap> |
FontCache.randomGetTemplateByTypeAndTag(String type,
String tag,
Integer quantity) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
CrudResourceStore.addTemplate(String type,
ResourceMap template)
添加模板
|
| 限定符和类型 | 方法和说明 |
|---|---|
ResourceMap |
LocalMemoryResourceStore.deleteTemplate(String type,
String id) |
ResourceMap |
DefaultImageCaptchaResourceManager.randomGetTemplate(String type,
String tag) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<ResourceMap> |
LocalMemoryResourceStore.listTemplatesByTypeAndTag(String type,
String tag) |
List<ResourceMap> |
DefaultImageCaptchaResourceManager.randomGetTemplate(String type,
String tag,
Integer quantity) |
List<ResourceMap> |
LocalMemoryResourceStore.randomGetTemplateByTypeAndTag(String type,
String tag,
Integer quantity) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
LocalMemoryResourceStore.addTemplate(String type,
ResourceMap template) |
Copyright © 2025. All rights reserved.