类 MobilePassCaptchaLoginCallback
java.lang.Object
com.iplatform.base.callback.GeneralLoginCallback
com.iplatform.security.callback.SimplePasswordLoginCallback
com.iplatform.security.callback.EncryptPasswordLoginCallback
com.iplatform.security.callback.MobilePassCaptchaLoginCallback
- 所有已实现的接口:
PlatformLoginCallback,com.walker.infrastructure.ApplicationCallback
移动端(H5),使用:用户名、密码(AES) + 普通验证码登录方式。
因为移动端与PC端密码加密方式不一致,所以无法复用PC登录验证模式,因此重新定义!
- 作者:
- 时克英
-
字段概要
从类继承的字段 com.iplatform.security.callback.SimplePasswordLoginCallback
passwordEncoder从类继承的字段 com.iplatform.base.callback.GeneralLoginCallback
logger, userService -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明booleanvalidatePassword(com.walker.web.UserPrincipal<com.iplatform.model.po.S_user_core> userPrincipal) 从类继承的方法 com.iplatform.security.callback.SimplePasswordLoginCallback
queryLoginUser, setPasswordEncoder从类继承的方法 com.iplatform.base.callback.GeneralLoginCallback
getCaptchaProvider, isValidateCaptcha, onLogout, setCaptchaProvider, setTokenGenerator, setUserOnlineProvider, setUserService, supportMultiple
-
构造器详细资料
-
MobilePassCaptchaLoginCallback
public MobilePassCaptchaLoginCallback()
-
-
方法详细资料
-
validatePassword
public boolean validatePassword(com.walker.web.UserPrincipal<com.iplatform.model.po.S_user_core> userPrincipal) - 指定者:
validatePassword在接口中PlatformLoginCallback- 覆盖:
validatePassword在类中EncryptPasswordLoginCallback
-