| 程序包 | 说明 |
|---|---|
| cloud.tianai.captcha.application | |
| cloud.tianai.captcha.generator | |
| 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) |
| 限定符和类型 | 方法和说明 |
|---|---|
ResourceMap |
ResourceStore.deleteTemplate(String type,
String id)
删除模板
|
ResourceMap |
AbstractResourceStore.deleteTemplate(String type,
String id) |
abstract ResourceMap |
AbstractResourceStore.doDeleteTemplate(String type,
String id) |
abstract ResourceMap |
AbstractResourceStore.doRandomGetTemplateByTypeAndTag(String type,
String tag) |
ResourceMap |
ImageCaptchaResourceManager.randomGetTemplate(String type,
String tag)
随机获取某个模板
|
ResourceMap |
ResourceStore.randomGetTemplateByTypeAndTag(String type,
String tag)
随机获取某个模板通过type
|
ResourceMap |
AbstractResourceStore.randomGetTemplateByTypeAndTag(String type,
String tag) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<ResourceMap> |
ResourceStore.listTemplatesByTypeAndTag(String type,
String tag)
获取某个模板列表
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ResourceStore.addTemplate(String type,
ResourceMap template)
添加模板
|
void |
AbstractResourceStore.addTemplate(String type,
ResourceMap template) |
abstract void |
AbstractResourceStore.doAddTemplate(String type,
ResourceMap template) |
default void |
ResourceListener.onAddTemplate(String type,
ResourceMap template) |
void |
AbstractResourceStore.ChainListener.onAddTemplate(String type,
ResourceMap template) |
default void |
ResourceListener.onDeleteTemplate(String type,
ResourceMap template) |
void |
AbstractResourceStore.ChainListener.onDeleteTemplate(String type,
ResourceMap template) |
default void |
ResourceListener.onRandomGetTemplateByTypeAndTag(String type,
String tag,
ResourceMap template) |
void |
AbstractResourceStore.ChainListener.onRandomGetTemplateByTypeAndTag(String type,
String tag,
ResourceMap template) |
| 限定符和类型 | 方法和说明 |
|---|---|
ResourceMap |
LocalMemoryResourceStore.doDeleteTemplate(String type,
String id) |
ResourceMap |
LocalMemoryResourceStore.doRandomGetTemplateByTypeAndTag(String type,
String tag) |
ResourceMap |
DefaultImageCaptchaResourceManager.randomGetTemplate(String type,
String tag) |
| 限定符和类型 | 方法和说明 |
|---|---|
Map<String,List<ResourceMap>> |
LocalMemoryResourceStore.listAllTemplates() |
List<ResourceMap> |
LocalMemoryResourceStore.listTemplatesByType(String type,
String tag) |
List<ResourceMap> |
LocalMemoryResourceStore.listTemplatesByTypeAndTag(String type,
String tag) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
LocalMemoryResourceStore.doAddTemplate(String type,
ResourceMap template) |
Copyright © 2025. All rights reserved.