ETSI ES 204 915-3-2008 Open Service Access (OSA) Application Programming Interface (API) Part 3 Framework (Parlay 6)《开放业务接入(OSA) 应用编程接口(API) 第3部分 框架(Parlay 6)(版本1 1 1) 包括磁盘》.pdf
《ETSI ES 204 915-3-2008 Open Service Access (OSA) Application Programming Interface (API) Part 3 Framework (Parlay 6)《开放业务接入(OSA) 应用编程接口(API) 第3部分 框架(Parlay 6)(版本1 1 1) 包括磁盘》.pdf》由会员分享,可在线阅读,更多相关《ETSI ES 204 915-3-2008 Open Service Access (OSA) Application Programming Interface (API) Part 3 Framework (Parlay 6)《开放业务接入(OSA) 应用编程接口(API) 第3部分 框架(Parlay 6)(版本1 1 1) 包括磁盘》.pdf(198页珍藏版)》请在麦多课文档分享上搜索。
1、 ETSI ES 204 915-3 V1.1.1 (2008-05)ETSI Standard Open Service Access (OSA);Application Programming Interface (API);Part 3: Framework(Parlay 6)floppy3 ETSI ETSI ES 204 915-3 V1.1.1 (2008-05) 2 Reference DES/TISPAN-01032-3-OSA Keywords API, IDL, OSA, UML ETSI 650 Route des Lucioles F-06921 Sophia Anti
2、polis Cedex - FRANCE Tel.: +33 4 92 94 42 00 Fax: +33 4 93 65 47 16 Siret N 348 623 562 00017 - NAF 742 C Association but non lucratif enregistre la Sous-Prfecture de Grasse (06) N 7803/88 Important notice Individual copies of the present document can be downloaded from: http:/www.etsi.org The prese
3、nt document may be made available in more than one electronic version or in print. In any case of existing or perceived difference in contents between such versions, the reference version is the Portable Document Format (PDF). In case of dispute, the reference shall be the printing on ETSI printers
4、of the PDF version kept on a specific network drive within ETSI Secretariat. Users of the present document should be aware that the document may be subject to revision or change of status. Information on the current status of this and other ETSI documents is available at http:/portal.etsi.org/tb/sta
5、tus/status.asp If you find errors in the present document, please send your comment to one of the following services: http:/portal.etsi.org/chaircor/ETSI_support.asp Copyright Notification No part may be reproduced except as authorized by written permission. The copyright and the foregoing restricti
6、on extend to reproduction in all media. European Telecommunications Standards Institute 2008. The Parlay Group 2008. All rights reserved. DECTTM, PLUGTESTSTM, UMTSTM, TIPHONTM, the TIPHON logo and the ETSI logo are Trade Marks of ETSI registered for the benefit of its Members. 3GPPTM is a Trade Mark
7、 of ETSI registered for the benefit of its Members and of the 3GPP Organizational Partners. ETSI ETSI ES 204 915-3 V1.1.1 (2008-05) 3 Contents Intellectual Property Rights13 Foreword.13 1 Scope 14 2 References 14 3 Definitions and abbreviations.14 3.1 Definitions14 3.2 Abbreviations .14 4 Overview o
8、f the Framework.15 5 The Base Interface Specification16 5.1 Interface Specification Format .16 5.1.1 Interface Class 16 5.1.2 Method descriptions17 5.1.3 Parameter descriptions17 5.1.4 State Model.17 5.2 Base Interface.17 5.2.1 Interface Class IpInterface 17 5.3 Service Interfaces .17 5.3.1 Overview
9、 17 5.4 Generic Service Interface .18 5.4.1 Interface Class IpService 18 5.4.1.1 Method setCallback()18 5.4.1.2 Method setCallbackWithSessionID()18 6 Framework Access Session API.19 6.1 Sequence Diagrams 19 6.1.1 Trust and Security Management Sequence Diagrams 19 6.1.1.1 Initial Access.19 6.1.1.2 Fr
10、amework Terminates Access .20 6.1.1.3 Application Terminates Access.21 6.1.1.4 Non-API level Authentication.22 6.1.1.5 API Level Authentication .23 6.2 Class Diagrams.24 6.3 Interface Classes.25 6.3.1 Trust and Security Management Interface Classes .25 6.3.1.1 Interface Class IpClientAPILevelAuthent
11、ication25 6.3.1.1.1 Method abortAuthentication() .25 6.3.1.1.2 Method authenticationSucceeded() .26 6.3.1.1.3 Method challenge()26 6.3.1.2 Interface Class IpClientAccess27 6.3.1.2.1 Method terminateAccess().27 6.3.1.3 Interface Class IpInitial .28 6.3.1.3.1 Method initiateAuthenticationWithVersion()
12、28 6.3.1.4 Interface Class IpAuthentication.29 6.3.1.4.1 Method requestAccess() 30 6.3.1.5 Interface Class IpAPILevelAuthentication .30 6.3.1.5.1 Method abortAuthentication() .31 6.3.1.5.2 Method authenticationSucceeded() .31 6.3.1.5.3 Method selectAuthenticationMechanism()31 6.3.1.5.4 Method challe
13、nge()32 6.3.1.6 Interface Class IpAccess .33 6.3.1.6.1 Method obtainInterface().33 6.3.1.6.2 Method obtainInterfaceWithCallback().34 6.3.1.6.3 Method listInterfaces() 34 6.3.1.6.4 Method selectSigningAlgorithm().34 ETSI ETSI ES 204 915-3 V1.1.1 (2008-05) 4 6.3.1.6.5 Method terminateAccess().35 6.3.1
14、.6.6 Method relinquishInterface().35 6.4 State Transition Diagrams 36 6.4.1 Trust and Security Management State Transition Diagrams 36 6.4.1.1 State Transition Diagrams for IpInitial .36 6.4.1.2 State Transition Diagrams for IpAPILevelAuthentication37 6.4.1.2.1 Idle State37 6.4.1.2.2 Authenticating
15、Framework State .38 6.4.1.2.3 Framework Authenticated State 38 6.4.1.2.4 Authenticating Client State38 6.4.1.2.5 Client Authenticated State .38 6.4.1.2.6 Idle State39 6.4.1.2.7 Authenticating Framework State .39 6.4.1.2.8 Framework Authenticated State 39 6.4.1.2.9 Authenticating Client State40 6.4.1
16、.2.10 Client Authenticated State .40 6.4.1.3 State Transition Diagrams for IpAccess40 6.4.1.3.1 Active State .41 7 Framework-to-Application API .41 7.1 Sequence Diagrams 41 7.1.1 Event Notification Sequence Diagrams 41 7.1.1.1 Enable Event Notification .41 7.1.2 Integrity Management Sequence Diagram
17、s 42 7.1.2.1 Load Management: Suspend/resume notification from application42 7.1.2.2 Load Management: Framework queries load statistics .43 7.1.2.3 Load Management: Framework callback registration and Application load control 44 7.1.2.4 Load Management: Application reports current load condition45 7
18、.1.2.5 Load Management: Application queries load statistics.45 7.1.2.6 Load Management: Application callback registration and load control46 7.1.2.7 Heartbeat Management: Start/perform/end heartbeat supervision of the application .47 7.1.2.8 Fault Management: Framework detects a Service failure .48
19、7.1.2.9 Fault Management: Application requests a Framework activity test 49 7.1.3 Service Agreement Management Sequence Diagrams .49 7.1.3.1 Service Selection.49 7.1.4 Service Discovery Sequence Diagrams 51 7.1.4.1 Service Discovery .51 7.2 Class Diagrams.53 7.3 Interface Classes.55 7.3.1 Service Di
20、scovery Interface Classes.55 7.3.1.1 Interface Class IpServiceDiscovery 55 7.3.1.1.1 Method listServiceTypes() 56 7.3.1.1.2 Method describeServiceType()56 7.3.1.1.3 Method discoverService()57 7.3.1.1.4 Method listSubscribedServices().58 7.3.2 Service Agreement Management Interface Classes58 7.3.2.1
21、Interface Class IpAppServiceAgreementManagement .58 7.3.2.1.1 Method signServiceAgreement().58 7.3.2.1.2 Method terminateServiceAgreement() 59 7.3.2.2 Interface Class IpServiceAgreementManagement 60 7.3.2.2.1 Method signServiceAgreement().60 7.3.2.2.2 Method terminateServiceAgreement() 61 7.3.2.2.3
22、Method selectService()62 7.3.2.2.4 Method initiateSignServiceAgreement() .62 7.3.3 Integrity Management Interface Classes.62 7.3.3.1 Interface Class IpAppFaultManager .62 7.3.3.1.1 Method activityTestRes() 63 7.3.3.1.2 Method appActivityTestReq().63 7.3.3.1.3 Method fwFaultReportInd() .63 7.3.3.1.4
23、Method fwFaultRecoveryInd().64 7.3.3.1.5 Method fwUnavailableInd() .64 7.3.3.1.6 Method activityTestErr() .64 ETSI ETSI ES 204 915-3 V1.1.1 (2008-05) 5 7.3.3.1.7 Method appUnavailableInd().64 7.3.3.1.8 Method svcAvailStatusInd()65 7.3.3.1.9 Method generateFaultStatisticsRecordRes()65 7.3.3.1.10 Meth
24、od generateFaultStatisticsRecordErr() 65 7.3.3.1.11 Method generateFaultStatisticsRecordReq() .66 7.3.3.1.12 Method fwAvailStatusInd().66 7.3.3.2 Interface Class IpFaultManager 66 7.3.3.2.1 Method activityTestReq()67 7.3.3.2.2 Method appActivityTestRes() .67 7.3.3.2.3 Method svcUnavailableInd() .68
- 1.请仔细阅读文档,确保文档完整性,对于不预览、不比对内容而直接下载带来的问题本站不予受理。
- 2.下载的文档,不会出现我们的网址水印。
- 3、该文档所得收入(下载+内容+预览)归上传者、原创作者;如果您是本文档原作者,请点此认领!既往收益都归您。
下载文档到电脑,查找使用更方便
10000 积分 0人已下载
下载 | 加入VIP,交流精品资源 |
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- ETSIES20491532008OPENSERVICEACCESSOSAAPPLICATIONPROGRAMMINGINTERFACEAPIPART3FRAMEWORKPARLAY6 开放 业务 接入

链接地址:http://www.mydoc123.com/p-731219.html