public class LiveWebAuthServiceImpl extends LiveBaseService implements ILiveWebAuthService
ERROR_INFO, ERROR_PREFIX, ERROR_PREFIX1, ERROR_SUFFIX| 构造器和说明 |
|---|
LiveWebAuthServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
Boolean |
createChannelWhiteList(LiveCreateChannelWhiteListRequest liveCreateChannelWhiteListRequest)
添加单个白名单
|
Boolean |
deleteChannelWhiteList(LiveDeleteChannelWhiteListRequest liveDeleteChannelWhiteListRequest)
删除白名单
API地址:https://dev.polyv.net/2020/liveproduct/l-api/szgkygg/ymgktj/delete-white-list/
|
byte[] |
downloadChannelAuthInfo(LiveDownloadChannelAuthInfoRequest liveDownloadChannelAuthInfoRequest)
下载频道登记观看记录
API地址:https://dev.polyv.net/2018/liveproduct/l-api/szgkygg/ymgktj/download-record-info/
|
byte[] |
downloadChannelWhiteList(LiveDownloadChannelWhiteListRequest liveDownloadChannelWhiteListRequest)
下载频道观看白名单列表
API地址:https://dev.polyv.net/2018/liveproduct/l-api/szgkygg/ymgktj/download-white-list/
|
LiveChannelAuthResponse |
getChannelAuth(LiveChannelAuthRequest liveChannelAuthRequest)
查询直播频道观看条件
API地址:https://dev.polyv.net/2018/liveproduct/l-api/szgkygg/ymgktj/auth/
|
LiveChannelAuthFieldResponse |
getChannelAuthField(LiveChannelAuthFieldRequest liveChannelAuthFieldRequest)
查询频道或全局登记观看字段
API地址:https://dev.polyv.net/2018/liveproduct/l-api/szgkygg/ymgktj/get-record-field/
|
LiveChannelAuthInfoResponse |
getChannelAuthInfo(LiveChannelAuthInfoRequest liveChannelAuthInfoRequest)
查询页面登记观看列表
API地址:https://dev.polyv.net/2018/liveproduct/l-api/szgkygg/ymgktj/get-record-info/
|
LiveChannelWhiteListResponse |
getChannelWhiteList(LiveChannelWhiteListRequest liveChannelWhiteListRequest)
查询频道观看白名单列表
API地址:https://dev.polyv.net/2018/liveproduct/l-api/szgkygg/ymgktj/get-white-list/
|
Boolean |
updateChannelAuth(LiveUpdateChannelAuthRequest liveUpdateChannelAuthRequest)
设置观看条件
API地址:https://dev.polyv.net/2018/liveproduct/l-api/szgkygg/ymgktj/channel-auth-update/
|
LiveChannelAuthCustomResponse |
updateChannelAuthCustom(LiveChannelAuthCustomRequest liveChannelAuthCustomRequest)
设置自定义授权地址
API地址:https://dev.polyv.net/2016/liveproduct/l-api/szgkygg/ymgktj/zbsq/
|
LiveChannelAuthExternalResponse |
updateChannelAuthExternal(LiveChannelAuthExternalRequest liveChannelAuthExternalRequest)
通过接口设置外部授权
API地址:https://dev.polyv.net/2017/liveproduct/l-api/szgkygg/ymgktj/externalauth/
|
Boolean |
updateChannelAuthType(LiveChannelAuthTypeRequest liveChannelAuthTypeRequest)
设置授权观看类型
API地址:https://dev.polyv.net/2017/liveproduct/l-api/szgkygg/ymgktj/set-auth-type/
|
Boolean |
updateChannelAuthUrl(LiveUpdateChannelAuthUrlRequest liveUpdateChannelAuthUrlRequest)
设置授权认证URL
API地址:https://dev.polyv.net/2018/liveproduct/l-api/szgkygg/ymgktj/update-auth-url/
|
Boolean |
updateChannelWhiteList(LiveUpdateChannelWhiteListRequest liveUpdateChannelWhiteListRequest)
更新白名单
API地址:https://dev.polyv.net/2020/liveproduct/l-api/szgkygg/ymgktj/update-white-list/
|
Boolean |
uploadWhiteList(LiveUploadWhiteListRequest liveUploadWhiteListRequest)
新增白名单
API地址:https://dev.polyv.net/2018/liveproduct/l-api/szgkygg/ymgktj/upload-white-list/
|
getReturnBinary, getReturnList, getReturnOne, postEmptyFormBodyReturnOne, postFormBodyReturnList, postFormBodyReturnOne, postJsonBodyReturnList, postJsonBodyReturnOne, postJsonBodyReturnOne, postJsonBodyReturnOne, responseConversion, uploadMultipartFile, uploadOneFilepublic Boolean createChannelWhiteList(LiveCreateChannelWhiteListRequest liveCreateChannelWhiteListRequest) throws IOException, NoSuchAlgorithmException
createChannelWhiteList 在接口中 ILiveWebAuthServiceliveCreateChannelWhiteListRequest - 添加单个白名单请求体IOException - 异常NoSuchAlgorithmException - 异常public Boolean updateChannelAuth(LiveUpdateChannelAuthRequest liveUpdateChannelAuthRequest) throws IOException, NoSuchAlgorithmException
updateChannelAuth 在接口中 ILiveWebAuthServiceliveUpdateChannelAuthRequest - 设置观看条件请求实体IOException - 异常NoSuchAlgorithmException - 异常public LiveChannelAuthExternalResponse updateChannelAuthExternal(LiveChannelAuthExternalRequest liveChannelAuthExternalRequest) throws IOException, NoSuchAlgorithmException
updateChannelAuthExternal 在接口中 ILiveWebAuthServiceliveChannelAuthExternalRequest - 通过接口设置外部授权请求实体IOException - 异常NoSuchAlgorithmException - 异常public LiveChannelAuthCustomResponse updateChannelAuthCustom(LiveChannelAuthCustomRequest liveChannelAuthCustomRequest) throws IOException, NoSuchAlgorithmException
updateChannelAuthCustom 在接口中 ILiveWebAuthServiceliveChannelAuthCustomRequest - 设置自定义授权地址请求实体IOException - 异常NoSuchAlgorithmException - 异常public Boolean updateChannelAuthType(LiveChannelAuthTypeRequest liveChannelAuthTypeRequest) throws IOException, NoSuchAlgorithmException
updateChannelAuthType 在接口中 ILiveWebAuthServiceliveChannelAuthTypeRequest - 设置授权观看类型请求实体IOException - 异常NoSuchAlgorithmException - 异常public LiveChannelAuthResponse getChannelAuth(LiveChannelAuthRequest liveChannelAuthRequest) throws IOException, NoSuchAlgorithmException
getChannelAuth 在接口中 ILiveWebAuthServiceliveChannelAuthRequest - 查询直播频道观看条件请求实体IOException - 异常NoSuchAlgorithmException - 异常public LiveChannelWhiteListResponse getChannelWhiteList(LiveChannelWhiteListRequest liveChannelWhiteListRequest) throws IOException, NoSuchAlgorithmException
getChannelWhiteList 在接口中 ILiveWebAuthServiceliveChannelWhiteListRequest - 查询频道观看白名单列表请求实体IOException - 异常NoSuchAlgorithmException - 异常public Boolean updateChannelAuthUrl(LiveUpdateChannelAuthUrlRequest liveUpdateChannelAuthUrlRequest) throws IOException, NoSuchAlgorithmException
updateChannelAuthUrl 在接口中 ILiveWebAuthServiceliveUpdateChannelAuthUrlRequest - 设置授权认证URL请求实体IOException - 异常NoSuchAlgorithmException - 异常public Boolean updateChannelWhiteList(LiveUpdateChannelWhiteListRequest liveUpdateChannelWhiteListRequest) throws IOException, NoSuchAlgorithmException
updateChannelWhiteList 在接口中 ILiveWebAuthServiceliveUpdateChannelWhiteListRequest - 更新白名单请求实体IOException - 异常NoSuchAlgorithmException - 异常public Boolean deleteChannelWhiteList(LiveDeleteChannelWhiteListRequest liveDeleteChannelWhiteListRequest) throws IOException, NoSuchAlgorithmException
deleteChannelWhiteList 在接口中 ILiveWebAuthServiceliveDeleteChannelWhiteListRequest - 删除白名单请求实体IOException - 异常NoSuchAlgorithmException - 异常public LiveChannelAuthFieldResponse getChannelAuthField(LiveChannelAuthFieldRequest liveChannelAuthFieldRequest) throws IOException, NoSuchAlgorithmException
getChannelAuthField 在接口中 ILiveWebAuthServiceliveChannelAuthFieldRequest - 查询频道或全局登记观看字段请求实体IOException - 异常NoSuchAlgorithmException - 异常public LiveChannelAuthInfoResponse getChannelAuthInfo(LiveChannelAuthInfoRequest liveChannelAuthInfoRequest) throws IOException, NoSuchAlgorithmException
getChannelAuthInfo 在接口中 ILiveWebAuthServiceliveChannelAuthInfoRequest - 查询页面登记观看列表请求实体IOException - 异常NoSuchAlgorithmException - 异常public byte[] downloadChannelAuthInfo(LiveDownloadChannelAuthInfoRequest liveDownloadChannelAuthInfoRequest) throws IOException, NoSuchAlgorithmException
downloadChannelAuthInfo 在接口中 ILiveWebAuthServiceliveDownloadChannelAuthInfoRequest - 下载频道登记观看记录请求实体IOException - 异常NoSuchAlgorithmException - 异常public Boolean uploadWhiteList(LiveUploadWhiteListRequest liveUploadWhiteListRequest) throws IOException, NoSuchAlgorithmException
uploadWhiteList 在接口中 ILiveWebAuthServiceliveUploadWhiteListRequest - 新增白名单请求实体IOException - 异常NoSuchAlgorithmException - 异常public byte[] downloadChannelWhiteList(LiveDownloadChannelWhiteListRequest liveDownloadChannelWhiteListRequest) throws IOException, NoSuchAlgorithmException
downloadChannelWhiteList 在接口中 ILiveWebAuthServiceliveDownloadChannelWhiteListRequest - 下载频道观看白名单列表请求实体IOException - 异常NoSuchAlgorithmException - 异常Copyright © 2023. All rights reserved.