您的浏览器已禁用 JavaScript。
跳过导航链接
概览
程序包
类
使用
树
已过时
索引
帮助
Package:
Description
Related Packages
Classes and Interfaces
Package:
Description |
Related Packages
|
Classes and Interfaces
SEARCH:
程序包 com.iplatform.security.callback
package
com.iplatform.security.callback
Related Packages
程序包
说明
com.iplatform.security
com.iplatform.security.config
com.iplatform.security.controller
com.iplatform.security.event
com.iplatform.security.exception
com.iplatform.security.util
类
类
说明
EncryptPasswordLoginCallback
移动端通过:账号、密码方式登录,
不需要任何验证码。
MobilePassCaptchaLoginCallback
移动端(H5),使用:用户名、密码(AES) + 普通验证码登录方式。
NoneCaptchaLoginCallback
不带验证码类型的(账户、密码)登录方式扩展。
SimplePasswordLoginCallback
PC端网页登录回调实现。
SmsCodeLoginCallback
APP方式登录回调实现。
ThirdPartyLoginCallback
第三方对接登录回调实现。
WechatLoginCallback
微信授权登录,目前公众号H5自动登录使用。