[go: up one dir, main page]

CN101815094A - Method, device and system for realizing data shared access - Google Patents

Method, device and system for realizing data shared access Download PDF

Info

Publication number
CN101815094A
CN101815094A CN201010126879A CN201010126879A CN101815094A CN 101815094 A CN101815094 A CN 101815094A CN 201010126879 A CN201010126879 A CN 201010126879A CN 201010126879 A CN201010126879 A CN 201010126879A CN 101815094 A CN101815094 A CN 101815094A
Authority
CN
China
Prior art keywords
data
access
http
request message
sharing server
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201010126879A
Other languages
Chinese (zh)
Inventor
许培华
陆剑峰
崔振峰
梁斌
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
ZTE Corp
Original Assignee
ZTE Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by ZTE Corp filed Critical ZTE Corp
Priority to CN201010126879A priority Critical patent/CN101815094A/en
Publication of CN101815094A publication Critical patent/CN101815094A/en
Priority to PCT/CN2010/077045 priority patent/WO2011113265A1/en
Pending legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Storage Device Security (AREA)

Abstract

本发明公开了一种实现数据共享访问的方法、装置及系统,所述方法包括:数据共享服务器接收数据访问者发送的HTTP数据访问请求消息,根据该请求消息的消息类型对数据源进行数据访问,并将访问结果通过HTTP响应消息发送给所述数据访问者。本发明所述的方法提供统一的数据共享访问接入点和标准的数据访问,大大方便数据使用者的数据访问,同时也更利于数据的统一维护管理、安全控制及数据访问性能的提高。

Figure 201010126879

The invention discloses a method, device and system for realizing data sharing and accessing. The method includes: a data sharing server receives an HTTP data access request message sent by a data visitor, and performs data access to a data source according to the message type of the request message , and send the access result to the data visitor through an HTTP response message. The method of the invention provides a unified data sharing access point and standard data access, which greatly facilitates the data access of data users, and is also more conducive to the unified maintenance and management of data, safety control and improvement of data access performance.

Figure 201010126879

Description

Method, device and system for realizing data sharing access
Technical Field
The present invention relates to the field of communications technologies, and in particular, to a method, an apparatus, and a system for implementing data sharing access.
Background
In the present day that the internet is more and more popular, many services based on the internet all adopt a distribution system arrangement architecture, that is, a plurality of application servers provide the same service, so as to improve service performance, but in many current distribution systems, data users directly Access data sources, and as the data sources may also be distributed, there may be a plurality of data sources, and the types of the data sources are also different (such as databases, XML (Extensible markup language) files, LDAP (Lightweight Access Protocol) servers, etc.), the data users directly interact with various data sources, so that the requirements on the data users are high, and the unified maintenance and security of data are not facilitated, and the performance of data Access cannot be guaranteed.
Disclosure of Invention
The invention provides a method, a device and a system for realizing data sharing access, which are used for solving the problems that in the prior art, a data user directly interacts with various data sources, so that the unified maintenance and the safety of data are not facilitated, and the performance of data access cannot be guaranteed.
Specifically, the method for implementing data sharing access provided by the present invention includes: the data sharing server receives an HTTP (Hypertext Transfer Protocol, based on the Hypertext Transfer Protocol) data access request message sent by a data visitor, performs data access on a data source according to the message type of the request message, and sends an access result to the data visitor through an HTTP response message.
The method provided by the invention further has the following characteristics:
after receiving the HTTP data access request message, the data sharing server further includes:
and the data sharing server judges whether the data accessor has an access right or not based on a pre-configured access strategy, and if so, performs data access on a data source according to the message type of the request message.
After receiving the HTTP data access request message, the data sharing server further includes:
and the data sharing server analyzes the HTTP data access request message to acquire a message type, judges whether the data visitor has the access authority of the message type based on a pre-configured access strategy, and if so, performs data access on a data source according to the message type of the request message.
The message type of the HTTP data access request message includes one or more of the following types:
HTTP GET data query, HTTP PUT data update, and HTTP DELETE data delete.
The types of data sources include databases, extensible markup language documents, and directory access protocol servers.
The present invention also provides a data sharing server, including:
a request message receiving unit, configured to receive an HTTP data access request message sent by a data visitor;
the data access unit is used for performing data access on a data source according to the message type of the HTTP data access request message received by the request message receiving unit;
and the access result feedback unit is used for receiving the access result sent by the data source and sending the access result to the data visitor through an HTTP response message.
The data sharing server provided by the invention further has the following characteristics:
the request message receiving unit is further configured to, after receiving the HTTP data access request message, judge whether the data visitor has an access right based on a pre-configured access policy, and if so, trigger the data access unit.
Based on the above technical features, the data sharing server further includes:
and the access authority judging unit is used for analyzing the HTTP data access request message received by the request message receiving unit, acquiring the message type, judging whether the data visitor has the access authority of the message type based on a pre-configured access strategy, and if so, triggering the data access unit.
The invention also provides a system for realizing data sharing access, which comprises at least one data visitor and a data source, and is characterized in that the system also comprises: at least one data sharing server;
the data accessor is used for sending HTTP data access request information to the data sharing server;
the data sharing server is used for receiving the HTTP data access request message, performing data access on a data source according to the message type of the request message, and sending an access result to the data accessor through an HTTP response message;
the data source is used for receiving the access request message of the data sharing server, obtaining the access result according to the type of the access request message and feeding back the access result to the data sharing server.
The message type of the HTTP data access request message comprises one or more of the following types:
HTTP GET data query, HTTP PUT data update, and HTTP DELETE data delete.
Compared with the prior art, the invention has the following beneficial effects:
the method of the invention provides a uniform data sharing access point, namely a data sharing server, which can simplify the access of data visitors to data, shield different data sources to the data visitors, facilitate the uniform maintenance and management of data and improve the safety and performance of data access; the method is convenient for the expansion of the application in the distributed application system architecture, the newly added application service can be realized only by accessing the data from the data sharing access server according to the standard HTTP protocol, the adjustment and the change of the data source are transparent to the data user, and the current data use is not influenced.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings needed to be used in the description of the embodiments or the prior art will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art that other drawings can be obtained according to the drawings without creative efforts.
Fig. 1 is a flowchart of a method for implementing data sharing access according to an embodiment of the present invention;
fig. 2 is a flowchart of a method for implementing data sharing access according to a second embodiment of the present invention;
fig. 3 is a flowchart of a method for implementing data sharing access according to a third embodiment of the present invention;
fig. 4 is a flowchart of a method for implementing data sharing access according to a fourth embodiment of the present invention;
FIG. 5 is a block diagram of a data sharing server provided by the present invention;
fig. 6 is a structural diagram of a system for implementing data sharing access provided by the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
In order to solve the problems that in the prior art, a data user directly interacts with various data sources, the requirement on the data user is high, the unified maintenance and safety of data are not facilitated, and the performance of data access cannot be guaranteed, the invention provides a method, a device and a system for realizing data sharing access based on an HTTP (hyper text transport protocol). The method adopts the HTTP commonly used in the Internet, and the data user uniformly accesses the data sharing server, so that the independence of the application and the data is realized, different types of data sources are shielded for the upper application, the data access of the upper application is greatly simplified, and the method is more favorable for the uniform maintenance, the safety control and the improvement of the query performance of the data.
The following describes the specific implementation process of the method provided by the present invention in detail by several embodiments:
example one
As shown in fig. 1, a flowchart of a method for implementing data sharing access based on an HTTP protocol provided by the present invention specifically includes the following steps:
step S101, the data accessor sends an HTTP data access request to the data sharing server.
Step S102, after the data sharing server receives the HTTP data access request, the data sharing server accesses the data source according to the message type of the request message.
Wherein the message type of the HTTP data access request message includes one or more of the following: HTTP get data query, HTTP PUT data update, and HTTP DELETE data delete.
Correspondingly, in the step, the data sharing server sends the access request to the data source according to the type of the received message, and the type of the access request message includes: data query, data update, and data deletion.
Based on the above features, the implementation procedure according to different message types in this step includes:
when the HTTP data access request message is an HTTP GET data query message, the data sharing server sends a data query request message to the data source; or,
when the HTTP data access request message is an HTTP PUT data updating message, the data sharing server sends a data updating request message to the data source; or,
and when the HTTP data access request message is HTTP DELETE data deletion message, the data sharing server sends a data deletion request message to the data source.
And step S103, the data source acquires an access result according to the access request of the data sharing server and feeds the access result back to the data sharing server.
And step S104, the data access server returns the access result to the data visitor through an HTTP response.
Furthermore, in the method provided by the invention, data transmission is carried out between the data visitor and the data sharing server and between the data sharing server and the data source by adopting a network.
Example two
As shown in fig. 2, another flowchart of the method for implementing data sharing access based on the HTTP protocol provided by the present invention specifically includes the following steps:
step S201, the data accessor sends an HTTP data access request to the data sharing server.
Step S202, the data sharing server judges whether a data visitor has access authority or not based on a pre-configured access strategy, and if so, the step S204 is executed; otherwise, step S203 is executed.
Wherein the data sharing server preferably authenticates the different data visitors by their IP addresses. The data sharing server may set the data visitor with high trust to have access authority, and may set the data visitor with high trust according to other requirements.
Step S203, the data sharing server feeds back a request failure response message to the data visitor, and the process ends.
And step S204, the data sharing server accesses data to the data source according to the message type of the received HTTP data access request message.
The message type of the HTTP data access request message includes one or more of the following, specifically: HTTP GET data query, HTTP PUT data update, and HTTP DELETE data delete.
Correspondingly, in the step, the data sharing server sends the access request to the data source according to the type of the received message, and the type of the access request message includes: data query, data update, and data deletion.
And S205, the data source acquires an access result according to the access request of the data sharing server and feeds the access result back to the data sharing server.
And step S206, the data access server returns the access result to the data visitor through the HTTP response.
EXAMPLE III
As shown in fig. 3, another flowchart of the method for implementing data sharing access based on the HTTP protocol provided by the present invention specifically includes the following steps:
step S301, the data accessor sends an HTTP data access request to the data sharing server.
Step S302, the data sharing server judges whether the data accessor has an access right, if so, the step S304 is executed; otherwise, step S303 is executed.
Step S303, the data sharing server feeds back a request failure response message to the data visitor, and the process ends.
Step S304, the data sharing server analyzes the received HTTP data access request message, acquires the message type, judges whether the current data visitor has the access authority of the message type based on a pre-configured access strategy, and if so, executes step S306; otherwise, step S305 is executed.
Step S305, the data sharing server feeds back a request failure response message to the data visitor.
And step S306, the data sharing server accesses the corresponding data source based on the message type of the HTTP data access request message.
And step S307, the data source acquires an access result according to the access request of the data sharing server and feeds the access result back to the data sharing server.
And step S308, the data access server returns the access result to the data visitor through an HTTP response.
Example four
As shown in fig. 4, another flowchart of the method for implementing data sharing access based on the HTTP protocol provided by the present invention specifically includes the following steps:
step S401, the data accessor sends an HTTP data access request to the data sharing server.
Step S402, after the data sharing server receives the HTTP data access request, the HTTP data access request message is analyzed to obtain the message type.
Wherein the message type of the HTTP data access request message includes one or more of the following: HTTP get data query, HTTP PUT data update, and HTTP DELETE data delete.
Step S403, the data sharing server judges whether the data accessor has the access authority of the message type based on a pre-configured access strategy, if so, the step S405 is executed; otherwise, step S404 is performed.
Step S404, the data sharing server feeds back a request failure response message to the data visitor.
And step S405, the data sharing server accesses the corresponding data source based on the message type of the HTTP data access request message.
And step S406, the data source acquires an access result according to the access request of the data sharing server and feeds the access result back to the data sharing server.
Step S407, the data access server returns the access result to the data visitor through the HTTP response.
The technical scheme of the invention provides a uniform data sharing access point, can simplify the access of data visitors to data, provides a uniform HTTP data access method (data query HTTP GET, data update HTTP PUT and data deletion HTTP DELETE), shields different data sources for data visitors, facilitates uniform maintenance and management of data, and improves the security and performance of data access. The method is convenient for the expansion of the application in the distributed application system architecture, the newly added application service can be realized only by accessing the data from the data sharing access server according to the standard HTTP protocol, the adjustment and the change of the data source are transparent to the data user, and the current data use is not influenced. In addition, the technical scheme of the invention can also provide security control of data access, and only provides data access service for trusted data accessors according to the pre-configured access strategy, thereby improving the security of data access.
As shown in fig. 5, the present invention further provides a data sharing server, which specifically includes:
a request message receiving unit 510, configured to receive an HTTP data access request message sent by a data visitor;
a data access unit 520, configured to perform data access on a data source according to the message type of the HTTP data access request message received by the request message receiving unit 510;
and an access result feedback unit 530, configured to receive an access result sent by the data source, and send the access result to the data visitor through an HTTP response message.
Further, the request message receiving unit 510 is further configured to, after receiving the HTTP data access request message, determine whether the data visitor has an access right based on a pre-configured access policy, and if so, trigger the data access unit 520.
Based on the above technical features, the data sharing server further includes:
an access permission judging unit 540, configured to parse the HTTP data access request message received by the request message receiving unit 510, obtain a message type, and judge, based on a pre-configured access policy, whether the data accessor has an access permission of the message type, if so, trigger the data accessing unit 520.
The present invention further provides a system for implementing data sharing access, as shown in fig. 6, the system specifically includes: the system comprises at least one data visitor, at least one data sharing server and at least one data source.
The data accessor is a data user and is used for sending HTTP data access request information to the data sharing server;
the data sharing server is used for receiving the HTTP data access request message, performing data access on a data source according to the message type of the request message, and sending an access result to the data accessor through an HTTP response message;
wherein the message type of the HTTP data access request message comprises one or more of the following types: HTTP GET data query, HTTP PUT data update, and HTTP DELETE data delete.
The data source is an actual physical data source, and the types of the data source comprise a database, an XML file and an LDAP server; of course, the above types are merely exemplary and not exhaustive, and the types of data sources are not limited to the three. Specifically, the data source is configured to receive an access request message of the data sharing server, obtain an access result according to a type of the access request message, and feed back the access result to the data sharing server.
Further, after receiving the HTTP data access request message, the data sharing server determines whether the data visitor has an access right based on an access policy pre-configured by the data sharing server, and if so, performs data access on a data source according to a message type of the request message. And/or the presence of a gas in the gas,
and after receiving the HTTP data access request message, the data sharing server analyzes the HTTP data access request message to acquire a message type, judges whether the data visitor has the access authority of the message type based on a pre-configured access strategy, and if so, performs data access on a data source according to the message type of the request message.
The data visitor and the data sharing server, and the data sharing server and the data source all use a network for data transmission.
It will be apparent to those skilled in the art that various changes and modifications may be made in the present invention without departing from the spirit and scope of the invention. Thus, if such modifications and variations of the present invention fall within the scope of the claims of the present invention and their equivalents, the present invention is also intended to include such modifications and variations.

Claims (10)

1.一种实现数据共享访问的方法,其特征在于,包括:1. A method for realizing shared data access, comprising: 数据共享服务器接收数据访问者发送的基于超文本传输协议HTTP数据访问请求消息,根据该请求消息的消息类型对数据源进行数据访问,并将访问结果通过HTTP响应消息发送给所述数据访问者。The data sharing server receives the HTTP data access request message sent by the data visitor, performs data access to the data source according to the message type of the request message, and sends the access result to the data visitor through an HTTP response message. 2.如权利要求1所述的方法,其特征在于,所述数据共享服务器接收到HTTP数据访问请求消息后还包括:2. The method according to claim 1, wherein, after the data sharing server receives the HTTP data access request message, it also includes: 所述数据共享服务器基于预先配置的访问策略判断所述数据访问者是否具有访问权限,若是,则根据请求消息的消息类型对数据源进行数据访问。The data sharing server judges whether the data visitor has access rights based on a pre-configured access policy, and if so, performs data access to the data source according to the message type of the request message. 3.如权利要求1或2所述的方法,其特征在于,所述数据共享服务器接收到HTTP数据访问请求消息后还包括:3. The method according to claim 1 or 2, wherein the data sharing server further comprises after receiving the HTTP data access request message: 所述数据共享服务器解析所述HTTP数据访问请求消息获取消息类型,并基于预先配置的访问策略判断所述数据访问者是否具有该项消息类型的访问权限,若是,根据该请求消息的消息类型对数据源进行数据访问。The data sharing server parses the HTTP data access request message to obtain the message type, and judges whether the data visitor has the access authority of the message type based on the pre-configured access policy, and if so, according to the message type of the request message to Data source for data access. 4.如权利要求1或2所述的方法,其特征在于,所述HTTP数据访问请求消息的消息类型包括下述类型中的一种或多种:4. The method according to claim 1 or 2, wherein the message type of the HTTP data access request message comprises one or more of the following types: HTTP GET数据查询、HTTP PUT数据更新和HTTP DELETE数据删除。HTTP GET data query, HTTP PUT data update and HTTP DELETE data deletion. 5.如权利要求1或2所述的方法,其特征在于,所述数据源的类型包括:数据库、可扩展标记语言文档和目录访问协议服务器。5. The method according to claim 1 or 2, wherein the types of the data sources include: databases, Extensible Markup Language documents and Directory Access Protocol servers. 6.一种数据共享服务器,其特征在于,包括:6. A data sharing server, characterized in that, comprising: 请求消息接收单元,用于接收数据访问者发送的HTTP数据访问请求消息;A request message receiving unit, configured to receive an HTTP data access request message sent by a data visitor; 数据访问单元,用于根据所述请求消息接收单元接收到的HTTP数据访问请求消息的消息类型,对数据源进行数据访问;A data access unit, configured to perform data access to the data source according to the message type of the HTTP data access request message received by the request message receiving unit; 访问结果反馈单元,用于接收所述数据源发送的访问结果,并将该访问结果通过HTTP响应消息发送给所述数据访问者。The access result feedback unit is configured to receive the access result sent by the data source, and send the access result to the data visitor through an HTTP response message. 7.如权利要求6所述的数据共享服务器,其特征在于,7. The data sharing server according to claim 6, wherein: 所述请求消息接收单元,还用于在接收到HTTP数据访问请求消息后,基于预先配置的访问策略判断所述数据访问者是否具有访问权限,若是,触发所述数据访问单元。The request message receiving unit is further configured to, after receiving the HTTP data access request message, judge whether the data visitor has access rights based on a pre-configured access policy, and if so, trigger the data access unit. 8.如权利要求6或7所述的数据共享服务器,其特征在于,还包括:8. The data sharing server according to claim 6 or 7, further comprising: 访问权限判断单元,用于对所述请求消息接收单元接收到的HTTP数据访问请求消息进行解析,获取消息类型,并基于预先配置的访问策略判断所述数据访问者是否具有该项消息类型的访问权限,若是,触发所述数据访问单元。An access authority judging unit, configured to parse the HTTP data access request message received by the request message receiving unit, obtain the message type, and judge whether the data visitor has access to the message type based on a pre-configured access policy permission, if so, trigger the data access unit. 9.一种实现数据共享访问的系统,包括至少一个数据访问者和数据源,其特征在于,所述系统还包括:至少一个数据共享服务器;9. A system for realizing data sharing access, comprising at least one data visitor and a data source, characterized in that the system also includes: at least one data sharing server; 所述数据访问者,用于向数据共享服务器发送HTTP数据访问请求消息;The data visitor is used to send an HTTP data access request message to the data sharing server; 所述数据共享服务器,用于接收所述HTTP数据访问请求消息,并根据该请求消息的消息类型对数据源进行数据访问,将访问结果通过HTTP响应消息发送给所述数据访问者;The data sharing server is configured to receive the HTTP data access request message, perform data access to the data source according to the message type of the request message, and send the access result to the data visitor through an HTTP response message; 所述数据源,用于接收数据共享服务器的访问请求消息,根据所述访问请求消息的类型获取访问结果,并将访问结果反馈给所述数据共享服务器。The data source is configured to receive an access request message from a data sharing server, acquire an access result according to the type of the access request message, and feed back the access result to the data sharing server. 10.如权利要求9所述的系统,其特征在于,所述HTTP数据访问请求消息的消息类型包括下述类型中的一种或多种:10. The system according to claim 9, wherein the message type of the HTTP data access request message includes one or more of the following types: HTTP GET数据查询、HTTP PUT数据更新和HTTP DELETE数据删除。HTTP GET data query, HTTP PUT data update and HTTP DELETE data deletion.
CN201010126879A 2010-03-18 2010-03-18 Method, device and system for realizing data shared access Pending CN101815094A (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN201010126879A CN101815094A (en) 2010-03-18 2010-03-18 Method, device and system for realizing data shared access
PCT/CN2010/077045 WO2011113265A1 (en) 2010-03-18 2010-09-17 Method, device and system for implementing data shared access

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201010126879A CN101815094A (en) 2010-03-18 2010-03-18 Method, device and system for realizing data shared access

Publications (1)

Publication Number Publication Date
CN101815094A true CN101815094A (en) 2010-08-25

Family

ID=42622209

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201010126879A Pending CN101815094A (en) 2010-03-18 2010-03-18 Method, device and system for realizing data shared access

Country Status (2)

Country Link
CN (1) CN101815094A (en)
WO (1) WO2011113265A1 (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2011113265A1 (en) * 2010-03-18 2011-09-22 中兴通讯股份有限公司 Method, device and system for implementing data shared access
CN102624869A (en) * 2011-01-31 2012-08-01 巴比禄股份有限公司 network device
CN104424405A (en) * 2013-09-09 2015-03-18 联想(北京)有限公司 Information processing method and device
CN104598840A (en) * 2015-02-04 2015-05-06 新余兴邦信息产业有限公司 Multi-data-source data processing method and system based on HTTP (hyper text transport protocol)
CN104820803A (en) * 2015-04-01 2015-08-05 朱威 Method of sharing data among corporation mobile applications
CN108306974A (en) * 2018-02-08 2018-07-20 中国科学院重庆绿色智能技术研究院 A kind of data-sharing systems and method of User Defined data-interface
CN115242879A (en) * 2022-06-29 2022-10-25 浪潮通信技术有限公司 Data sharing system and method

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2004098146A2 (en) * 2003-04-29 2004-11-11 Siemens Ag Österreich Connection control in a transit telecommunication network
CN1928873A (en) * 2006-09-25 2007-03-14 华为技术有限公司 System and method for database access for implementing load sharing
CN101271410A (en) * 2008-05-09 2008-09-24 华为技术有限公司 Data sharing method, system and device
CN101321179A (en) * 2008-01-08 2008-12-10 华为技术有限公司 A method, device and system for realizing resource sharing
CN101329658A (en) * 2007-06-21 2008-12-24 西门子(中国)有限公司 Encryption, decryption method, and PLC system applying said method

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE10253385A1 (en) * 2002-11-15 2004-06-03 Siemens Ag Device for providing access to data
CN1645799A (en) * 2005-01-31 2005-07-27 北京北大方正电子有限公司 Distributed unified data access system based on long-range authority
CN101354696B (en) * 2008-09-08 2011-06-29 北京航空航天大学 Data Integration and Application Service System Based on Shared Information Model in Telecom Field
CN101446965B (en) * 2008-12-31 2011-11-30 中国建设银行股份有限公司 Data query method and system thereof
CN101505247A (en) * 2009-03-09 2009-08-12 成都市华为赛门铁克科技有限公司 Detection method and apparatus for number of shared access hosts
CN101815094A (en) * 2010-03-18 2010-08-25 中兴通讯股份有限公司 Method, device and system for realizing data shared access

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2004098146A2 (en) * 2003-04-29 2004-11-11 Siemens Ag Österreich Connection control in a transit telecommunication network
CN1928873A (en) * 2006-09-25 2007-03-14 华为技术有限公司 System and method for database access for implementing load sharing
CN101329658A (en) * 2007-06-21 2008-12-24 西门子(中国)有限公司 Encryption, decryption method, and PLC system applying said method
CN101321179A (en) * 2008-01-08 2008-12-10 华为技术有限公司 A method, device and system for realizing resource sharing
CN101271410A (en) * 2008-05-09 2008-09-24 华为技术有限公司 Data sharing method, system and device

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2011113265A1 (en) * 2010-03-18 2011-09-22 中兴通讯股份有限公司 Method, device and system for implementing data shared access
CN102624869A (en) * 2011-01-31 2012-08-01 巴比禄股份有限公司 network device
CN104424405A (en) * 2013-09-09 2015-03-18 联想(北京)有限公司 Information processing method and device
US9781112B2 (en) 2013-09-09 2017-10-03 Beijing Lenovo Software Ltd. Data access privilege processing method and apparatus
CN104424405B (en) * 2013-09-09 2017-12-29 联想(北京)有限公司 A kind of information processing method and device
CN104598840A (en) * 2015-02-04 2015-05-06 新余兴邦信息产业有限公司 Multi-data-source data processing method and system based on HTTP (hyper text transport protocol)
WO2016123921A1 (en) * 2015-02-04 2016-08-11 新余兴邦信息产业有限公司 Http protocol-based multiple data resource data processing method and system
CN104820803A (en) * 2015-04-01 2015-08-05 朱威 Method of sharing data among corporation mobile applications
CN104820803B (en) * 2015-04-01 2017-11-07 朱威 Data sharing method between enterprise mobile application
CN108306974A (en) * 2018-02-08 2018-07-20 中国科学院重庆绿色智能技术研究院 A kind of data-sharing systems and method of User Defined data-interface
CN115242879A (en) * 2022-06-29 2022-10-25 浪潮通信技术有限公司 Data sharing system and method
CN115242879B (en) * 2022-06-29 2024-04-02 浪潮通信技术有限公司 Data sharing system and method

Also Published As

Publication number Publication date
WO2011113265A1 (en) 2011-09-22

Similar Documents

Publication Publication Date Title
US11601414B2 (en) Contact consolidation across multiple services
US10397239B2 (en) Secure access to cloud-based services
US9852206B2 (en) Computer relational database method and system having role based access control
CN111416822B (en) Method for access control, electronic device and storage medium
AU2009222468B2 (en) Segregating anonymous access to dynamic content on a web server, with cached logons
US11153293B1 (en) Identity information linking
US9021570B2 (en) System, control method therefor, service providing apparatus, relay apparatus and computer-readable medium
US8850550B2 (en) Using cached security tokens in an online service
CN101815094A (en) Method, device and system for realizing data shared access
CN103414684A (en) Single sign-on method and system
EP4191955A1 (en) Method and device for securely accessing intranet application
MX2011003223A (en) Service provider access.
CN107483491A (en) An access control method for distributed storage in cloud environment
US20150135288A1 (en) Messaging gateway
US20120173727A1 (en) Internet Access Control Apparatus, Method and Gateway Thereof
US9706007B2 (en) System and method for querying disparate data sources in real time
US11368462B2 (en) Systems and method for hypertext transfer protocol requestor validation
US9398075B2 (en) Communication system, communication apparatus, communication method, and storage medium
CN103870727B (en) A kind of method and system for being managed collectively authority
US20090276834A1 (en) Securing resource stores with claims-based security
CN109040300B (en) Method, device and storage medium for pushing messages
JPWO2013046336A1 (en) Group definition management system
US9558164B1 (en) Methods and system for converting WSDL documents into XML schema
JP6840505B2 (en) Systems, service providers, system control methods and programs
WO2022057002A1 (en) Abnormal request processing method and device

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C12 Rejection of a patent application after its publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20100825