类 AbstractWxLoginServiceImpl

    • 构造器详细资料

      • AbstractWxLoginServiceImpl

        public AbstractWxLoginServiceImpl()
    • 方法详细资料

      • updateUserInfo

        protected void updateUserInfo​(WxUser wxUser,
                                      java.lang.String openId,
                                      java.lang.String unionId,
                                      boolean updateActivated,
                                      java.lang.String ip,
                                      java.lang.String referer)
      • buildLoginResponse

        public net.guerlab.smart.wx.core.domain.LoginResponse buildLoginResponse​(WxUser user,
                                                                                 net.guerlab.smart.platform.auth.factory.TokenFactory<net.guerlab.smart.wx.core.entity.IWxUserTokenInfo> tokenFactory,
                                                                                 java.lang.String ip)
        从接口复制的说明: LoginService
        构造登录响应
        指定者:
        buildLoginResponse 在接口中 LoginService
        参数:
        user - appId
        tokenFactory - token工厂
        ip - 登录IP
        返回:
        登录响应
      • getDefaultTokenFactory

        protected final net.guerlab.smart.platform.auth.factory.TokenFactory<net.guerlab.smart.wx.core.entity.IWxUserTokenInfo> getDefaultTokenFactory​(java.lang.String ip)
      • getWxApp

        protected WxApp getWxApp​(java.lang.String appId)
      • setWxUserService

        @Autowired
        public void setWxUserService​(WxUserService wxUserService)
      • setWxAppService

        @Autowired
        public void setWxAppService​(WxAppService wxAppService)
      • setWxUserLoginLogService

        @Autowired
        public void setWxUserLoginLogService​(WxUserLoginLogService wxUserLoginLogService)