CN112748831A - Method, device and medium for opening virtual application through desktop shortcut - Google Patents

Method, device and medium for opening virtual application through desktop shortcut Download PDF

Info

Publication number
CN112748831A
CN112748831A CN202011538651.8A CN202011538651A CN112748831A CN 112748831 A CN112748831 A CN 112748831A CN 202011538651 A CN202011538651 A CN 202011538651A CN 112748831 A CN112748831 A CN 112748831A
Authority
CN
China
Prior art keywords
application
information
virtual application
server
virtual
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
CN202011538651.8A
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.)
Hunan Qilin Xin'an Technology Co Ltd
Original Assignee
Hunan Qilin Xin'an 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 Hunan Qilin Xin'an Technology Co Ltd filed Critical Hunan Qilin Xin'an Technology Co Ltd
Priority to CN202011538651.8A priority Critical patent/CN112748831A/en
Publication of CN112748831A publication Critical patent/CN112748831A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0481Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance
    • G06F3/04817Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance using icons
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45533Hypervisors; Virtual machine monitors
    • G06F9/45558Hypervisor-specific management and integration aspects
    • 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/133Protocols for remote procedure calls [RPC]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45533Hypervisors; Virtual machine monitors
    • G06F9/45558Hypervisor-specific management and integration aspects
    • G06F2009/45575Starting, stopping, suspending or resuming virtual machine instances
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45533Hypervisors; Virtual machine monitors
    • G06F9/45558Hypervisor-specific management and integration aspects
    • G06F2009/45595Network integration; Enabling network access in virtual machine instances

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Human Computer Interaction (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The invention discloses a method, a device and a medium for opening virtual application through desktop shortcut, wherein the steps executed by a terminal side comprise: sending user login information to a management server; acquiring a virtual application list of an authorized current user of a management server, and generating a virtual application shortcut comprising an application name, an icon and a corresponding application server address according to the virtual application list; detecting that the shortcut is double-clicked, calling a virtual application starter to acquire an application name in the shortcut and matching a virtual application list to obtain virtual application information, then acquiring an application server address in the shortcut, and sending the virtual application information and a starting instruction to an application server according to the application server address; and receiving a protocol data packet returned by the application server through an RDP transmission protocol, and drawing a graphical interface of the virtual application according to the content of the protocol data packet. The method can provide the user with the experience of opening the virtual application which is the same as the experience of opening the local application.

Description

Method, device and medium for opening virtual application through desktop shortcut
Technical Field
The invention relates to the field of cloud computing virtualization, in particular to a method, a device and a medium for opening a virtual application through a desktop shortcut.
Background
With the growing maturity of networking and virtualization technologies, cloud computing has become the mainstream infrastructure. Application virtualization can decouple an application interface and an operating system interface, can effectively meet the use scene of enterprise application, and becomes a trend. In general application virtualization, a client accesses an application started by a server through an application virtualization protocol, the protocol is responsible for pushing an interface image of an application program of the server to a terminal side, keyboard and mouse input of the client on the terminal side is transmitted to the server through the application virtualization protocol, and the terminal effect is that the terminal side user does not need to install the application but is basically consistent with the use of a local application program in terms of use mode and experience.
Current application virtualization scenarios are typically accessed through web pages on which a list of applications is presented, or through a client on a UI interface. The two methods for opening the virtual application are different from the method for opening the application by the native system, and are different from the method for opening the application by the system itself, and are more complicated.
Disclosure of Invention
The technical problem to be solved by the invention is as follows: aiming at the technical problems in the prior art, the invention provides a method, a device and a medium for opening a virtual application through a desktop shortcut, so that the experience of opening the virtual application by a user is the same as that of opening a local application.
In order to solve the technical problems, the technical scheme provided by the invention is as follows:
a method for opening virtual application by desktop shortcut includes steps executed by terminal side:
A1) sending the user login information to a management server at a server side for authentication;
A2) acquiring and storing a virtual application list of an authorized current user returned by a management server, reading application names of all virtual applications in the virtual application list, configuring corresponding icons and application server addresses corresponding to a server side, generating shortcuts of all virtual applications by using the application names, the icons and the application server addresses, and displaying the shortcuts in a desktop of a local operating system;
A3) waiting and detecting that the shortcut is double-clicked, calling a virtual application starter, wherein the virtual application starter acquires an application name in the double-clicked shortcut, and then matches the application name with a virtual application list to obtain corresponding virtual application information;
A4) the virtual application starter acquires an application server address in the double-clicked shortcut, connects a corresponding application server according to the application server address, and sends virtual application information and a starting instruction to the application server;
A5) and waiting and receiving a protocol data packet returned by the application server through an RDP transmission protocol, and drawing a graphical interface of the virtual application according to the content of the protocol data packet.
Further, before step a2), a step of authenticating by a management server on the server side is further included, which specifically includes:
B1) receiving user login information sent by a terminal side, matching the user login information with a user information base, if a matching result exists, returning authorization information and entering the next step, if the matching result does not exist, returning error information, and waiting for the terminal side to resend the user login information;
B2) and extracting a virtual application list of an authorized current user corresponding to the user login information in the user information base and sending the virtual application list to the terminal side.
Further, before step a2), a step of verifying, by the terminal side, information returned by the management server on the server side is further included, which specifically includes: waiting and receiving the information returned by the management server, if the information is authorization information, entering the step A2), and if the information is error information, returning to the step A1).
Further, before step a5), a step of starting a virtual application by an application server on the server side is further included, which specifically includes: the method comprises the steps of obtaining a starting instruction and virtual application information, logging in a space of a corresponding user according to a login identity in the virtual application information, then starting a corresponding application program according to an application name in the virtual application information, packaging a graphical interface of the application program into a protocol data packet, and sending the protocol data packet to a terminal side through an RDP (remote data protocol) transmission protocol.
The invention also provides a device for opening the virtual application through the desktop shortcut, which comprises a terminal side and a server side, wherein the server side comprises a management server and at least one application server, and the device comprises:
the terminal side is used for sending user login information to the management server for authentication; the system is also used for acquiring and storing a virtual application list of an authorized current user returned by the management server, reading the application name of each virtual application in the virtual application list, configuring a corresponding icon and an application server address corresponding to the server side, generating a shortcut of each virtual application by using the application name, the icon and the application server address, and displaying the shortcut in a desktop of the local operating system; the system is also used for waiting and detecting that the shortcut is double-clicked, calling the virtual application starter to acquire the application name of the double-clicked shortcut, matching the application name with the virtual application list to obtain corresponding virtual application information, finally acquiring the address of the application server of the double-clicked shortcut, connecting the corresponding application server according to the address of the application server, and sending the virtual application information and a starting instruction to the application server; and the system is also used for waiting and receiving a protocol data packet returned by the application server through the RDP transmission protocol, and drawing a graphical interface of the virtual application according to the content of the protocol data packet.
The management server is used for receiving user login information sent by the terminal side, matching the user login information with the user information base, if a matching result exists, returning authorization information, sending a virtual application list of an authorized current user corresponding to the user login information in the user information base to the terminal side, if the matching result does not exist, returning error information, and waiting for the terminal side to resend the user login information;
the application server is used for acquiring the starting instruction and the virtual application information, logging in the space of the corresponding user according to the login identity in the virtual application information, then starting the corresponding application program according to the application name in the virtual application information, packaging the graphical interface of the application program into a protocol data packet and sending the protocol data packet to the terminal side through an RDP (remote data protocol) transmission protocol.
Further, the terminal side is further configured to wait for and receive information returned by the management server, and if the information is error information, send the user login information to the management server again for authentication.
The present invention also proposes a computer-readable storage medium storing a computer program programmed or configured to perform the method of opening a virtual application by a desktop shortcut.
Compared with the prior art, the invention has the advantages that:
according to the method and the device, the virtual application list is stored on the terminal side, the corresponding desktop shortcut is established on the desktop of the local operating system on the terminal side according to the application name of the virtual application, the corresponding icon is set for each desktop shortcut, when a user double-clicks the shortcut, the application name is matched with the virtual application list on the terminal side to obtain the corresponding virtual application information, and the application server on the server side opens the corresponding application program according to the virtual application information, so that the experience of opening the virtual application on the local operating system is the same as that of opening the local application.
Drawings
FIG. 1 is a detailed flow chart of an embodiment of the present invention.
Detailed Description
The invention is further described below with reference to the drawings and specific preferred embodiments of the description, without thereby limiting the scope of protection of the invention.
As shown in fig. 1, the present invention provides a method for opening a virtual application through a desktop shortcut, where the steps executed by a terminal side include:
A1) sending user login information (including user name, domain and password) to a management server on the server side through Http for authentication;
A2) acquiring and storing a virtual application list of an authorized current user returned by a management server, reading application names of all virtual applications in the virtual application list, configuring corresponding icons and application server addresses corresponding to a server side, generating shortcuts of all virtual applications by using the application names, the icons and the application server addresses, and displaying the shortcuts in a desktop of a local operating system;
A3) waiting and detecting that the shortcut is double-clicked, calling a virtual application starter, wherein the virtual application starter acquires an application name in the double-clicked shortcut, and then matches the application name with a virtual application list to obtain corresponding virtual application information, wherein the virtual application information comprises a login identity, a virtual application name and the like;
A4) the virtual application starter acquires an application server address in the double-clicked shortcut, connects a corresponding application server according to the application server address, and sends virtual application information and a starting instruction to the application server;
A5) and waiting and receiving a protocol data packet returned by the application server through an RDP transmission protocol, and drawing a graphical interface of the virtual application according to the content of the protocol data packet.
Through the steps, when the user opens the virtual application, the virtual application is started through the double-click shortcut, and the experience same as that of opening the local application can be realized.
As shown in fig. 1, step a2) of this embodiment further includes, before step a) of this embodiment, a step of authenticating by the management server on the server side, which specifically includes:
B1) receiving user login information sent by a terminal side, matching the user login information with a user information base, if a matching result exists, returning authorization information and entering the next step, if the matching result does not exist, returning error information, and waiting for the terminal side to resend the user login information;
B2) and extracting a virtual application list of an authorized current user corresponding to the user login information in the user information base and sending the virtual application list to the terminal side.
Correspondingly, as shown in fig. 1, before step a2), the method further includes a step of returning information from the management server on the terminal side authentication server side, which specifically includes: waiting and receiving the information returned by the management server, if the information is authorization information, entering the step A2), and if the information is error information, returning to the step A1).
As shown in fig. 1, step a5) of this embodiment further includes, before step a) of this embodiment, a step of starting a virtual application by an application server on the server side, which specifically includes: the method comprises the steps of obtaining a starting instruction and virtual application information, logging in a space of a corresponding user according to a login identity in the virtual application information, then starting a corresponding application program according to an application name in the virtual application information, packaging a graphical interface of the application program into a protocol data packet, and sending the protocol data packet to a terminal side through an RDP (remote data protocol) transmission protocol.
The invention also provides a device for opening the virtual application through the desktop shortcut, which comprises a terminal side and a server side, wherein the server side comprises a management server and at least one application server, and the device comprises:
the terminal side is used for sending user login information to the management server for authentication; the system is also used for acquiring and storing a virtual application list of an authorized current user returned by the management server, reading the application name of each virtual application in the virtual application list, configuring a corresponding icon and an application server address corresponding to the server side, generating a shortcut of each virtual application by using the application name, the icon and the application server address, and displaying the shortcut in a desktop of the local operating system; the system is also used for waiting and detecting that the shortcut is double-clicked, calling the virtual application starter to acquire the application name of the double-clicked shortcut, matching the application name with the virtual application list to obtain corresponding virtual application information, finally acquiring the address of the application server of the double-clicked shortcut, connecting the corresponding application server according to the address of the application server, and sending the virtual application information and a starting instruction to the application server; and the system is also used for waiting and receiving a protocol data packet returned by the application server through the RDP transmission protocol, and drawing a graphical interface of the virtual application according to the content of the protocol data packet.
The management server is used for receiving user login information sent by the terminal side, matching the user login information with the user information base, if a matching result exists, returning authorization information, sending a virtual application list of an authorized current user corresponding to the user login information in the user information base to the terminal side, if the matching result does not exist, returning error information, and waiting for the terminal side to resend the user login information;
the application server is used for acquiring the starting instruction and the virtual application information, logging in the space of the corresponding user according to the login identity in the virtual application information, then starting the corresponding application program according to the application name in the virtual application information, packaging the graphical interface of the application program into a protocol data packet and sending the protocol data packet to the terminal side through an RDP (remote data protocol) transmission protocol.
In this embodiment, the terminal side is further configured to wait for and receive information returned by the management server, and if the information is an error information, send the user login information to the management server again for authentication.
The present invention also proposes a computer-readable storage medium storing a computer program programmed or configured to perform the method of opening a virtual application by a desktop shortcut.
The foregoing is considered as illustrative of the preferred embodiments of the invention and is not to be construed as limiting the invention in any way. Although the present invention has been described with reference to the preferred embodiments, it is not intended to be limited thereto. Therefore, any simple modification, equivalent change and modification made to the above embodiments according to the technical spirit of the present invention should fall within the protection scope of the technical scheme of the present invention, unless the technical spirit of the present invention departs from the content of the technical scheme of the present invention.

Claims (7)

1. A method for opening virtual application through desktop shortcut is characterized in that the steps executed by a terminal side comprise:
A1) sending the user login information to a management server at a server side for authentication;
A2) acquiring and storing a virtual application list of an authorized current user returned by a management server, reading application names of all virtual applications in the virtual application list, configuring corresponding icons and application server addresses corresponding to a server side, generating shortcuts of all virtual applications by using the application names, the icons and the application server addresses, and displaying the shortcuts in a desktop of a local operating system;
A3) waiting and detecting that the shortcut is double-clicked, calling a virtual application starter, wherein the virtual application starter acquires an application name in the double-clicked shortcut, and then matches the application name with a virtual application list to obtain corresponding virtual application information;
A4) the virtual application starter acquires an application server address in the double-clicked shortcut, connects a corresponding application server according to the application server address, and sends virtual application information and a starting instruction to the application server;
A5) and waiting and receiving a protocol data packet returned by the application server through an RDP transmission protocol, and drawing a graphical interface of the virtual application according to the content of the protocol data packet.
2. The method for opening a virtual application by a desktop shortcut according to claim 1, further comprising a step of authenticating by a management server at a server side before step a2), specifically comprising:
B1) receiving user login information sent by a terminal side, matching the user login information with a user information base, if a matching result exists, returning authorization information and entering the next step, if the matching result does not exist, returning error information, and waiting for the terminal side to resend the user login information;
B2) and extracting a virtual application list of an authorized current user corresponding to the user login information in the user information base and sending the virtual application list to the terminal side.
3. The method for opening a virtual application by a desktop shortcut according to claim 2, further comprising a step of verifying, by the terminal side, the management server return information of the server side before step a2), specifically comprising: waiting and receiving the information returned by the management server, if the information is authorization information, entering the step A2), and if the information is error information, returning to the step A1).
4. The method for opening a virtual application by a desktop shortcut according to claim 1, further comprising a step of starting the virtual application by an application server at a server side before step a5), specifically comprising: the method comprises the steps of obtaining a starting instruction and virtual application information, logging in a space of a corresponding user according to a login identity in the virtual application information, then starting a corresponding application program according to an application name in the virtual application information, packaging a graphical interface of the application program into a protocol data packet, and sending the protocol data packet to a terminal side through an RDP (remote data protocol) transmission protocol.
5. An apparatus for opening a virtual application by a desktop shortcut, comprising a terminal side and a server side, wherein the server side comprises a management server and at least one application server, wherein:
the terminal side is used for sending user login information to the management server for authentication; the system is also used for acquiring and storing a virtual application list of an authorized current user returned by the management server, reading the application name of each virtual application in the virtual application list, configuring a corresponding icon and an application server address corresponding to the server side, generating a shortcut of each virtual application by using the application name, the icon and the application server address, and displaying the shortcut in a desktop of the local operating system; the system is also used for waiting and detecting that the shortcut is double-clicked, calling the virtual application starter to acquire the application name of the double-clicked shortcut, matching the application name with the virtual application list to obtain corresponding virtual application information, finally acquiring the address of the application server of the double-clicked shortcut, connecting the corresponding application server according to the address of the application server, and sending the virtual application information and a starting instruction to the application server; and the system is also used for waiting and receiving a protocol data packet returned by the application server through the RDP transmission protocol, and drawing a graphical interface of the virtual application according to the content of the protocol data packet.
The management server is used for receiving user login information sent by the terminal side, matching the user login information with the user information base, if a matching result exists, returning authorization information, sending a virtual application list of an authorized current user corresponding to the user login information in the user information base to the terminal side, if the matching result does not exist, returning error information, and waiting for the terminal side to resend the user login information;
the application server is used for acquiring the starting instruction and the virtual application information, logging in the space of the corresponding user according to the login identity in the virtual application information, then starting the corresponding application program according to the application name in the virtual application information, packaging the graphical interface of the application program into a protocol data packet and sending the protocol data packet to the terminal side through an RDP (remote data protocol) transmission protocol.
6. The apparatus for opening a virtual application by a desktop shortcut of claim 5, wherein the terminal side is further configured to wait for and receive information returned by the management server, and if the information is an error, send the user login information to the management server again for authentication.
7. A computer-readable storage medium storing a computer program programmed or configured to perform the method of opening a virtual application by desktop shortcut of any of claims 1 to 4.
CN202011538651.8A 2020-12-23 2020-12-23 Method, device and medium for opening virtual application through desktop shortcut Pending CN112748831A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011538651.8A CN112748831A (en) 2020-12-23 2020-12-23 Method, device and medium for opening virtual application through desktop shortcut

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011538651.8A CN112748831A (en) 2020-12-23 2020-12-23 Method, device and medium for opening virtual application through desktop shortcut

Publications (1)

Publication Number Publication Date
CN112748831A true CN112748831A (en) 2021-05-04

Family

ID=75647432

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011538651.8A Pending CN112748831A (en) 2020-12-23 2020-12-23 Method, device and medium for opening virtual application through desktop shortcut

Country Status (1)

Country Link
CN (1) CN112748831A (en)

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102204210A (en) * 2011-05-18 2011-09-28 华为技术有限公司 Method, server, and system for starting application
CN102647456A (en) * 2012-03-23 2012-08-22 普华基础软件股份有限公司 Method and system for building desktop cloud
CN102685196A (en) * 2010-12-22 2012-09-19 北京华夏未来信息技术有限公司 Method and virtual application system for improving user experience in virtual application environment
CN103209209A (en) * 2013-02-21 2013-07-17 山东乾云启创信息科技有限公司 Application virtualization implementation method and system based on Windows system and network transmission
CN103793279A (en) * 2013-10-10 2014-05-14 中国电子设备系统工程公司研究所 Virtualization method for integrating application virtualization and desktop virtualization
CN103944890A (en) * 2014-04-08 2014-07-23 山东乾云启创信息科技有限公司 Virtual interaction system and method based on client/server mode
CN104536802A (en) * 2014-12-19 2015-04-22 中兴通讯股份有限公司 Method for achieving calling of applications and virtual machine
CN107332808A (en) * 2016-04-29 2017-11-07 中兴通讯股份有限公司 A kind of method, server and the terminal of the certification of cloud desktop
CN108255547A (en) * 2017-09-28 2018-07-06 新华三云计算技术有限公司 A kind of application control method and device
CN111061540A (en) * 2019-11-27 2020-04-24 北京计算机技术及应用研究所 Application virtualization method and system based on container technology

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102685196A (en) * 2010-12-22 2012-09-19 北京华夏未来信息技术有限公司 Method and virtual application system for improving user experience in virtual application environment
CN102204210A (en) * 2011-05-18 2011-09-28 华为技术有限公司 Method, server, and system for starting application
CN102647456A (en) * 2012-03-23 2012-08-22 普华基础软件股份有限公司 Method and system for building desktop cloud
CN103209209A (en) * 2013-02-21 2013-07-17 山东乾云启创信息科技有限公司 Application virtualization implementation method and system based on Windows system and network transmission
CN103793279A (en) * 2013-10-10 2014-05-14 中国电子设备系统工程公司研究所 Virtualization method for integrating application virtualization and desktop virtualization
CN103944890A (en) * 2014-04-08 2014-07-23 山东乾云启创信息科技有限公司 Virtual interaction system and method based on client/server mode
CN104536802A (en) * 2014-12-19 2015-04-22 中兴通讯股份有限公司 Method for achieving calling of applications and virtual machine
CN107332808A (en) * 2016-04-29 2017-11-07 中兴通讯股份有限公司 A kind of method, server and the terminal of the certification of cloud desktop
CN108255547A (en) * 2017-09-28 2018-07-06 新华三云计算技术有限公司 A kind of application control method and device
CN111061540A (en) * 2019-11-27 2020-04-24 北京计算机技术及应用研究所 Application virtualization method and system based on container technology

Similar Documents

Publication Publication Date Title
US10880287B2 (en) Out of box experience application API integration
US9253192B1 (en) Pluggable login architecture and dynamic resource recognition
US8924592B2 (en) Synchronization of server-side cookies with client-side cookies
US10282522B2 (en) Cross-application authentication on a content management system
US11792199B2 (en) Application-assisted login for a web browser
US8612862B2 (en) Integrated client for access to remote resources
US9294550B2 (en) Efficient data transfer for cloud storage by centralized management of access tokens
CN111078331B (en) Adaptive authentication in a spreadsheet interface integrated with a Web service
US8073954B1 (en) Method and apparatus for a secure remote access system
US8789152B2 (en) Method for managing authentication procedures for a user
CN110300133B (en) Cross-domain data transmission method, device, equipment and storage medium
US9342329B2 (en) Method and system for cross-operating systems execution of software applications
WO2014012449A1 (en) Method, device, processing center and system for desktop synchronization
KR20060096474A (en) An apparatus and method for determining a program neighborhood for a client node in a client-server network
CN109542862B (en) Method, device and system for controlling mounting of file system
CN113924551A (en) Method and system for accessing remotely stored files using virtual applications
US20080244514A1 (en) Scriptable object model for network based services
US10032027B2 (en) Information processing apparatus and program for executing an electronic data in an execution environment
US11757976B2 (en) Unified application management for heterogeneous application delivery
CN112748831A (en) Method, device and medium for opening virtual application through desktop shortcut
US11316854B2 (en) Reverse authentication in a virtual desktop infrastructure environment
CN113906390A (en) Method and system for accessing remotely stored files using virtual applications
US11818183B2 (en) System and method for workspace sharing
US20230419067A1 (en) ENHANCED QUICK RESPONSE (qr) CODE SCAN SECURITY
JP2012137871A (en) Information processor, information processing method, information processing system, computer program and recording medium

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
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20210504