CN109800094B - Method for realizing communication between single application and multiple public applications - Google Patents

Method for realizing communication between single application and multiple public applications Download PDF

Info

Publication number
CN109800094B
CN109800094B CN201811621970.8A CN201811621970A CN109800094B CN 109800094 B CN109800094 B CN 109800094B CN 201811621970 A CN201811621970 A CN 201811621970A CN 109800094 B CN109800094 B CN 109800094B
Authority
CN
China
Prior art keywords
client
vsa
instruction
application
mobile
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.)
Active
Application number
CN201811621970.8A
Other languages
Chinese (zh)
Other versions
CN109800094A (en
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.)
Beijing Zhizhangyi Technology Co ltd
Original Assignee
Beijing Zhizhangyi Technology Co ltd
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 Beijing Zhizhangyi Technology Co ltd filed Critical Beijing Zhizhangyi Technology Co ltd
Priority to CN201811621970.8A priority Critical patent/CN109800094B/en
Publication of CN109800094A publication Critical patent/CN109800094A/en
Application granted granted Critical
Publication of CN109800094B publication Critical patent/CN109800094B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

The invention discloses a method for realizing communication between a single application and a plurality of public applications, which comprises the following steps: s1, the client of the single application communicates with the VSA server, and the client of the single application sends a first instruction; s2, the VSA server communicates with the VSA client, and the first instruction is forwarded; s3, the VSA client communicates with a plurality of public application clients, and the first instruction from the VSA server is forwarded. Compared with the prior art, the invention can realize that a single application can communicate with a plurality of public applications, and the staff can only install the single application when in mobile office, thereby improving the working efficiency. The invention can block the contact of the salesman with the sensitive customer data in the marketing process, thereby avoiding the risk of customer loss. The invention can uniformly audit the communication content on the management platform, and does not need to independently audit a plurality of applications compared with the scheme on the existing market.

Description

Method for realizing communication between single application and multiple public applications
Technical Field
The invention belongs to the field of mobile service scenes, and particularly relates to a method for realizing communication between a single application and a plurality of public applications.
Background
In the current mobile office process, staff need install multiple mobile applications, which causes inconvenient use. The method of the invention can realize that one application can communicate with a plurality of public applications.
In the marketing process, when business personnel and clients communicate through IM tools (WeChat, QQ and the like), due to uneven levels of the business personnel, over commitment, false publicity, inappropriate speech and the like are sometimes generated, and a tool needs to be provided for auditing the communication content of the business personnel.
When the salesman leaves the job, the phenomenon of taking away customer resources is easily caused due to the fact that the contact information of the customer is known. The invention can block the contact of the business personnel with the client data, thereby avoiding the phenomenon.
Disclosure of Invention
In order to overcome the defects of the prior art, the invention provides a method for realizing communication between a single application and a plurality of public applications, and effectively solves the problems.
In order to achieve the purpose, the invention adopts the following technical scheme:
a method for enabling a single application to communicate with a plurality of common applications, comprising the steps of:
s1, the client of the single application communicates with the VSA server, and the client of the single application sends a first instruction;
s2, the VSA server communicates with the VSA client, and the first instruction is forwarded;
s3, the VSA client communicates with a plurality of public application clients, and the first instruction from the VSA server is forwarded.
Further, the method further comprises:
s4, the multiple public application clients receive the first instruction of the VSA server, execute the first instruction and send a second instruction to the VSA client;
s5, the VSA client forwards the second instruction to the VSA server.
Further, the client of the single application includes at least one of: the system comprises a PC client, an Android mobile client and an iOS mobile client.
Further, the plurality of common applications include: wechat, QQ, enterprise QQ, Skype, Egyi Qiyu, phone, and/or SMS.
Further, the first instruction is application information.
Further, the VSA client is a virtual runtime environment on the mobile device that takes over communications between the application mobile client and the mobile operating system.
Further, the mobile device is a mobile phone.
Further, the VSA client communicates with an engine SDK of the application mobile client by controlling the SDK, so that the first instruction from the VSA server is forwarded.
Further, the application mobile client sends the second instruction to the VSA client through the engine SDK.
Further, the VSA client puts applications with the same security level and the same security requirement in a logical group, and performs a security access control policy on the group to form a virtual security domain.
Compared with the prior art, the invention can realize that a single application can communicate with a plurality of public applications, and the staff can only install the single application when in mobile office, thereby improving the working efficiency. The invention can block the contact of the salesman with the sensitive customer data in the marketing process, thereby avoiding the risk of customer loss. The invention can uniformly audit the communication content on the management platform, and does not need to independently audit a plurality of applications compared with the scheme on the existing market.
Drawings
FIG. 1 is a schematic diagram of the VSA technique of the present invention;
fig. 2 is an interaction schematic diagram of a mobile client and a VSA server according to the present invention.
Fig. 3 is a schematic diagram of a method for realizing communication between a single application and a plurality of common applications according to the present invention.
Detailed Description
The present invention will be described in further detail with reference to examples, but the embodiments of the present invention are not limited thereto.
Example (b):
the vsa (virtual Security area) of the present invention is a virtual Security domain: a technique for implementing a virtual machine on a mobile device by taking over communication between a mobile application and an OS (Android, iOS, etc.). Through the virtualization technology, the VSA is hooked with the drive of the bottom layer of the operating system, so that any enterprise-level application can be safely operated in a virtual machine, and the safety and fine-grained control of the application are realized.
Specifically, as shown in fig. 2, the VSA of the present invention implements security by adding a "shell" file to an application, running the application in a "container," and monitoring and managing various operations of the application. The applications with the same security level and the same security requirement are placed in a logic group through the VSA technology, a security access control strategy is used for the group, a virtual security domain is formed, data security is controlled concisely and effectively, and the applications are protected to run safely on the mobile equipment.
As shown in fig. 2, the schematic diagram of interaction between a mobile client and a VSA server includes the following steps:
a1, VSA service end and VSA client end communicate to transfer the first command of PC client end. The VSA client is a virtual runtime environment on a mobile device (e.g., cell phone) that takes over communication between the mobile client and the mobile OS (Android, iOS, etc.).
The A2, the VSA client and the application mobile client communicate and forward the first instruction from the VSA server. The VSA client forwards the first instruction from the VSA server by controlling the SDK to communicate with an engine SDK of the application mobile client.
A3, the application mobile client receives the instruction of VSA service end, executes the first instruction and sends the second instruction to VSA client. As shown in fig. 2, the application mobile client sends the second instruction to the VSA client through the engine SDK.
And the A4 and the VSA client forwards a second instruction to the application server, so that the content synchronization of the PC client and the mobile client of the application is realized.
The invention can theoretically be applied to all public mobile applications (Android, iOS), where IM public applications are taken as an example.
Fig. 3 is a schematic diagram of a method for implementing communication between a single application and multiple common applications according to the present invention. The client IM tool comprises a client and is a public application system, such as WeChat, QQ, enterprise QQ, Skype, net-easy seven fish, telephone, short message and the like. The employee side can comprise client sides in the forms of a PC client side, an Android mobile client side and an iOS mobile client side. The management platform realized by the invention comprises: VSA service end, a communication scheduling platform and a VSA client.
Specifically, the method for realizing the communication between the single application and the plurality of public applications comprises the following steps:
s1, the client of the single application communicates with the VSA server, and the client of the single application sends a first instruction; specifically, for example, the employee sends a communication instruction to the IM tool of the client through the PC client, the Android mobile client, or the iOS mobile client, and the instruction is sent to the VSA server.
S2, the VSA server communicates with the VSA client, and the first instruction is forwarded; specifically, for example, the VSA server communicates with the VSA client to forward the PC client command. The VSA client is a virtual runtime environment on the mobile device, taking over the communication between the IM mobile client (WeChat, QQ, etc.) and the mobile OS (Android, iOS, etc.).
S3, the VSA client communicates with a plurality of public application clients, and the first instruction from the VSA server is forwarded. The VSA client serves as a virtual environment and forwards communication between the IM application client and the server.
S4, the multiple public application clients receive the first instruction of the VSA server, execute the first instruction and send a second instruction to the VSA client;
s5, the VSA client forwards the second instruction to the VSA server.
Compared with the prior art, the invention can realize that a single application can communicate with a plurality of public applications, and the staff can only install the single application when in mobile office, thereby improving the working efficiency. The invention can block the contact of the salesman with the sensitive customer data in the marketing process, thereby avoiding the risk of customer loss. The invention can uniformly audit the communication content on the management platform, and does not need to independently audit a plurality of applications compared with the scheme on the existing market.
The above description is only a preferred embodiment of the present invention, and is not intended to limit the present invention in any way, and all simple modifications and equivalent variations of the above embodiments according to the technical spirit of the present invention are included in the scope of the present invention.

Claims (4)

1. A method for enabling a single application to communicate with a plurality of common applications, comprising the steps of:
s1, the client of the single application communicates with the VSA server, and the client of the single application sends a first instruction; the first instruction is application information; the VSA is a virtual security domain, and is a technology for realizing a virtual machine on mobile equipment by taking over communication between mobile application and OS;
s2, the VSA server communicates with the VSA client, and the first instruction is forwarded; the VSA client is a virtual operating environment on the mobile equipment, takes over the communication between the application mobile client and the mobile operating system, places the applications with the same security level and the same security requirement in a logic group, and uses a security access control strategy for the group to form a virtual security domain;
s3, the VSA client communicates with a plurality of public application clients and forwards a first instruction from the VSA server, and the VSA client communicates with an engine SDK of the application mobile client by controlling the SDK so as to forward the first instruction from the VSA server;
s4, the multiple public application clients receive the first instruction of the VSA server, execute the first instruction, and send the second instruction to the VSA client by the application mobile client through the engine SDK;
s5, the VSA client forwards the second instruction to the VSA server.
2. The method of claim 1, wherein the communication between the single application and the plurality of common applications is performed,
the client of the single application comprises at least one of: the system comprises a PC client, an Android mobile client and an iOS mobile client.
3. The method of claim 1, wherein the communication between the single application and the plurality of common applications is performed,
the plurality of common applications include: wechat, QQ, enterprise QQ, Skype, net seven fish, phone and/or short message.
4. The method of claim 1, wherein the mobile device is a mobile phone.
CN201811621970.8A 2018-12-28 2018-12-28 Method for realizing communication between single application and multiple public applications Active CN109800094B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811621970.8A CN109800094B (en) 2018-12-28 2018-12-28 Method for realizing communication between single application and multiple public applications

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811621970.8A CN109800094B (en) 2018-12-28 2018-12-28 Method for realizing communication between single application and multiple public applications

Publications (2)

Publication Number Publication Date
CN109800094A CN109800094A (en) 2019-05-24
CN109800094B true CN109800094B (en) 2021-04-06

Family

ID=66557932

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811621970.8A Active CN109800094B (en) 2018-12-28 2018-12-28 Method for realizing communication between single application and multiple public applications

Country Status (1)

Country Link
CN (1) CN109800094B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110569169A (en) * 2019-08-27 2019-12-13 北京指掌易科技有限公司 Method and device for monitoring mobile application
CN111212420A (en) * 2019-12-31 2020-05-29 北京指掌易科技有限公司 Method for disguising equipment information through VSA technology
CN111523114A (en) * 2020-03-11 2020-08-11 国网辽宁省电力有限公司大连供电公司 Mobile service application data anti-disclosure system based on security sandbox technology

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102254117A (en) * 2011-07-07 2011-11-23 李鹏 Virtualized technology-based data anti-disclosure system
CN103414732A (en) * 2013-09-02 2013-11-27 用友软件股份有限公司 Application integration device and application integration processing method
CN103716785A (en) * 2013-12-26 2014-04-09 中国科学院信息工程研究所 Mobile Internet security service system
CN105577505A (en) * 2014-10-14 2016-05-11 北京信威通信技术股份有限公司 Cross-platform instant messaging system and message intercommunication method thereof
CN106936686A (en) * 2015-12-31 2017-07-07 北京北信源软件股份有限公司 A kind of immediate communication platform for supporting safety moving to handle official business

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8141100B2 (en) * 2006-12-20 2012-03-20 International Business Machines Corporation Identifying attribute propagation for multi-tier processing

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102254117A (en) * 2011-07-07 2011-11-23 李鹏 Virtualized technology-based data anti-disclosure system
CN103414732A (en) * 2013-09-02 2013-11-27 用友软件股份有限公司 Application integration device and application integration processing method
CN103716785A (en) * 2013-12-26 2014-04-09 中国科学院信息工程研究所 Mobile Internet security service system
CN105577505A (en) * 2014-10-14 2016-05-11 北京信威通信技术股份有限公司 Cross-platform instant messaging system and message intercommunication method thereof
CN106936686A (en) * 2015-12-31 2017-07-07 北京北信源软件股份有限公司 A kind of immediate communication platform for supporting safety moving to handle official business

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
获国内移动安全领域单笔最高融资 他的安全产品适配99%手机;孙娇;《https://www.sohu.com/a/201360617_649045》;20171031;全文 *

Also Published As

Publication number Publication date
CN109800094A (en) 2019-05-24

Similar Documents

Publication Publication Date Title
CN109800094B (en) Method for realizing communication between single application and multiple public applications
US10117253B2 (en) Mobile terminal and resource management method of mobile terminal
US9059944B2 (en) Method and arrangement for enabling service delivery in a telecommunications network
CN104902005A (en) Method and system for resource scheduling in hybrid cloud, and private cloud
CN102937911B (en) The management method and system of resources of virtual machine
CN102917052A (en) Method for distributing resources in cloud computing system
CN102369688A (en) Method for adjusting resources dynamically and scheduling device
CN103368768A (en) Automatically scaled network overlay with heuristic monitoring in hybrid cloud environment
JP5920668B2 (en) Security policy enforcement system and security policy enforcement method
CN103986786A (en) Remote cloud desktop operation system
US11411993B2 (en) Ratio-based management of honeypot fleets
CN104468492A (en) Office system based on computer and mobile terminal
US20160150076A1 (en) System and Method for Instantiation of Services at a Location Based on a Policy
CN105791175A (en) Method and equipment for controlling transmission resources in software defined network SDN
CN104683388A (en) Cloud resource management system and management method thereof
KR20110083084A (en) Apparatus and method for operating server by using virtualization technology
US11907766B2 (en) Shared enterprise cloud
CN102123054A (en) System for managing and controlling cloud computing network technology
CN103685767A (en) Method and system for monitoring access of remote agent
CN104283970A (en) Cloud computing service device and system and cloud computing method
CN112291298A (en) Data transmission method and device for heterogeneous system, computer equipment and storage medium
CN107404519A (en) Distributed sharing service management system
CN108111499A (en) Service process performance optimization method, device, electronic equipment and storage medium
CN106452966A (en) Multi-gateway management realization method for OpenStack cloud desktop
CN105072193A (en) Cloud sea OS (Operating System) deployment method under multi-data centre

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
PE01 Entry into force of the registration of the contract for pledge of patent right
PE01 Entry into force of the registration of the contract for pledge of patent right

Denomination of invention: A method for achieving communication between a single application and multiple public applications

Effective date of registration: 20230920

Granted publication date: 20210406

Pledgee: Zhongguancun Branch of Bank of Beijing Co.,Ltd.

Pledgor: Beijing Zhizhangyi Technology Co.,Ltd.

Registration number: Y2023980057715