@ConfigurationProperties(prefix="herodotus.captcha") public class CaptchaProperties extends Object
Description: 验证码配置参数
| 限定符和类型 | 类和说明 |
|---|---|
static class |
CaptchaProperties.Graphics |
static class |
CaptchaProperties.Jigsaw
拼图滑块验证码
|
static class |
CaptchaProperties.Watermark
右下角水印文字(我的水印)
|
static class |
CaptchaProperties.WordClick
文字点选验证码
|
| 构造器和说明 |
|---|
CaptchaProperties() |
| 限定符和类型 | 方法和说明 |
|---|---|
CaptchaProperties.Graphics |
getGraphics() |
CaptchaProperties.Jigsaw |
getJigsaw() |
CaptchaProperties.Watermark |
getWatermark() |
CaptchaProperties.WordClick |
getWordClick() |
void |
setGraphics(CaptchaProperties.Graphics graphics) |
void |
setJigsaw(CaptchaProperties.Jigsaw jigsaw) |
void |
setWatermark(CaptchaProperties.Watermark watermark) |
void |
setWordClick(CaptchaProperties.WordClick wordClick) |
public CaptchaProperties.Graphics getGraphics()
public void setGraphics(CaptchaProperties.Graphics graphics)
public CaptchaProperties.Watermark getWatermark()
public void setWatermark(CaptchaProperties.Watermark watermark)
public CaptchaProperties.Jigsaw getJigsaw()
public void setJigsaw(CaptchaProperties.Jigsaw jigsaw)
public CaptchaProperties.WordClick getWordClick()
public void setWordClick(CaptchaProperties.WordClick wordClick)
Copyright © 2022. All rights reserved.