public interface UserOauthService extends IModelService<UserOauth>
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBindUid(ApiCommon.USR_SOURCE type,
String origId)
返回绑定的统一身份信息
跨域,主要用于第三方账号登录或绑定时判断该第三方账号是否已经绑定内置账号,如:站群管理员单点登录功能
|
UserOauth |
getByOpenid(ApiCommon.USR_SOURCE type,
String openid)
根据openid返回统一身份信息
|
UserOauth |
getByOrigCode(ApiCommon.USR_SOURCE type,
String origCode)
根据源用户代码返回统一身份信息
|
UserOauth |
getByOrigId(ApiCommon.USR_SOURCE type,
String origId)
根据源用户ID返回统一身份信息
|
UserOauth |
getByUnionid(ApiCommon.USR_SOURCE type,
String unionid)
根据unionid返回统一身份信息
|
UserOauth |
getByUserId(ApiCommon.USR_SOURCE type,
String userId)
返回指定用户ID的指定绑定信息
|
List<UserOauth> |
getByUserId(String userId)
返回指定用户ID的所有已绑定的认证信息
|
able, batchSave, batchUpdate, deleteByCodes, deleteById, deleteByIda, deleteByIds, disable, disable, disableByIda, disableByIds, enable, enable, enableByIda, enableByIds, findByCode, findByCodea, findByCodes, findByDomain, findByDomainSingle, findById, findByIda, findByIds, paginate, paginate, removeRepeat, save, saveOrUpdate, select, select, select, select, select, select, select, select, selectAll, selectAll, selectAllBy, selectAllBy, selectCol, selectCol, selectCol, selectFirst, selectFirst, selectFirst, selectFirst, selectFirst, updateString getBindUid(ApiCommon.USR_SOURCE type, String origId)
返回绑定的统一身份信息 跨域,主要用于第三方账号登录或绑定时判断该第三方账号是否已经绑定内置账号,如:站群管理员单点登录功能
type - 第三方平台类型origId - 用户在第三方平台中的原始IDUserOauth getByOrigId(ApiCommon.USR_SOURCE type, String origId)
根据源用户ID返回统一身份信息
type - 第三方平台类型origId - 用户在第三方平台中的原始IDUserOauth getByOrigCode(ApiCommon.USR_SOURCE type, String origCode)
根据源用户代码返回统一身份信息
type - 第三方平台类型origCode - 用户在第三方平台中的原始代码UserOauth getByOpenid(ApiCommon.USR_SOURCE type, String openid)
根据openid返回统一身份信息
type - 第三方平台类型openid - 用户在第三方平台中的openIdUserOauth getByUnionid(ApiCommon.USR_SOURCE type, String unionid)
根据unionid返回统一身份信息
type - 第三方平台类型unionid - 用户在第三方平台中的unionidUserOauth getByUserId(ApiCommon.USR_SOURCE type, String userId)
返回指定用户ID的指定绑定信息
type - 第三方平台类型userId - 本地用户IDCopyright © 2023. All rights reserved.