CN113515765A - Authority management method, device, equipment and storage medium - Google Patents

Authority management method, device, equipment and storage medium Download PDF

Info

Publication number
CN113515765A
CN113515765A CN202110785183.2A CN202110785183A CN113515765A CN 113515765 A CN113515765 A CN 113515765A CN 202110785183 A CN202110785183 A CN 202110785183A CN 113515765 A CN113515765 A CN 113515765A
Authority
CN
China
Prior art keywords
resource
user
rights management
request
authority
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
CN202110785183.2A
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.)
Shenzhen Golden Axe Network Technology Co ltd
Original Assignee
Shenzhen Golden Axe Network 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 Shenzhen Golden Axe Network Technology Co ltd filed Critical Shenzhen Golden Axe Network Technology Co ltd
Priority to CN202110785183.2A priority Critical patent/CN113515765A/en
Publication of CN113515765A publication Critical patent/CN113515765A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/604Tools and structures for managing or administering access control systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2221/00Indexing scheme relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F2221/21Indexing scheme relating to G06F21/00 and subgroups addressing additional information or applications relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F2221/2141Access rights, e.g. capability lists, access control lists, access tables, access matrices

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Bioethics (AREA)
  • General Health & Medical Sciences (AREA)
  • Computer Hardware Design (AREA)
  • Health & Medical Sciences (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Automation & Control Theory (AREA)
  • Storage Device Security (AREA)

Abstract

The invention provides a method, a device, equipment and a storage medium for managing authority, wherein the method for managing the authority comprises the following steps: a user requests to access resources in an internal system from a front end to a permission management system; the authority management system judges whether the user has the access authority of the resource; and if the user has the access right of the resource, forwarding the request to the corresponding internal system through a reverse proxy server to obtain the resource. According to the authority management method, each internal system only needs to pay attention to own business logic, all authorities are managed by the authority management system in a unified mode, system development efficiency is improved, and authority management is simplified.

Description

Authority management method, device, equipment and storage medium
Technical Field
The present invention relates to the field of rights management technologies, and in particular, to a method, an apparatus, a device, and a storage medium for rights management.
Background
In order to prevent unauthorized users from accessing and controlling access rights of different users, for each system, user rights management and control are required, that is, a rights management system is required to ensure the security of resources. For each company, because of the diversity of services, there may be multiple internal systems, each of which needs to perform the authority control, and the existing practice is that each system includes a set of its own authority control system, the authority control between these systems is not communicated, and a new user of the company may need to register in each internal system before use.
The authorities between these systems are not interactive and synchronous, and when personnel change, the data is not synchronous, and the maintenance is quite inconvenient. In addition, since rights management is embedded in an internal system, on one hand, the development efficiency of service logic is affected, and on the other hand, the expandability and portability of a service system are affected, and finally, because of the difference of developers of various systems, the difference of implementation modes of a rights control system is caused, and finally, the rights control system is difficult to maintain.
Accordingly, the prior art is yet to be improved and developed.
Disclosure of Invention
The invention mainly aims to solve the technical problems of inconvenient maintenance, low expandability and low portability of the existing authority management mode.
The first aspect of the present invention provides a method for rights management, including:
a user requests to access resources in an internal system from a front end to a permission management system;
the authority management system judges whether the user has the access authority of the resource;
and if the user has the access right of the resource, forwarding the request to the corresponding internal system through a reverse proxy server to obtain the resource.
In an optional implementation manner of the first aspect of the present invention, before the requesting, by the user from the front end to the rights management system, to access the resource in the internal system, the method includes:
judging whether user information in the instant messaging software system is updated or not;
and if the user information is updated, synchronizing the updated user information to the authority management system.
In an optional implementation manner of the first aspect of the present invention, before the requesting, by the user from the front end to the rights management system, to access the resource in the internal system, the method further includes:
judging whether the resources in the internal system are updated or not;
and if the resource is updated, synchronizing the updated resource to the authority management system.
In an optional implementation manner of the first aspect of the present invention, before the requesting, by the user from the front end to the rights management system, to access the resource in the internal system, the method further includes:
configuring access rights between the user and the resource in the rights management system.
In an optional implementation manner of the first aspect of the present invention, if the user has the access right to the resource, forwarding the request to the corresponding internal system through the reverse proxy server to obtain the resource includes:
if the user has the access right of the resource, the right management system routes the request to a local service;
and when monitoring that the request is routed to the local service, the reverse proxy server intercepts the request.
In an optional implementation manner of the first aspect of the present invention, when the reverse proxy server monitors that the request is routed to the local service, after intercepting the request, the method includes:
the reverse proxy server acquires the resource identifier in the request;
searching a routing rule corresponding to the resource identifier in the reverse proxy server according to the resource identifier;
and the reverse proxy server routes the request to the corresponding internal system according to the routing rule.
In an optional implementation manner of the first aspect of the present invention, a callback interface is disposed in the rights management system, and whether the user information in the instant messaging software system and the resource in the internal system are updated is monitored through the callback interface.
A second aspect of the present invention provides a rights management apparatus comprising:
the request module is used for requesting the access of the resources in the internal system from the front end to the authority management system by the user;
the judging module is used for judging whether the user has the access authority of the resource or not by the authority management system;
and the reverse proxy module is used for forwarding the request to the corresponding internal system through a reverse proxy server to acquire the resource if the user has the access right of the resource.
A third aspect of the present invention provides a rights management apparatus comprising: a memory having instructions stored therein and at least one processor, the memory and the at least one processor interconnected by a line;
the at least one processor invokes the instructions in the memory to cause the rights management device to perform the rights management method of any of the above.
A fourth aspect of the invention provides a computer readable storage medium having stored thereon a computer program which, when executed by a processor, implements a rights management method as claimed in any one of the preceding claims.
Has the advantages that: the invention provides a method, a device, equipment and a storage medium for managing authority, wherein the method for managing the authority comprises the following steps: a user requests to access resources in an internal system from a front end to a permission management system; the authority management system judges whether the user has the access authority of the resource; and if the user has the access right of the resource, forwarding the request to the corresponding internal system through a reverse proxy server to obtain the resource. According to the authority management method, each internal system only needs to pay attention to own business logic, all authorities are managed by the authority management system in a unified mode, system development efficiency is improved, and authority management is simplified.
Drawings
FIG. 1 is a diagram of a rights management method according to an embodiment of the present invention;
FIG. 2 is a schematic diagram of one embodiment of a rights management system of the present invention;
FIG. 3 is a diagram of a rights management device according to an embodiment of the present invention;
fig. 4 is a schematic diagram of an embodiment of a rights management device according to the invention.
Detailed Description
The embodiment of the invention provides a method, a device, equipment and a storage medium for managing authority.
The terms "first," "second," "third," "fourth," and the like in the description and in the claims, as well as in the drawings, if any, are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order. It will be appreciated that the data so used may be interchanged under appropriate circumstances such that the embodiments described herein may be practiced otherwise than as specifically illustrated or described herein. Furthermore, the terms "comprises," "comprising," or "having," and any variations thereof, are intended to cover non-exclusive inclusions, such that a process, method, system, article, or apparatus that comprises a list of steps or elements is not necessarily limited to those steps or elements expressly listed, but may include other steps or elements not expressly listed or inherent to such process, method, article, or apparatus.
The existing authority management is generally embedded in each internal system, and each system has a set of own authority management and control system. For a company with more services, the repeated construction of the authority system in multiple internal systems brings serious work and code waste, multiple systems maintain the authority respectively, and the problem of inconsistent data is caused. Because each system needs a set of authority control system, the waste of development cost and efficiency is caused, and the authority control systems among different systems lack an effective synchronization and updating mechanism, and the embedded authority management of the service system can influence the development speed and subsequent migration and expansion of the service system.
To solve the above technical problem, referring to fig. 1, a first aspect of the present invention provides a method for rights management, including:
s100, a user requests to access resources in an internal system from a front end to a permission management system;
referring to fig. 2, the rights management system used in the present invention includes: the system comprises a user management module, a resource management module, a right management module and a routing management module; the user management module is used for synchronizing user information with instant messaging software (namely IM software) in a company, and ensuring that all user information can be updated in real time; the resource management module is used for being in charge of synchronizing with all internal systems, so-called resources are objects which can be operated in the internal systems, and the access authority of the resources can be conveniently defined and intercepted by extracting the resources of the internal systems and synchronizing the resources into the authority management system; the authority management module is used for defining the access authority of the user to the resource; the route management module is used for forwarding the request to the corresponding internal system by judging the request resource of the front end.
S200, the authority management system judges whether the user has the access authority of the resource; in this embodiment, after receiving the resource request, the routing service module first determines whether the user has the right to access the resource according to the user and the resource access right configured in the right management system, and directly rejects the user if the user does not have the right, and routes the user to the local service if the user has the right.
S300, if the user has the access right of the resource, the request is forwarded to the corresponding internal system through the reverse proxy server to obtain the resource. In this embodiment, the request routed to the local service is intercepted by the reverse proxy server, and the request is redirected to the real internal server according to the resource uniform identifier of the request resource and the routing rule configured in the reverse proxy.
In particular, the authority management system of the invention can be divided into several key modules of data synchronization, resource and authority management, authority control and request forwarding, the personnel information in the company is stored in the instant communication software system, whenever the personnel of the company changes, the instant communication software system will change correspondingly, the data synchronization module will synchronize the user information to the authority management system in real time, the synchronization module can also synchronize the resource information of the internal system into the authority system, thereby facilitating the subsequent authority control, corresponding authority control can be carried out in an authority configuration module of the authority system, finally, a user accesses resources from the front end, whether the user has the authority to access the corresponding resources is judged by the authority system, if no authority, directly returning, if yes, forwarding to the corresponding internal system through a reverse proxy to obtain the corresponding resource.
The authority management method of the invention has centralized control of authority, is easy to develop and expand, the service system does not need to process any authority-related work, focuses on the development of service logic, improves the development efficiency, automatically synchronizes the updating of users and resources, avoids the delay and inconsistency of data, externally configures the routing information of resource requests, does not depend on the realization of the authority system, and is convenient for the expansion and the migration of the authority system.
In an optional implementation manner of the first aspect of the present invention, before the requesting, by the user from the front end to the rights management system, to access the resource in the internal system, the method includes:
judging whether user information in the instant messaging software system is updated or not;
and if the user information is updated, synchronizing the updated user information to the authority management system.
In this embodiment, the process of synchronizing the user information according to the present invention is as follows, where the user management module provides a callback interface to the instant messaging system, and is configured to monitor a change condition of a user in the instant messaging system, and call the callback interface after the user in the instant messaging system sends a change. The callback interface can transmit the change information of the user, the user management module can compare the transmitted user information with the existing user data, and if the user information is updated, the data is updated. Because the call is called back when the method is used, the user data is updated in real time without delay.
In an optional implementation manner of the first aspect of the present invention, before the requesting, by the user from the front end to the rights management system, to access the resource in the internal system, the method further includes:
judging whether the resources in the internal system are updated or not;
and if the resource is updated, synchronizing the updated resource to the authority management system.
In this embodiment, the resource synchronization process of the present invention is as follows: resources are defined in the form of URIs. For example, a user may be represented as a resource, represented by/user. For this user resource, there can be four basic operation modes: and (5) adding, deleting, modifying and checking. For better definition of resources and management of rights in the rights system, we use different HTTP request methods for the same resource: PUT, DELETE, POST, GET are used to represent the increase, deletion, change and check of resources respectively, the internal system of the invention is oriented to the resource architecture, and all logics can be regarded as the operation of resources. And the resource management component monitors the resource change of the internal system through the callback function, calls the resource comparison logic of the resource management module if the resource management component sends the change, and updates and stores the corresponding resource into a warehouse. The resource will also carry information about the internal systems shown for subsequent routing control.
In an optional implementation manner of the first aspect of the present invention, before the requesting, by the user from the front end to the rights management system, to access the resource in the internal system, the method further includes:
configuring access rights between the user and the resource in the rights management system.
In this embodiment, with the users and resources synchronized in the above two steps, the relationship between the users and the resources, that is, the authority, can be defined by the authority management module, which includes a management UI for the administrator, and the administrator can manually modify the users and the resources through the interface, and can manage the authority by matching the users and the resources.
In an optional implementation manner of the first aspect of the present invention, if the user has the access right to the resource, forwarding the request to the corresponding internal system through the reverse proxy server to obtain the resource includes:
if the user has the access right of the resource, the right management system routes the request to a local service;
and when monitoring that the request is routed to the local service, the reverse proxy server intercepts the request.
In an optional implementation manner of the first aspect of the present invention, when the reverse proxy server monitors that the request is routed to the local service, after intercepting the request, the method includes:
the reverse proxy server acquires the resource identifier in the request;
searching a routing rule corresponding to the resource identifier in the reverse proxy server according to the resource identifier;
and the reverse proxy server routes the request to the corresponding internal system according to the routing rule.
In this embodiment, the routing management module solves the problem of how to reach the corresponding internal system after the request of the front end is processed by the rights management system. Different from other general routing solutions, all requests in the system are redirected to a local reverse proxy server, as if all services are on the local server, the design can simplify code implementation of the authority system, address information of a specific internal system server does not need to be considered, the authority system is decoupled from the specific internal system, subsequent upgrading and expansion are facilitated, all requests routed to the local are forwarded to the reverse proxy server to be processed, and different internal systems are redirected according to different request resource paths. If the newly added internal system exists, the source code does not need to be modified, and only the reverse proxy server needs to be reconfigured.
After receiving the resource request, the routing service first determines whether the user has the right to access the resource according to the internally configured user and the right. If not, it is directly rejected, and if the user has the right, it is routed to the local service. The request routed to the local service is intercepted by the reverse proxy service, and the request is redirected to a real internal system server according to the URI of the request resource and the routing rule configured in the reverse proxy.
In an optional implementation manner of the first aspect of the present invention, a callback interface is disposed in the rights management system, and whether the user information in the instant messaging software system and the resource in the internal system are updated is monitored through the callback interface.
Referring to fig. 3, a second aspect of the present invention provides a rights management apparatus comprising:
a request module 10, configured to request, from a front end to a rights management system, a user to access a resource in an internal system;
a judging module 20, configured to judge, by the rights management system, whether the user has an access right to the resource;
and a reverse proxy module 30, configured to forward the request to the corresponding internal system through a reverse proxy server to obtain the resource if the user has the access right to the resource.
In an optional implementation manner of the second aspect of the present invention, the rights management apparatus further includes:
the first judging module is used for judging whether the user information in the instant messaging software system is updated or not;
and the first synchronization module is used for synchronizing the updated user information to the authority management system if the user information is updated.
In an optional implementation manner of the second aspect of the present invention, the rights management apparatus further includes:
the second judgment module is used for judging whether the resource in the internal system is updated or not;
and the second synchronization module is used for synchronizing the updated resource to the authority management system if the resource is updated.
In an optional implementation manner of the second aspect of the present invention, the rights management apparatus further includes:
a configuration module for configuring access rights between the user and the resource in the rights management system.
In an alternative embodiment of the second aspect of the present invention, the reverse proxy module includes:
a routing unit, configured to route the request to a local service by the rights management system if the user has the access right to the resource;
and the interception unit is used for intercepting the request when the reverse proxy server monitors that the request is routed to the local service.
In an optional implementation manner of the second aspect of the present invention, the reverse proxy module further includes:
the reverse proxy server is used for acquiring a resource identifier in the request;
a searching unit, configured to search, in the reverse proxy server, a routing rule corresponding to the resource identifier according to the resource identifier;
and the forwarding unit is used for routing the request to the corresponding internal system by the reverse proxy server according to the routing rule.
In an optional implementation manner of the second aspect of the present invention, a callback interface is disposed in the rights management system, and whether the user information in the instant messaging software system and the resource in the internal system are updated is monitored through the callback interface.
Fig. 4 is a schematic structural diagram of a rights management device according to an embodiment of the present invention, which may have a relatively large difference due to different configurations or performances, and may include one or more processors 40 (CPUs) (e.g., one or more processors) and a memory 50, and one or more storage media 60 (e.g., one or more mass storage devices) for storing applications or data. The memory and storage medium may be, among other things, transient or persistent storage. The program stored on the storage medium may include one or more modules (not shown), each of which may include a sequence of instructions operating on the rights management device. Still further, the processor may be configured to communicate with a storage medium to execute a series of instruction operations in the storage medium on the rights management device.
The rights management device of the present invention may also include one or more power supplies 70, one or more wired or wireless network interfaces 80, one or more input-output interfaces 90, and/or one or more operating systems, such as Windows Server, Mac OS X, Unix, Linux, FreeBSD, etc. It will be understood by those skilled in the art that the rights management device structure shown in fig. 4 does not constitute a limitation of the rights management device, and may include more or fewer components than shown, or some components in combination, or a different arrangement of components.
The present invention also provides a computer-readable storage medium, which may be a non-volatile computer-readable storage medium, and which may also be a volatile computer-readable storage medium, having stored therein instructions, which, when run on a computer, cause the computer to perform the steps of the rights management method.
It is clear to those skilled in the art that, for convenience and brevity of description, the specific working processes of the above-described systems, apparatuses, and units may refer to the corresponding processes in the foregoing method embodiments, and are not described herein again.
The integrated unit, if implemented in the form of a software functional unit and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the embodiments of the present invention. And the aforementioned storage medium includes: various media capable of storing program codes, such as a usb disk, a removable hard disk, a read-only memory (ROM), a Random Access Memory (RAM), a magnetic disk, or an optical disk.
The above-mentioned embodiments are only used for illustrating the technical solutions of the present invention, and not for limiting the same; although the present invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; and such modifications or substitutions do not depart from the spirit and scope of the corresponding technical solutions of the embodiments of the present invention.

Claims (10)

1. A method of rights management, comprising:
a user requests to access resources in an internal system from a front end to a permission management system;
the authority management system judges whether the user has the access authority of the resource;
and if the user has the access right of the resource, forwarding the request to the corresponding internal system through a reverse proxy server to obtain the resource.
2. The rights management method of claim 1, wherein the requesting of the user from the front end to the rights management system to access the resource in the internal system comprises:
judging whether user information in the instant messaging software system is updated or not;
and if the user information is updated, synchronizing the updated user information to the authority management system.
3. The rights management method of claim 2, wherein the requesting the user from the front end to the rights management system to access the resource in the internal system further comprises:
judging whether the resources in the internal system are updated or not;
and if the resource is updated, synchronizing the updated resource to the authority management system.
4. The rights management method of claim 3, wherein the requesting the rights management system from the front end by the user to access the resource in the internal system further comprises:
configuring access rights between the user and the resource in the rights management system.
5. The rights management method of claim 4, wherein if the user has the access right of the resource, forwarding the request to the corresponding internal system through a reverse proxy server to obtain the resource comprises:
if the user has the access right of the resource, the right management system routes the request to a local service;
and when monitoring that the request is routed to the local service, the reverse proxy server intercepts the request.
6. The rights management method of claim 5, wherein intercepting the request when the reverse proxy server monitors that the request is routed to the local service comprises:
the reverse proxy server acquires the resource identifier in the request;
searching a routing rule corresponding to the resource identifier in the reverse proxy server according to the resource identifier;
and the reverse proxy server routes the request to the corresponding internal system according to the routing rule.
7. The rights management method of claim 5, wherein a callback interface is provided in the rights management system, and whether the user information in the instant messaging software system and the resource in the internal system are updated is monitored through the callback interface.
8. A rights management apparatus characterized by comprising:
the request module is used for requesting the access of the resources in the internal system from the front end to the authority management system by the user;
the judging module is used for judging whether the user has the access authority of the resource or not by the authority management system;
and the reverse proxy module is used for forwarding the request to the corresponding internal system through a reverse proxy server to acquire the resource if the user has the access right of the resource.
9. A rights management device, characterized in that the rights management device comprises: a memory having instructions stored therein and at least one processor, the memory and the at least one processor interconnected by a line;
the at least one processor invoking the instructions in the memory to cause the rights management device to perform the rights management method of any of claims 1-7.
10. A computer-readable storage medium, having stored thereon a computer program, wherein the computer program, when executed by a processor, implements the rights management method as claimed in any one of claims 1-7.
CN202110785183.2A 2021-07-12 2021-07-12 Authority management method, device, equipment and storage medium Pending CN113515765A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110785183.2A CN113515765A (en) 2021-07-12 2021-07-12 Authority management method, device, equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110785183.2A CN113515765A (en) 2021-07-12 2021-07-12 Authority management method, device, equipment and storage medium

Publications (1)

Publication Number Publication Date
CN113515765A true CN113515765A (en) 2021-10-19

Family

ID=78067490

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110785183.2A Pending CN113515765A (en) 2021-07-12 2021-07-12 Authority management method, device, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN113515765A (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102137014A (en) * 2011-03-11 2011-07-27 华为技术有限公司 Resource management method, system and resource manager
CN104104665A (en) * 2013-04-12 2014-10-15 同程网络科技股份有限公司 Unified authority authentication method suitable for electronic human resource management
CN107257337A (en) * 2017-06-15 2017-10-17 重庆扬讯软件技术股份有限公司 A kind of shared authority control method of multiterminal and its system
CN110069941A (en) * 2019-03-15 2019-07-30 深圳市买买提信息科技有限公司 A kind of interface access authentication method, apparatus and computer-readable medium
CN112688983A (en) * 2019-10-18 2021-04-20 顺丰科技有限公司 Proxy right management device, terminal device and storage medium

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102137014A (en) * 2011-03-11 2011-07-27 华为技术有限公司 Resource management method, system and resource manager
CN104104665A (en) * 2013-04-12 2014-10-15 同程网络科技股份有限公司 Unified authority authentication method suitable for electronic human resource management
CN107257337A (en) * 2017-06-15 2017-10-17 重庆扬讯软件技术股份有限公司 A kind of shared authority control method of multiterminal and its system
CN110069941A (en) * 2019-03-15 2019-07-30 深圳市买买提信息科技有限公司 A kind of interface access authentication method, apparatus and computer-readable medium
CN112688983A (en) * 2019-10-18 2021-04-20 顺丰科技有限公司 Proxy right management device, terminal device and storage medium

Similar Documents

Publication Publication Date Title
US11645309B2 (en) Discovery of database and related services
CN112099918B (en) Live migration of clusters in a containerized environment
US11431568B2 (en) Discovery of software bus architectures
KR101891506B1 (en) Methods and systems for portably deploying applications on one or more cloud systems
CN109995594B (en) Block chain network resource management method, device and block chain system
US9253265B2 (en) Hot pluggable extensions for access management system
JP2022536108A (en) Integration of remote software applications into workflows
US10798218B2 (en) Environment isolation method and device
JP7461471B2 (en) Cloud Services for Cross-Cloud Operations
CN102664747B (en) Cloud calculating platform system
US11861342B2 (en) Enhanced cloud-computing environment deployment
WO2012054218A2 (en) Routing traffic in an online service with high availability
US20200092325A1 (en) Phishing attempt search interface
US11108647B2 (en) Service mapping based on discovered keywords
US20230222089A1 (en) Cross-Platform Communication for Facilitation of Data Sharing
US10824588B2 (en) Remote document conversion and viewing systems and methods
CN112565340B (en) Service scheduling method, device, computer system and medium for distributed application
RU80037U1 (en) ANTI-VIRUS MOBILE APPLICATIONS MANAGEMENT SYSTEM
CN115567596B (en) Cloud service resource deployment method, device, equipment and storage medium
US20200201935A1 (en) Centralized rendering service for a remote network management platform
CN113515765A (en) Authority management method, device, equipment and storage medium
US12086158B2 (en) Hybrid cloud asynchronous data synchronization
US11829749B2 (en) Incremental update for offline data access
US20220391409A1 (en) Hybrid cloud asynchronous data synchronization
Cirstea et al. DOAF—Replica localization module

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