Uses of Class
cn.herodotus.engine.logic.upms.entity.security.SysSocialUser
Packages that use SysSocialUser
Package
Description
-
Uses of SysSocialUser in cn.herodotus.engine.logic.upms.handler
Methods in cn.herodotus.engine.logic.upms.handler with parameters of type SysSocialUserModifier and TypeMethodDescriptionprotected voidDefaultSocialAuthenticationHandler.setSocialUserInfo(SysSocialUser sysSocialUser, String accessToken, Integer expireIn, String refreshToken, Integer refreshTokenExpireIn, String scope, String tokenType, String uid, String openId, String accessCode, String unionId) -
Uses of SysSocialUser in cn.herodotus.engine.logic.upms.repository.security
Methods in cn.herodotus.engine.logic.upms.repository.security that return SysSocialUserModifier and TypeMethodDescriptionSysSocialUserRepository.findSysSocialUserByUuidAndSource(String uuid, String source) 通过 uuid 和 source查询用户 -
Uses of SysSocialUser in cn.herodotus.engine.logic.upms.service.security
Methods in cn.herodotus.engine.logic.upms.service.security that return SysSocialUserModifier and TypeMethodDescriptionSysSocialUserService.findByUuidAndSource(String uuid, String source) Methods in cn.herodotus.engine.logic.upms.service.security that return types with arguments of type SysSocialUser