类 CaptchaProperties
java.lang.Object
com.iplatform.base.config.CaptchaProperties
验证码配置相关参数。
- 作者:
- 时克英
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明图像验证码实现类对象,如: com.walker.support.kaptcha.SimpleKaptchaProvider已过时。voidsetImageCaptchaClass(String imageCaptchaClass) voidsetSmsCaptchaClass(String smsCaptchaClass)
-
构造器详细资料
-
CaptchaProperties
public CaptchaProperties()
-
-
方法详细资料
-
getImageCaptchaClass
图像验证码实现类对象,如: com.walker.support.kaptcha.SimpleKaptchaProvider- 返回:
-
setImageCaptchaClass
-
getSmsCaptchaClass
已过时。短信验证码提供者实现类对象- 返回:
-
setSmsCaptchaClass
-