类 ThirdPartyLoginCallback
java.lang.Object
com.iplatform.base.callback.GeneralLoginCallback
com.iplatform.security.callback.SimplePasswordLoginCallback
com.iplatform.security.callback.ThirdPartyLoginCallback
- 所有已实现的接口:
PlatformLoginCallback,com.walker.infrastructure.ApplicationCallback
第三方对接登录回调实现。
1)该实现目前仅为预算一体化对接实验用,具体需要看后面更多情况。
2)对接无需验证码,并且采用密码明文方式,因为都是后台操作,不存在风险。
- 作者:
- 时克英
-
字段概要
从类继承的字段 com.iplatform.security.callback.SimplePasswordLoginCallback
passwordEncoder从类继承的字段 com.iplatform.base.callback.GeneralLoginCallback
logger, userService -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明booleanbooleanvalidatePassword(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, onLogout, setCaptchaProvider, setTokenGenerator, setUserOnlineProvider, setUserService, supportMultiple
-
构造器详细资料
-
ThirdPartyLoginCallback
public ThirdPartyLoginCallback()
-
-
方法详细资料
-
isValidateCaptcha
public boolean isValidateCaptcha()- 指定者:
isValidateCaptcha在接口中PlatformLoginCallback- 覆盖:
isValidateCaptcha在类中GeneralLoginCallback
-
validatePassword
public boolean validatePassword(com.walker.web.UserPrincipal<com.iplatform.model.po.S_user_core> userPrincipal) 第三方(无需)验证密码。- 指定者:
validatePassword在接口中PlatformLoginCallback- 覆盖:
validatePassword在类中SimplePasswordLoginCallback- 参数:
userPrincipal-- 返回:
-