Uses of Class
cn.herodotus.engine.supplier.upms.logic.entity.security.SysSocialUser
Packages that use SysSocialUser
Package
Description
-
Uses of SysSocialUser in cn.herodotus.engine.supplier.upms.logic.processor
Methods in cn.herodotus.engine.supplier.upms.logic.processor 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.supplier.upms.logic.repository.security
Methods in cn.herodotus.engine.supplier.upms.logic.repository.security that return SysSocialUserModifier and TypeMethodDescriptionSysSocialUserRepository.findSysSocialUserByUuidAndSource(String uuid, String source) 通过 uuid 和 source查询用户 -
Uses of SysSocialUser in cn.herodotus.engine.supplier.upms.logic.service.security
Methods in cn.herodotus.engine.supplier.upms.logic.service.security that return SysSocialUserModifier and TypeMethodDescriptionSysSocialUserService.findByUuidAndSource(String uuid, String source) Methods in cn.herodotus.engine.supplier.upms.logic.service.security that return types with arguments of type SysSocialUserModifier and TypeMethodDescriptioncn.herodotus.engine.data.core.repository.BaseRepository<SysSocialUser,String> SysSocialUserService.getRepository()