public interface UserOauthService extends IModelService<UserOauth>
| 限定符和类型 | 方法和说明 |
|---|---|
UserOauth |
getByOpenid(ApiConfigKit.ConfigType type,
String openid)
根据openid返回统一身份信息
|
UserOauth |
getByOrigCode(ApiConfigKit.ConfigType type,
String origCode)
根据源用户代码返回统一身份信息
|
UserOauth |
getByOrigId(ApiConfigKit.ConfigType type,
String origId)
根据源用户ID返回统一身份信息
|
UserOauth |
getByUnionid(ApiConfigKit.ConfigType type,
String unionid)
根据unionid返回统一身份信息
|
List<UserOauth> |
getByUserId(ApiConfigKit.ConfigType type,
String userId)
返回指定用户ID的所有已绑定的认证信息
|
able, deleteByCodes, deleteById, deleteByIda, deleteByIds, disable, disable, disableByIda, disableByIds, enable, enable, enableByIda, enableByIds, findByCode, findByCodea, findByCodes, findByDomain, findByDomainSingle, findById, findByIda, findByIds, paginate, paginate, save, saveOrUpdate, select, select, select, select, select, select, select, select, selectAll, selectAll, selectAllBy, selectAllBy, selectCol, selectCol, selectCol, selectFirst, selectFirst, selectFirst, selectFirst, selectFirst, updateUserOauth getByOrigId(ApiConfigKit.ConfigType type, String origId)
根据源用户ID返回统一身份信息
type - origId - UserOauth getByOrigCode(ApiConfigKit.ConfigType type, String origCode)
根据源用户代码返回统一身份信息
type - origCode - UserOauth getByOpenid(ApiConfigKit.ConfigType type, String openid)
根据openid返回统一身份信息
type - openid - UserOauth getByUnionid(ApiConfigKit.ConfigType type, String unionid)
根据unionid返回统一身份信息
type - unionid - List<UserOauth> getByUserId(ApiConfigKit.ConfigType type, String userId)
返回指定用户ID的所有已绑定的认证信息
type - userId - Copyright © 2020. All rights reserved.