public class LiveWebAuthServiceImpl extends LiveBaseService implements ILiveWebAuthService
ERROR_INFO, ERROR_PREFIX, ERROR_PREFIX1, ERROR_SUFFIX| 构造器和说明 |
|---|
LiveWebAuthServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
Boolean |
createChannelWriteList(LiveCreateChannelWriteListRequest liveCreateChannelWriteListRequest)
添加单个白名单
|
Boolean |
deleteChannelWriteList(LiveDeleteChannelWriteListRequest liveDeleteChannelWriteListRequest)
删除白名单
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/
|
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/
|
LiveChannelWriteListResponse |
getChannelWriteList(LiveChannelWriteListRequest liveChannelWriteListRequest)
查询频道观看白名单列表
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 |
updateChannelWriteList(LiveUpdateChannelWriteListRequest liveUpdateChannelWriteListRequest)
更新白名单
API地址:https://dev.polyv.net/2020/liveproduct/l-api/szgkygg/ymgktj/update-white-list/
|
baseGet, baseGetReturnArray, baseGetReturnArray, basePost, basePostJson, basePostJson, basePostJsonReturnArray, basePostReturnArray, baseUploadFile, baseUploadFileList, baseUploadFileListReturnArraypublic Boolean createChannelWriteList(LiveCreateChannelWriteListRequest liveCreateChannelWriteListRequest) throws IOException, NoSuchAlgorithmException
createChannelWriteList 在接口中 ILiveWebAuthServiceliveCreateChannelWriteListRequest - 添加单个白名单请求体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 LiveChannelWriteListResponse getChannelWriteList(LiveChannelWriteListRequest liveChannelWriteListRequest) throws IOException, NoSuchAlgorithmException
getChannelWriteList 在接口中 ILiveWebAuthServiceliveChannelWriteListRequest - 查询频道观看白名单列表请求实体IOException - 异常NoSuchAlgorithmException - 异常public Boolean updateChannelAuthUrl(LiveUpdateChannelAuthUrlRequest liveUpdateChannelAuthUrlRequest) throws IOException, NoSuchAlgorithmException
updateChannelAuthUrl 在接口中 ILiveWebAuthServiceliveUpdateChannelAuthUrlRequest - 设置授权认证URL请求实体IOException - 异常NoSuchAlgorithmException - 异常public Boolean updateChannelWriteList(LiveUpdateChannelWriteListRequest liveUpdateChannelWriteListRequest) throws IOException, NoSuchAlgorithmException
updateChannelWriteList 在接口中 ILiveWebAuthServiceliveUpdateChannelWriteListRequest - 更新白名单请求实体IOException - 异常NoSuchAlgorithmException - 异常public Boolean deleteChannelWriteList(LiveDeleteChannelWriteListRequest liveDeleteChannelWriteListRequest) throws IOException, NoSuchAlgorithmException
deleteChannelWriteList 在接口中 ILiveWebAuthServiceliveDeleteChannelWriteListRequest - 删除白名单请求实体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 - 异常Copyright © 2020. All rights reserved.