CN113472840B - Cloud service dynamic management method and device - Google Patents

Cloud service dynamic management method and device Download PDF

Info

Publication number
CN113472840B
CN113472840B CN202110520626.5A CN202110520626A CN113472840B CN 113472840 B CN113472840 B CN 113472840B CN 202110520626 A CN202110520626 A CN 202110520626A CN 113472840 B CN113472840 B CN 113472840B
Authority
CN
China
Prior art keywords
service
cloud
cloud service
user
information
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
CN202110520626.5A
Other languages
Chinese (zh)
Other versions
CN113472840A (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.)
New H3C Big Data Technologies Co Ltd
Original Assignee
New H3C Big Data Technologies 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 New H3C Big Data Technologies Co Ltd filed Critical New H3C Big Data Technologies Co Ltd
Priority to CN202110520626.5A priority Critical patent/CN113472840B/en
Publication of CN113472840A publication Critical patent/CN113472840A/en
Application granted granted Critical
Publication of CN113472840B publication Critical patent/CN113472840B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

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/10Protocols in which an application is distributed across nodes in the network
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management
    • 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/451Execution arrangements for user interfaces
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/08Network architectures or network communication protocols for network security for authentication of entities
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L65/00Network arrangements, protocols or services for supporting real-time applications in data packet communication
    • H04L65/1066Session management
    • H04L65/1073Registration or de-registration
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/51Discovery or management thereof, e.g. service location protocol [SLP] or web services

Abstract

The application relates to the technical field of cloud platforms, in particular to a cloud service dynamic management method and device. The method is applied to a client in a cloud platform, the cloud platform further comprises a server, a plurality of cloud services are installed on the server, and when any cloud service is installed, service registration information of any cloud service is registered on the server, and the method comprises the following steps: if the user is detected to log in the cloud platform, service registration information and user authority data of each cloud service are obtained from the server, wherein the service registration information of one cloud service comprises service basic information and service authority information of the one cloud service; determining target cloud services available to the user based on the service registration information of each cloud service and user authority data; and displaying a menu page for accessing the target cloud service portal.

Description

Cloud service dynamic management method and device
Technical Field
The application relates to the technical field of cloud platforms, in particular to a cloud service dynamic management method and device.
Background
In order to realize the installation and deployment of independent cloud services (products) based on the cloud platform operating system, each cloud service needs to be independently constructed into an installation package, and the characteristic perception (redirection, service opening and closing and the like) can be realized without re-packaging and publishing. Both traditional service hopping and menu display are accomplished through URL hard coding. This can meet certain scenario requirements to some extent, but cannot flexibly cope with multi-customer multi-scenario business appeal. The different features are distinguished by feature branches of the code management tool, which undoubtedly increases the cost and difficulty of version management.
Currently, unified configuration of menus can be realized through a common menu service, and a client reads a menu configuration file to display a corresponding service menu (access to a cloud service in a cloud platform). The scheme can realize unified management and configuration of menu data and solve the problem of hard coding to a certain extent. However, for the changeable business scenario and requirement of the customer, the configuration file and the solidification mirror image are required to be modified each time, and the operation and maintenance cost is high.
Disclosure of Invention
The application provides a cloud service dynamic management method and device, which are used for solving the problems that in the prior art, under a business scene with changeable clients, configuration files need to be frequently modified and operation and maintenance are complex.
In a first aspect, the present application provides a cloud service dynamic management method, applied to a client in a cloud platform, where the cloud platform further includes a server, a plurality of cloud services are installed on the server, and when any cloud service is installed, service registration information of the any cloud service is registered on the server, and the method includes:
if the user is detected to log in the cloud platform, service registration information and user authority data of each cloud service are obtained from the server, wherein the service registration information of one cloud service comprises service basic information and service authority information of the one cloud service;
determining target cloud services available to the user based on the service registration information of each cloud service and user authority data;
and displaying a menu page for accessing the target cloud service portal.
Optionally, the step of acquiring service registration information and user authority data of each cloud service from the server includes:
sending service registration information of each cloud service locally installed by the server and an acquisition request of user permission data to the server;
and receiving service registration information and user permission data of each cloud service locally installed by the server, wherein the service registration information and the user permission data are sent by the server.
Optionally, the step of determining the target cloud service available to the user based on the service registration information of each cloud service and the user authority data includes:
the following operations are respectively executed for each cloud service in the cloud services: analyzing the service registration information and the user authority information of the cloud service to obtain processed data; judging whether the user has permission to use the cloud service or not based on the processed data and the user information, and if so, judging that the cloud service is a target cloud service available to the user; otherwise, the cloud service is not a target cloud service available to the user.
Optionally, the service basic information of one cloud service includes name identification information of the one cloud service, version information of the one cloud service, and third party dependency information of the one cloud service;
the service authority information of one cloud service comprises control information which is authorized to use the one cloud service, and authorization management and control information.
In a second aspect, the present application provides a cloud service dynamic management method, applied to a server in a cloud platform, where a plurality of cloud services are installed on the server, and when any cloud service is installed, service registration information of the any cloud service is registered on the server, where the method includes:
receiving service registration information and user authority data acquisition requests of all cloud services sent by a client, wherein if the client detects that a user logs in the cloud platform, the service registration information and the user authority data of all cloud services are acquired from the server, and the service registration information of one cloud service comprises service basic information and service authority information of the one cloud service;
and sending service registration information and user authority data of each cloud service to the client so that the client determines target cloud services available to the user based on the service registration information and the user authority data of each cloud service and displays a menu page for accessing the target cloud service portal.
In a third aspect, the present application provides a cloud service dynamic management device, applied to a client in a cloud platform, where the cloud platform further includes a server, a plurality of cloud services are installed on the server, and when any cloud service is installed, service registration information of the any cloud service is registered on the server, and the device includes:
the cloud platform comprises an acquisition unit, a service registration unit and a service authorization unit, wherein the acquisition unit is used for acquiring service registration information and user authorization data of each cloud service from the server when detecting that a user logs in the cloud platform, and the service registration information of one cloud service comprises service basic information and service authorization information of the one cloud service;
the determining unit is used for determining target cloud services available to the user based on the service registration information of each cloud service and the user authority data;
and the display unit is used for displaying a menu page for accessing the target cloud service portal.
Optionally, when acquiring service registration information and user authority data of each cloud service from the server, the acquiring unit is specifically configured to:
sending service registration information of each cloud service locally installed by the server and an acquisition request of user permission data to the server;
and receiving service registration information and user permission data of each cloud service locally installed by the server, wherein the service registration information and the user permission data are sent by the server.
Optionally, when determining the target cloud service available to the user based on the service registration information of each cloud service and the user authority data, the determining unit is specifically configured to:
the following operations are respectively executed for each cloud service in the cloud services: analyzing the service registration information and the user authority information of the cloud service to obtain processed data; judging whether the user has permission to use the cloud service or not based on the processed data and the user information, and if so, judging that the cloud service is a target cloud service available to the user; otherwise, the cloud service is not a target cloud service available to the user.
Optionally, the service basic information of one cloud service includes name identification information of the one cloud service, version information of the one cloud service, and third party dependency information of the one cloud service;
the service authority information of one cloud service comprises control information which is authorized to use the one cloud service, and authorization management and control information.
In a fourth aspect, the present application provides a cloud service dynamic management device, applied to a server in a cloud platform, where a plurality of cloud services are installed on the server, and when any cloud service is installed, service registration information of the any cloud service is registered on the server, where the device includes:
the cloud platform comprises a receiving unit, a user management unit and a cloud platform, wherein the receiving unit is used for receiving service registration information of each cloud service and an acquisition request of user authority data, which are sent by a client, wherein if the client detects that a user logs in the cloud platform, the service registration information of each cloud service and the user authority data are acquired from the server, and the service registration information of one cloud service comprises service basic information and service authority information of the one cloud service;
and the sending unit is used for sending the service registration information and the user authority data of each cloud service to the client so that the client can determine the target cloud service available to the user based on the service registration information and the user authority data of each cloud service and display a menu page for accessing the target cloud service entrance.
In a fifth aspect, embodiments of the present application provide a client, including:
a memory for storing program instructions;
a processor for invoking program instructions stored in said memory, performing the steps of the method according to any of the first aspects above in accordance with the obtained program instructions.
In a sixth aspect, embodiments of the present application also provide a computer-readable storage medium storing computer-executable instructions for causing a computer to perform the steps of the method according to any one of the first aspects.
In a seventh aspect, embodiments of the present application provide a server, including:
a memory for storing program instructions;
a processor for invoking program instructions stored in said memory, performing the steps of the method according to any of the second aspects above in accordance with the obtained program instructions.
In an eighth aspect, embodiments of the present application further provide a computer-readable storage medium storing computer-executable instructions for causing a computer to perform the steps of the method according to any one of the second aspects above.
As can be seen from the foregoing, the cloud service dynamic management method provided in the embodiment of the present application is applied to a client in a cloud platform, where the cloud platform further includes a server, a plurality of cloud services are installed on the server, and when any cloud service is installed, service registration information of the any cloud service is registered on the server, and the method includes: if the user is detected to log in the cloud platform, service registration information and user authority data of each cloud service are obtained from the server, wherein the service registration information of one cloud service comprises service basic information and service authority information of the one cloud service; determining target cloud services available to the user based on the service registration information of each cloud service and user authority data; and displaying a menu page for accessing the target cloud service portal.
By adopting the cloud service dynamic management method provided by the embodiment of the application, the variable service scenes of the user are fully considered, including service reorganization, menu ordering, authority control, characteristic management, version control and the like. And moreover, the method can adapt to the customized development requirements of multiple products, realizes the sharing of similar resources, and has the advantages of convenient expansion and strong availability.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the following description will briefly describe the drawings that are required to be used in the embodiments of the present application or the description in the prior art, and it is obvious that the drawings in the following description are only some embodiments described in the present application, and other drawings may also be obtained according to these drawings of the embodiments of the present application for a person having ordinary skill in the art.
Fig. 1 is a detailed flowchart of a cloud service dynamic management method provided in an embodiment of the present application;
fig. 2 is a detailed flowchart of another cloud service dynamic management method according to an embodiment of the present application;
fig. 3 is a schematic structural diagram of a cloud service dynamic management device according to an embodiment of the present application;
fig. 4 is a schematic structural diagram of another cloud service dynamic management apparatus according to an embodiment of the present application;
fig. 5 is a schematic structural diagram of a client according to an embodiment of the present application;
fig. 6 is a schematic structural diagram of a server according to an embodiment of the present application.
Detailed Description
The terminology used in the embodiments of the application is for the purpose of describing particular embodiments only and is not intended to be limiting of the application. As used in this application and the claims, the singular forms "a," "an," and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise. It should also be understood that the term "and/or" as used herein refers to any or all possible combinations including one or more of the associated listed items.
It should be understood that although the terms first, second, third, etc. may be used in embodiments of the present application to describe various information, these information should not be limited to these terms. These terms are only used to distinguish one type of information from another. For example, a first message may also be referred to as a second message, and similarly, a second message may also be referred to as a first message, without departing from the scope of the present application. Depending on the context, furthermore, the word "if" used may be interpreted as "at … …" or "at … …" or "in response to a determination".
As an example, referring to fig. 1, a detailed flowchart of a cloud service dynamic management method provided in an embodiment of the present application is provided, where the method is applied to a client in a cloud platform, the cloud platform further includes a server, a plurality of cloud services are installed on the server, and when any cloud service is installed, service registration information of the any cloud service is registered on the server, and the method includes the following steps:
step 100: and if the user is detected to log in the cloud platform, acquiring service registration information and user authority data of each cloud service from the server, wherein the service registration information of one cloud service comprises service basic information and service authority information of the one cloud service.
In the embodiment of the application, the service basic information of one cloud service comprises name identification information of the one cloud service, version information of the one cloud service and third party dependence information of the one cloud service;
the service authority information of one cloud service comprises control information which is authorized to use the one cloud service, and authorization management and control information.
In practical application, a server in the cloud platform can install and deploy a plurality of cloud services, so that the server can provide cloud services for users, the users can log in the cloud platform through clients, and the users access the cloud services through cloud service portals displayed by the clients. In this embodiment, when one cloud service is installed on a server, service registration information (several parameters) of the one cloud service may be registered on the server, specifically, service registration information of the one cloud service may include service basic information and user permission data of the one cloud service, where the service basic information refers to basic information of the cloud service, the user permission data refers to what rights credentials a user who can use the cloud service needs to possess, for example, cloud service name/identifier, version, feature switch, service information and structuring, and information about third party dependency information (dependency type, source, version, tag, etc.), whether the third party dependency information is cloud service, service address of the cloud service, whether the current cloud service is available, cloud service permission control, license management, cloud service type, etc.
For example, by enabling different characteristics of JSON data, specific data structures for meeting service requirements are:
{
projectInfo:{},
serviceList:[],
modules:[],
}
wherein, projectInfo notes item basic information (name identification, version, property switch);
serviceList notes service information and structuring;
modules note third party dependencies (dependency category, source, version, tag).
As shown in table 1, basic attributes (expandability) at the time of service registration are indicated;
"tags" indicate whether cloud services are available, if so, the cloud services are presented with characteristics when accessed;
"url" indicates a service address of a cloud service, supporting interfacing with a cloud service of a third party;
"status" indicates whether the current cloud service is available, and the enabling and disabling functions of the cloud service can be realized;
the 'peer' and the 'access' are used as cloud service authority control, are functionally associated with a system custom role, and realize authority management and control;
"license" is used for license management;
"pantid" indicates a classification of cloud services.
Registering third party component dependencies in modules, implementing dependency extension, resource sharing, and custom development
The specific data structure is as follows:
{
"tags":[],
"id":"",
"loader":"",
"version":0,
"ref":"default",
"path":"",
"status":""
}
and writing url which depends on or provides resources externally in the path attribute, acquiring the service registration data through a specific interface in the service, and screening resources required by the service according to tags to realize resource loading.
TABLE 1
In this embodiment of the present application, when acquiring service registration information and user permission data of each cloud service from the server, a preferred implementation manner is to send, to the server, an acquisition request of service registration information and user permission data of each cloud service locally installed by the server; and receiving service registration information and user permission data of each cloud service locally installed by the server, wherein the service registration information and the user permission data are sent by the server.
That is, when the client detects that the user logs in (e.g., through a user name/password) to the cloud platform, the client transmits a data acquisition request to the server, the request includes information of data (e.g., service registration information and user authority data of each cloud service) to be acquired, and after receiving the request, the server acquires the data (e.g., service registration information and user authority data of each cloud service) required by the client from the database based on the request and returns the data to the client.
Step 110: and determining the target cloud service available for the user based on the service registration information of each cloud service and the user authority data.
In this embodiment of the present application, when determining, based on service registration information and user permission data of the cloud services, a target cloud service available to the user, a preferred implementation manner is to perform, for each cloud service in the cloud services, the following operations respectively: analyzing the service registration information and the user authority information of the cloud service to obtain processed data; judging whether the user has permission to use the cloud service or not based on the processed data and the user information, and if so, judging that the cloud service is a target cloud service available to the user; otherwise, the cloud service is not a target cloud service available to the user. The service combination corresponding to the user/client can be determined according to the type of the user/client, so that service recombination is realized, similar resources are shared, and different cloud service combinations are provided for different types of users/clients in a personalized manner.
That is, the client obtains the full data, and the client locally analyzes the data to obtain processed data, and determines, according to the processed data and the information of the user currently logged in the cloud platform, the cloud service that the user has permission to access/use, which is referred to as a target cloud service in the embodiment of the present application. Specifically, for each cloud service, whether the user has permission to use the cloud service or not can be determined according to service registration information and user information of the cloud service, if so, the cloud service is determined to be a target cloud service, and in the subsequent processing process, the terminal can display an entry of the cloud service to the user in a page menu mode. In this way, each client can process the data, release the server resources and provide the cloud service performance for the server.
Step 120: and displaying a menu page for accessing the target cloud service portal.
In the embodiment of the application, after determining the target cloud service that the current user can use, the client displays the entry of the target cloud service to the user in a page menu manner, and the user can access the target cloud service installed in the server through the entry of the target cloud service.
Further, if the client characteristics change/the specific application scenarios are different, the parameters of the cloud service can be modified, the designated parameters included in the service registration data of the cloud service needing to be adjusted are edited and adjusted, and then the designated parameters are re-registered and the original parameters are covered, so that the same code mechanism can be used in different application scenarios, and only different service registration parameters are required to be configured according to different scenarios.
As an example, referring to fig. 2, a detailed flowchart of another cloud service dynamic management method provided in an embodiment of the present application is shown, where the method is applied to a server in a cloud platform, where a plurality of cloud services are installed on the server, and when any cloud service is installed, service registration information of the any cloud service is registered on the server, and the method includes the following steps:
step 200: receiving service registration information and user authority data acquisition requests of cloud services sent by a client, wherein if the client detects that a user logs in the cloud platform, the service registration information and the user authority data of the cloud services are acquired from the server, and the service registration information of one cloud service comprises service basic information and service authority information of the one cloud service.
Step 210: and sending service registration information and user authority data of each cloud service to the client so that the client determines target cloud services available to the user based on the service registration information and the user authority data of each cloud service and displays a menu page for accessing the target cloud service portal.
Based on the same inventive concept as the above-mentioned method embodiment applied to a client, an exemplary schematic structure diagram of a cloud service dynamic management device provided in this embodiment of the present application is shown in fig. 3, where the device is applied to a client in a cloud platform, the cloud platform further includes a server, a plurality of cloud services are installed on the server, and when any cloud service is installed, service registration information of the any cloud service is registered on the server, where the device includes:
an obtaining unit 30, configured to obtain service registration information and user authority data of each cloud service from the server when it is detected that a user logs in to the cloud platform, where the service registration information of one cloud service includes service basic information and service authority information of the one cloud service;
a determining unit 31, configured to determine, based on service registration information of the cloud services and user authority data, a target cloud service available to the user;
and the display unit 32 is used for displaying a menu page for accessing the target cloud service portal.
Alternatively, when service registration information and user authority data of each cloud service are acquired from the server, the acquiring unit 30 is specifically configured to:
sending service registration information of each cloud service locally installed by the server and an acquisition request of user permission data to the server;
and receiving service registration information and user permission data of each cloud service locally installed by the server, wherein the service registration information and the user permission data are sent by the server.
Optionally, when determining the target cloud service available to the user based on the service registration information of the cloud services and the user authority data, the determining unit 31 is specifically configured to:
the following operations are respectively executed for each cloud service in the cloud services: analyzing the service registration information and the user authority information of the cloud service to obtain processed data; judging whether the user has permission to use the cloud service or not based on the processed data and the user information, and if so, judging that the cloud service is a target cloud service available to the user; otherwise, the cloud service is not a target cloud service available to the user.
Optionally, the service basic information of one cloud service includes name identification information of the one cloud service, version information of the one cloud service, and third party dependency information of the one cloud service;
the service authority information of one cloud service comprises control information which is authorized to use the one cloud service, and authorization management and control information.
Further, based on the same inventive concept as the above embodiment of the method applied to a server, as shown in fig. 4, for an example, a schematic structural diagram of another data backup device of a virtual machine according to an embodiment of the present application is provided, where the device is applied to a server in a cloud platform, and a plurality of cloud services are installed on the server, and when any cloud service is installed, service registration information of the any cloud service is registered on the server, and the device includes:
a receiving unit 40, configured to receive an acquisition request of service registration information and user permission data of each cloud service sent by a client, where if the client detects that a user logs in to the cloud platform, the service registration information and the user permission data of each cloud service are acquired from the server, where the service registration information of one cloud service includes service basic information and service permission information of the one cloud service;
and a sending unit 41, configured to send service registration information and user permission data of each cloud service to the client, so that the client determines, based on the service registration information and the user permission data of each cloud service, a target cloud service available to the user, and displays a menu page for accessing the target cloud service portal.
The above units may be one or more integrated circuits configured to implement the above methods, for example: one or more application specific integrated circuits (Application Specific Integrated Circuit, abbreviated as ASIC), or one or more microprocessors (digital singnal processor, abbreviated as DSP), or one or more field programmable gate arrays (Field Programmable Gate Array, abbreviated as FPGA), or the like. For another example, when a unit is implemented in the form of a processing element scheduler code, the processing element may be a general purpose processor, such as a central processing unit (Central Processing Unit, CPU) or other processor that may invoke the program code. For another example, the units may be integrated together and implemented in the form of a system-on-a-chip (SOC).
Further, in the client provided in the embodiment of the present application, from a hardware level, a hardware architecture schematic of the client may be shown in fig. 5, where the client may include: a memory 50 and a processor 51,
memory 50 is used to store program instructions; the processor 51 invokes the program instructions stored in the memory 50 to execute the method embodiments described above as applied to the client according to the obtained program instructions. The specific implementation manner and the technical effect are similar, and are not repeated here.
Optionally, the present application further provides a client comprising at least one processing element (or chip) for performing the above-described method embodiments applied to the client.
Optionally, the present application also provides a program product, such as a computer readable storage medium, storing computer executable instructions for causing the computer to perform the above-described method embodiments applied to a client.
Still further, in the server provided in the embodiments of the present application, from a hardware level, a hardware architecture schematic of the server may be shown in fig. 6, where the server may include: a memory 60 and a processor 61,
memory 60 is used to store program instructions; the processor 61 invokes the program instructions stored in the memory 60 to execute the method embodiments described above as applied to the server according to the obtained program instructions. The specific implementation manner and the technical effect are similar, and are not repeated here.
Optionally, the present application further provides a server comprising at least one processing element (or chip) for performing the above-described method embodiments applied to the server.
Optionally, the present application also provides a program product, such as a computer readable storage medium, storing computer executable instructions for causing the computer to perform the above-described method embodiments applied to a server.
Here, a machine-readable storage medium may be any electronic, magnetic, optical, or other physical storage device that may contain or store information, such as executable instructions, data, or the like. For example, a machine-readable storage medium may be: RAM (Radom Access Memory, random access memory), volatile memory, non-volatile memory, flash memory, a storage drive (e.g., hard drive), a solid state drive, any type of storage disk (e.g., optical disk, dvd, etc.), or a similar storage medium, or a combination thereof.
The system, apparatus, module or unit set forth in the above embodiments may be implemented in particular by a computer chip or entity, or by a product having a certain function. A typical implementation device is a computer, which may be in the form of a personal computer, laptop computer, cellular telephone, camera phone, smart phone, personal digital assistant, media player, navigation device, email device, game console, tablet computer, wearable device, or a combination of any of these devices.
For convenience of description, the above devices are described as being functionally divided into various units, respectively. Of course, the functions of each element may be implemented in one or more software and/or hardware elements when implemented in the present application.
It will be appreciated by those skilled in the art that embodiments of the present application may be provided as a method, system, or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment, or an embodiment combining software and hardware aspects. Furthermore, embodiments of the present application may take the form of a computer program product on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, etc.) having computer-usable program code embodied therein.
The present application is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems) and computer program products according to embodiments of the application. It will be understood that each flow and/or block of the flowchart illustrations and/or block diagrams, and combinations of flows and/or blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
Moreover, these computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
The foregoing description of the preferred embodiments of the present invention is not intended to limit the invention to the precise form disclosed, and any modifications, equivalents, improvements and alternatives falling within the spirit and principles of the present invention are intended to be included within the scope of the present invention.

Claims (8)

1. The cloud service dynamic management method is characterized by being applied to a client in a cloud platform, the cloud platform further comprises a server, a plurality of cloud services are installed on the server, and when any cloud service is installed, service registration information of the any cloud service is registered on the server, and the method comprises the following steps:
if the user is detected to log in the cloud platform, service registration information and user authority data of each cloud service are obtained from the server, wherein the service registration information of one cloud service comprises service basic information and service authority information of the one cloud service, the service basic information of the one cloud service comprises name identification information of the one cloud service, version information of the one cloud service and third party dependent information of the one cloud service; the service authority information of one cloud service comprises authority certificate License which is authorized to use the one cloud service;
determining target cloud services available to the user based on the service registration information of each cloud service and user authority data;
and displaying a menu page for accessing the target cloud service portal.
2. The method of claim 1, wherein the step of acquiring service registration information and user authority data of each cloud service from the server comprises:
sending service registration information of each cloud service locally installed by the server and an acquisition request of user permission data to the server;
and receiving service registration information and user permission data of each cloud service locally installed by the server, wherein the service registration information and the user permission data are sent by the server.
3. The method of claim 1, wherein determining the target cloud service available to the user based on the service registration information and user rights data for each cloud service comprises:
the following operations are respectively executed for each cloud service in the cloud services: analyzing the service registration information and the user authority information of the cloud service to obtain processed data; judging whether the user has permission to use the cloud service or not based on the processed data and the user information, and if so, judging that the cloud service is a target cloud service available to the user; otherwise, the cloud service is not a target cloud service available to the user.
4. The cloud service dynamic management method is characterized by being applied to a server in a cloud platform, wherein a plurality of cloud services are installed on the server, and when any cloud service is installed, service registration information of the any cloud service is registered on the server, and the method comprises the following steps:
receiving service registration information and user authority data acquisition requests of cloud services sent by a client, wherein if the client detects that a user logs in the cloud platform, the service registration information and the user authority data of the cloud services are acquired from the server, wherein the service registration information of one cloud service comprises service basic information and service authority information of the one cloud service, the service basic information of the one cloud service comprises name identification information of the one cloud service, version information of the one cloud service and third-party dependence information of the one cloud service; the service authority information of one cloud service comprises authority certificate License which is authorized to use the one cloud service;
and sending service registration information and user authority data of each cloud service to the client so that the client determines target cloud services available to the user based on the service registration information and the user authority data of each cloud service and displays a menu page for accessing the target cloud service portal.
5. The cloud service dynamic management device is characterized by being applied to a client in a cloud platform, the cloud platform further comprises a server, a plurality of cloud services are installed on the server, and when any cloud service is installed, service registration information of the any cloud service is registered on the server, and the device comprises:
the cloud platform comprises an acquisition unit, a cloud platform management unit and a cloud service management unit, wherein the acquisition unit is used for acquiring service registration information and user authority data of each cloud service from the server when a user is detected to log in the cloud platform, wherein the service registration information of one cloud service comprises service basic information and service authority information of the one cloud service, the service basic information of the one cloud service comprises name identification information of the one cloud service, version information of the one cloud service and third party dependence information of the one cloud service; the service authority information of one cloud service comprises authority certificate License which is authorized to use the one cloud service;
the determining unit is used for determining target cloud services available to the user based on the service registration information of each cloud service and the user authority data;
and the display unit is used for displaying a menu page for accessing the target cloud service portal.
6. The apparatus of claim 5, wherein when acquiring service registration information and user authority data of each cloud service from the server, the acquiring unit is specifically configured to:
sending service registration information of each cloud service locally installed by the server and an acquisition request of user permission data to the server;
and receiving service registration information and user permission data of each cloud service locally installed by the server, wherein the service registration information and the user permission data are sent by the server.
7. The apparatus of claim 5, wherein the determining unit is specifically configured to, when determining the target cloud service available to the user based on service registration information of the cloud services and user authority data:
the following operations are respectively executed for each cloud service in the cloud services: analyzing the service registration information and the user authority information of the cloud service to obtain processed data; judging whether the user has permission to use the cloud service or not based on the processed data and the user information, and if so, judging that the cloud service is a target cloud service available to the user; otherwise, the cloud service is not a target cloud service available to the user.
8. A cloud service dynamic management device, which is applied to a server in a cloud platform, wherein a plurality of cloud services are installed on the server, and when any cloud service is installed, service registration information of the any cloud service is registered on the server, and the device comprises:
the cloud platform comprises a receiving unit, a cloud service management unit and a cloud service management unit, wherein the receiving unit is used for receiving service registration information and user permission data acquisition requests of cloud services sent by a client, if the client detects that a user logs in the cloud platform, the service registration information and the user permission data of the cloud services are acquired from a server, the service registration information of one cloud service comprises service basic information and service permission information of the one cloud service, the service basic information of the one cloud service comprises name identification information of the one cloud service, version information of the one cloud service and third-party dependence information of the one cloud service; the service authority information of one cloud service comprises authority certificate License which is authorized to use the one cloud service;
and the sending unit is used for sending the service registration information and the user authority data of each cloud service to the client so that the client can determine the target cloud service available to the user based on the service registration information and the user authority data of each cloud service and display a menu page for accessing the target cloud service entrance.
CN202110520626.5A 2021-05-13 2021-05-13 Cloud service dynamic management method and device Active CN113472840B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110520626.5A CN113472840B (en) 2021-05-13 2021-05-13 Cloud service dynamic management method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110520626.5A CN113472840B (en) 2021-05-13 2021-05-13 Cloud service dynamic management method and device

Publications (2)

Publication Number Publication Date
CN113472840A CN113472840A (en) 2021-10-01
CN113472840B true CN113472840B (en) 2023-12-26

Family

ID=77870911

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110520626.5A Active CN113472840B (en) 2021-05-13 2021-05-13 Cloud service dynamic management method and device

Country Status (1)

Country Link
CN (1) CN113472840B (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20130077433A (en) * 2011-12-29 2013-07-09 한국인터넷진흥원 System and method for authority management in the mobile cloud service
CN110311899A (en) * 2019-06-17 2019-10-08 平安医疗健康管理股份有限公司 Multiservice system access method, device and server
CN111246042A (en) * 2018-11-29 2020-06-05 佳能株式会社 Data processing system and control method of data processing system
CN111832000A (en) * 2020-07-17 2020-10-27 深信服科技股份有限公司 Single sign-on method, system, equipment and computer readable storage medium
CN112615923A (en) * 2020-12-21 2021-04-06 北京鸿盈信息技术有限公司 Single-page application page display control method and device, terminal equipment and server

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5026148B2 (en) * 2006-09-19 2012-09-12 株式会社リコー Image processing apparatus, method, and program

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20130077433A (en) * 2011-12-29 2013-07-09 한국인터넷진흥원 System and method for authority management in the mobile cloud service
CN111246042A (en) * 2018-11-29 2020-06-05 佳能株式会社 Data processing system and control method of data processing system
CN110311899A (en) * 2019-06-17 2019-10-08 平安医疗健康管理股份有限公司 Multiservice system access method, device and server
CN111832000A (en) * 2020-07-17 2020-10-27 深信服科技股份有限公司 Single sign-on method, system, equipment and computer readable storage medium
CN112615923A (en) * 2020-12-21 2021-04-06 北京鸿盈信息技术有限公司 Single-page application page display control method and device, terminal equipment and server

Also Published As

Publication number Publication date
CN113472840A (en) 2021-10-01

Similar Documents

Publication Publication Date Title
CN111741035B (en) Electronic contract signing method, device and equipment
CN109246089B (en) Role-based front-end and back-end separation architecture access control system and method
US20160232374A1 (en) Permission control method and apparatus
CN112311855B (en) Data transmission method and device
US9251320B2 (en) Matched content use restriction system
CN109298926B (en) Method and device for entering resource transfer party into resource transfer platform and electronic equipment
US8886933B1 (en) Streamlined provisioning and configuration of computing devices
CN113222667B (en) Equity sharing processing method and device
RU2734027C2 (en) Method and device for preventing an attack on a server
CN108804399B (en) Form verification method and device
CN111784356B (en) Payment verification method, device, equipment and storage medium
CN115048642B (en) Communication method between trusted applications in multi-trusted execution environment and electronic equipment
US9665732B2 (en) Secure Download from internet marketplace
CN111464319B (en) Transaction storage and signature verification method based on centralized block chain type account book
CN113472840B (en) Cloud service dynamic management method and device
CN112818270A (en) Data cross-domain transfer method and device and computer equipment
CN108563514B (en) Method for accessing application configuration service, application and electronic equipment
CN114885024B (en) Routing method, device, equipment and medium of application instance
CN114039962A (en) Node selection method, system, electronic device and storage medium
JP5735183B1 (en) URL issuing device, URL issuing method, and URL issuing program
CN110086637B (en) Information personalized setting method, device, equipment and storage medium
US20050251507A1 (en) Scoped applications
CN113111047B (en) Data processing method and device and electronic equipment
CN112187703B (en) Data processing method and device
CN114969710B (en) Rights and interests sharing method, device and equipment

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