CN111541654A - User management method and device based on multi-tenant cloud management platform and computer equipment - Google Patents

User management method and device based on multi-tenant cloud management platform and computer equipment Download PDF

Info

Publication number
CN111541654A
CN111541654A CN202010269726.0A CN202010269726A CN111541654A CN 111541654 A CN111541654 A CN 111541654A CN 202010269726 A CN202010269726 A CN 202010269726A CN 111541654 A CN111541654 A CN 111541654A
Authority
CN
China
Prior art keywords
user
special domain
management platform
tenant cloud
cloud management
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
CN202010269726.0A
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.)
Dawning Information Industry Beijing Co Ltd
Original Assignee
Dawning Information Industry Beijing 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 Dawning Information Industry Beijing Co Ltd filed Critical Dawning Information Industry Beijing Co Ltd
Priority to CN202010269726.0A priority Critical patent/CN111541654A/en
Publication of CN111541654A publication Critical patent/CN111541654A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/10Network architectures or network communication protocols for network security for controlling access to devices or network resources
    • H04L63/104Grouping of entities
    • 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/12Protocols specially adapted for proprietary or special-purpose networking environments, e.g. medical networks, sensor networks, networks in vehicles or remote metering networks

Landscapes

  • Engineering & Computer Science (AREA)
  • Computing Systems (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Health & Medical Sciences (AREA)
  • General Health & Medical Sciences (AREA)
  • Medical Informatics (AREA)
  • Computer Hardware Design (AREA)
  • Computer Security & Cryptography (AREA)
  • General Engineering & Computer Science (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The invention discloses a user management method and device based on a multi-tenant cloud management platform and computer equipment. The user management method based on the multi-tenant cloud management platform comprises the following steps: receiving a login request of a user, wherein the login request carries identity information which indicates that the user is a local domain user or a special domain user; judging whether the user is a special domain user or not according to the identity information; and if the user is the special domain user, the special domain server is utilized to log in and check the user. According to the user management method, device and computer equipment based on the multi-tenant cloud management platform, the login request of the user is received, whether the user is a special domain user is judged according to the identity information, if the user is the special domain user, the special domain server is used for login verification of the user, the user does not need to be created again, the third party user can manage the multi-tenant cloud management platform resources, the management efficiency is improved, the real-time requirement is met, and the adaptability is high.

Description

User management method and device based on multi-tenant cloud management platform and computer equipment
Technical Field
The invention relates to the technical field of cloud management platforms, in particular to a user management method and device based on a multi-tenant cloud management platform and computer equipment.
Background
With the rapid development of cloud applications, multi-tenant cloud-based applications are becoming more widespread. The important point for implementing the multi-tenant technology is isolation (application context isolation) of application program environments among different tenants and isolation (data isolation) of data so as to maintain that access resources among different tenants do not interfere with each other, and meanwhile, the confidentiality of the data is high. The more multi-tenant models are used in a full sharing mode through a relational database, namely different tenants share the same database and the same name space. Data of different tenants coexist in the same group of tables, and data of different tenants is marked and accessed through tenant id (application needs to adjust SQL for accessing data to contain tenant id). Relational databases employ a two-dimensional table structure to store data. Because the data structure is simple and clear, the access path is transparent to the user, and the relational database has higher data independence and better security, the relational database is widely applied.
At present, in a multi-tenant cloud management platform, the department organization hierarchy structure of tenants becomes rich, and the two-dimensional table structure expression capacity is relatively poor, so that the strain capacity and the elasticity are poor when a lot of unstructured data are stored. If a multi-tenant cloud needs to integrate a third-party user, how to realize the management of the multi-tenant cloud management platform resources by the third-party user without recreating the user in the cloud management platform is a problem which needs to be solved urgently. Due to the poor efficiency of some applications, the relational database cannot meet the real-time requirement and is not suitable for many special applications. Meanwhile, the relational database has a common SQL injection attack.
Disclosure of Invention
The object of the present invention is to solve at least to some extent one of the above mentioned technical problems.
Therefore, the first purpose of the invention is to provide a user management method based on a multi-tenant cloud management platform, which can realize that a third party user manages multi-tenant cloud management platform resources without recreating users, improve management efficiency, meet real-time requirements and have strong adaptability.
The second purpose of the invention is to provide a user management device based on a multi-tenant cloud management platform.
A third object of the invention is to propose a computer device.
A fourth object of the invention is to propose a non-transitory computer-readable storage medium.
In order to achieve the above object, an embodiment of a first aspect of the present invention provides a user management method based on a multi-tenant cloud management platform, where the method includes:
receiving a login request of a user, wherein the login request carries identity information which indicates that the user is a local domain user or a special domain user;
judging whether the user is the special domain user or not according to the identity information;
and if the user is the special domain user, performing login verification on the user by using a special domain server.
Optionally, the method further comprises:
and if the user is the local domain user, directly utilizing the multi-tenant cloud management platform to log in and check the user.
Optionally, the method further comprises:
and configuring special domain user information in the multi-tenant cloud management platform.
Optionally, configuring the domain-specific user information includes:
configuring parameters of the special domain server, wherein the parameters comprise a Uniform Resource Locator (URL) of the special domain server, a name and a password of the special domain user and a special name (DN) of the special domain user;
and synchronizing the special domain users to the multi-tenant cloud management platform according to the parameters.
Optionally, the method further comprises:
and generating role information of the special domain user in the multi-tenant cloud management platform.
Optionally, the special domain is a lightweight directory access protocol LDAP domain.
According to the user management method of the multi-tenant cloud management platform, whether the user is the special domain user or not is judged according to the identity information by receiving the login request of the user, if the user is the special domain user, the special domain server is used for login verification of the user, the user does not need to be created again, the third party user can manage the multi-tenant cloud management platform resources, the management efficiency is improved, the real-time requirement is met, and the adaptability is high.
In order to achieve the above object, a second embodiment of the present invention provides a user management apparatus for a multi-tenant cloud management platform, including:
the system comprises a receiving module, a sending module and a receiving module, wherein the receiving module is used for receiving a login request of a user, the login request carries identity information, and the identity information indicates that the user is a local domain user or a special domain user;
the judging module is used for judging whether the user is a special domain user according to the identity information;
and the verification module is used for performing login verification on the user by using a special domain server when the user is the special domain user.
Optionally, the verification module is further configured to:
and if the user is the local domain user, directly utilizing the multi-tenant cloud management platform to log in and check the user.
Optionally, the apparatus further comprises:
and the configuration module is used for configuring the special domain user information in the multi-tenant cloud management platform.
Optionally, the configuration module is configured to:
configuring parameters of the special domain server, wherein the parameters comprise a Uniform Resource Locator (URL) of the special domain server, a name and a password of the special domain user and a special name (DN) of the special domain user;
and synchronizing the special domain users to the multi-tenant cloud management platform according to the parameters.
Optionally, the configuration module is further configured to:
and generating role information of the special domain user in the multi-tenant cloud management platform.
Optionally, the special domain is a lightweight directory access protocol LDAP domain.
According to the user management device based on the multi-tenant cloud management platform, disclosed by the embodiment of the invention, through receiving the login request of the user and judging whether the user is the special domain user or not according to the identity information, if the user is the special domain user, the login verification is carried out on the user by using the special domain server, the user does not need to be created again, the third party user can manage the multi-tenant cloud management platform resources, the management efficiency is improved, the real-time requirement is met, and the adaptability is strong.
In order to achieve the above object, an embodiment of a third aspect of the present invention provides a computer device, including a memory, a processor, and a computer program stored on the memory and executable on the processor, where the processor, when executing the computer program, implements the multi-tenant cloud management platform-based user management method according to the embodiment of the first aspect.
In order to achieve the above object, a non-transitory computer readable storage medium is further provided in an embodiment of a fourth aspect of the present invention, where a computer program is stored on the non-transitory computer readable storage medium, and when executed by a processor, the computer program implements the method for managing users based on a multi-tenant cloud management platform according to the embodiment of the first aspect.
Additional aspects and advantages of the invention will be set forth in part in the description which follows and, in part, will be obvious from the description, or may be learned by practice of the invention.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, are included to provide a further understanding of the invention, and are incorporated in and constitute a part of this specification, illustrate exemplary embodiments of the invention and together with the description serve to explain the invention and not to limit the invention. In the drawings:
fig. 1 is a flowchart of a user management method based on a multi-tenant cloud management platform according to an embodiment of the present invention;
fig. 2 is a flowchart of a user management method based on a multi-tenant cloud management platform according to another embodiment of the present invention;
fig. 3 is a flowchart of a user management method based on a multi-tenant cloud management platform according to another embodiment of the present invention;
fig. 4 is a flowchart of a user management method based on a multi-tenant cloud management platform according to still another embodiment of the present invention;
fig. 5 is a flowchart of a user management method of a multi-tenant cloud management platform according to a specific embodiment of the present invention;
fig. 6 is a schematic structural diagram of a user management apparatus of a multi-tenant cloud management platform according to an embodiment of the present invention;
fig. 7 is a schematic structural diagram of a user management apparatus of a multi-tenant cloud management platform according to another embodiment of the present invention.
Detailed Description
It should be noted that the embodiments and features of the embodiments may be combined with each other without conflict. The present invention will be described in detail below with reference to the embodiments with reference to the attached drawings.
The present invention is described in further detail below with reference to specific examples, which are not to be construed as limiting the scope of the invention as claimed.
The following describes a user management method, device and computer equipment based on a multi-tenant cloud management platform according to an embodiment of the present invention with reference to the accompanying drawings.
Fig. 1 is a flowchart of a user management method based on a multi-tenant cloud management platform according to an embodiment of the present invention, and as shown in fig. 1, the method includes the following steps:
s1, a login request of the user is received.
The login request carries identity information, and the identity information is used for indicating whether the identity of the user sending the login request is a local domain user or a special domain user. The login check mode of the local domain user is different from that of the special domain user.
And S2, judging whether the user is the special domain user according to the login request.
Wherein the special domain is a lightweight directory access protocol LDAP domain. LDAP is an abbreviation of Lightweight Directory Access Protocol (Lightweight Directory Access Protocol) and exists in the form of an information Directory. LDAP is a professional distributed database optimized for query, browsing and searching, and organizes data in a tree structure, so that data information with rich hierarchies can be better stored.
And S3, if the user is the special domain user, the special domain server is used for log-in verification of the user.
In one embodiment of the invention, the domain-specific user is an LDAP domain user, i.e., a third party platform user. The method comprises the steps of storing multi-tenant user information by adopting a relational database and utilizing the characteristics of an LDAP domain, namely a tree structure, and managing the cloud management platform by respectively realizing the self-defined creation of users of the multi-tenant cloud management platform and the synchronization of users of a third-party platform. Due to the safety mechanism of the LDAP protocol, the safety of the user information in the synchronization process is ensured. The concrete embodiment is as follows:
1 always uses the functions provided by the framework to perform correct verification, filter or escape the data input by the user, so as to prevent malicious modification;
most Web frameworks that use LDAP libraries provide a validated method for escaping or deleting unsafe characters prior to a query.
2 not allowing the user to specify the attribute values of the client but using the stored values or server-side functions that can be specified by the user;
the attribute value is a property that exists in an LDIF (LDAP exchange format) file and is used for describing a certain class.
Stored values refer to LDAP default attribute values, such as org (organization); the server-side function refers to a function provided by the LDAP server by default, such as addition, deletion, modification, query, and the like.
According to the user management method based on the multi-tenant cloud management platform, disclosed by the embodiment of the invention, the login request of the user is received, whether the user is a special domain user is judged according to the identity information, if the user is the special domain user, the login of the user is checked by using the special domain server, the user can be managed by a third party without re-establishing the user, the management efficiency is improved, the real-time requirement is met, and the adaptability is strong.
In another embodiment of the present invention, as shown in fig. 2, the method for managing users based on a multi-tenant cloud management platform further includes the following steps:
and S4, if the user is a local domain user, directly utilizing the multi-tenant cloud management platform to log in and check the user.
When the user sending the login request is determined to be the local domain user, the user can directly login and check in the multi-tenant cloud management platform in a Shiro mode.
In another embodiment of the present invention, as shown in fig. 3, the method for managing users based on a multi-tenant cloud management platform further includes the following steps:
and S5, configuring the special domain user information in the multi-tenant cloud management platform.
Specifically, parameters of the special domain server can be configured, and then special domain users are synchronized into the multi-tenant cloud management platform according to the parameters. The parameters may include, among other things, the URL of the domain-specific server, the name and password of the domain-specific user, and the DN of the domain-specific user's proper name.
For example, in a multi-tenant cloud management platform, a third-party user is integrated by using an LDAP protocol, information of the third-party user to be synchronized is agreed in advance to be stored on an LDAP server, and the user class is designated to top- > posixAccount- > inetOrgPerson. And configuring an LDAP server in the multi-tenant cloud management platform, wherein the parameter I comprises four items including a URL (uniform resource locator), a user name, a password and a user specific name DN (public directory number) of the LDAP server. The URL, the user name and the password of the LDAP server are three parameters for checking the test connection. If any one of the three parameters is wrong, the connection of the LDAP server fails. Another parameter "user-specific name DN" refers to the user under the specified directory of the LDAP to be synchronized. If the directory without LDAP is input, the synchronization user fails and the login authentication of the LDAP domain user fails. And if the LDAP server parameter configuration is correct and the connection is successful, synchronizing the LDAP domain user to the multi-tenant cloud management platform. After the LDAP domain user is synchronized to the multi-tenant cloud management platform, the user name displayed on the multi-tenant cloud management platform by the original LDAP domain user is' LDAP user name + @ LDAP. Because the synchronization strategy is incremental synchronization, the user name displayed after the LDAP domain is synchronized to the multi-tenant cloud management platform is' user name + @ LDAP.
In a further embodiment of the present invention, as shown in fig. 4, the method for managing users based on a multi-tenant cloud management platform further includes the following steps:
and S6, generating role information of the special domain user in the multi-tenant cloud management platform.
The multi-tenant cloud management platform provides functions of configuring roles and organizing for users in the LDAP domain, so that permission isolation and data isolation of the multi-tenant are guaranteed, and safety is improved.
In a specific embodiment of the present invention, as shown in fig. 5, the method for managing users based on a multi-tenant cloud management platform includes the following steps:
s501, the user logs in.
And receiving a login request sent by a user.
S502, judging whether the user is a local domain user.
If the user is the local domain user, jumping to step S503; if not, it jumps to step S505.
S503, the multi-tenant cloud management platform Shiro logs in for authentication.
S504, whether the user name and the password are input correctly is judged.
If not, returning to the step S501; if it is correct, it jumps to step S509.
S505, if the user is determined to be the LDAP domain user, the flow proceeds to step S506.
S506, judging whether the LDAP service is successfully connected.
If the connection is successful, jumping to step S507; if the connection is unsuccessful, it jumps to step S510.
And S507, judging whether the input of the user name and the password is correct.
If so, jumping to step S508; if not, return to step S501.
S508, judging whether the organization and the role are allocated to the LDAP domain user.
If so, go to step S509; if not, it jumps to step S511.
And S509, successfully logging in the multi-tenant cloud management system.
S510, LDAP is successfully configured.
After the LDAP configuration is successful, return is made to step S501.
And S511, the multi-tenant cloud management platform allocates organizations and roles.
After the multi-tenant cloud management platform allocates organization and role for the LDAP domain user, the step S501 is returned to.
In order to implement the embodiment, the invention further provides a user management device based on the multi-tenant cloud management platform.
Fig. 6 is a schematic structural diagram of a user management apparatus based on a multi-tenant cloud management platform according to an embodiment of the present invention.
As shown in fig. 6, the apparatus includes a receiving module 61, a judging module 62, and a verifying module 63.
The receiving module 61 is configured to receive a login request of a user. The login request carries identity information, and the identity information indicates that the user is a local domain user or a special domain user.
And the judging module 62 is configured to judge whether the user is a user in the special domain according to the login request.
And the checking module 63 is configured to, when the user is a special domain user, perform login checking on the user by using a special domain server.
The checking module 63 is further configured to, if the user is a local domain user, directly utilize the multi-tenant cloud management platform to perform login checking on the user.
In another embodiment of the present invention, as shown in fig. 7, the apparatus further comprises:
and a configuration module 64, configured to configure the special domain user information in the multi-tenant cloud management platform.
The configuration module 64 is configured to configure parameters of the special domain server, and synchronize the special domain user to the multi-tenant cloud management platform according to the parameters. The parameters include the uniform resource locator URL of the domain-specific server, the name and password of the domain-specific user, and the proper name DN of the domain-specific user.
The configuration module 64 is further configured to generate role information of the special domain user in the multi-tenant cloud management platform.
It should be understood that the user management apparatus based on the multi-tenant cloud management platform in this embodiment is consistent with the description of the user management method based on the multi-tenant cloud management platform in the first aspect, and is not described herein again.
According to the user management device based on the multi-tenant cloud management platform, whether the user is a special domain user or not is judged according to the identity information by receiving the login request of the user, if the user is the special domain user, the special domain server is used for login verification of the user, the user does not need to be created again, the third party user can manage the multi-tenant cloud management platform resources, the management efficiency is improved, the real-time requirement is met, and the adaptability is high.
In order to implement the above embodiments, the present invention further provides a computer device.
The computer device comprises a memory, a processor and a computer program stored on the memory and capable of running on the processor, and when the processor executes the computer program, the method for managing users based on the multi-tenant cloud management platform is implemented as an embodiment of the first aspect.
In order to implement the above embodiments, the present invention also provides a non-transitory computer-readable storage medium.
The non-transitory computer readable storage medium has stored thereon a computer program, which when executed by a processor implements a multi-tenant cloud management platform-based user management method as an embodiment of the first aspect.
It is noted that, herein, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
The logic and/or steps represented in the flowcharts or otherwise described herein, e.g., an ordered listing of executable instructions that can be considered to implement logical functions, can be embodied in any computer-readable medium for use by or in connection with an instruction execution system, apparatus, or device, such as a computer-based system, processor-containing system, or other system that can fetch the instructions from the instruction execution system, apparatus, or device and execute the instructions. For the purposes of this description, a "computer-readable medium" can be any means that can contain, store, communicate, propagate, or transport the program for use by or in connection with the instruction execution system, apparatus, or device. More specific examples (a non-exhaustive list) of the computer-readable medium would include the following: an electrical connection (electronic device) having one or more wires, a portable computer diskette (magnetic device), a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber device, and a portable compact disc read-only memory (CDROM). Additionally, the computer-readable medium could even be paper or another suitable medium upon which the program is printed, as the program can be electronically captured, via for instance optical scanning of the paper or other medium, then compiled, interpreted or otherwise processed in a suitable manner if necessary, and then stored in a computer memory.
It should be understood that portions of the present invention may be implemented in hardware, software, firmware, or a combination thereof. In the above embodiments, the various steps or methods may be implemented in software or firmware stored in memory and executed by a suitable instruction execution system. For example, if implemented in hardware, as in another embodiment, any one or combination of the following techniques, which are known in the art, may be used: a discrete logic circuit having a logic gate circuit for implementing a logic function on a data signal, an application specific integrated circuit having an appropriate combinational logic gate circuit, a Programmable Gate Array (PGA), a Field Programmable Gate Array (FPGA), or the like.
It should be noted that in the description of the present specification, reference to the description of the term "one embodiment", "some embodiments", "an example", "a specific example", or "some examples", etc., means that a particular feature, structure, material, or characteristic described in connection with the embodiment or example is included in at least one embodiment or example of the present invention. In this specification, the schematic representations of the terms used above are not necessarily intended to refer to the same embodiment or example. Furthermore, the particular features, structures, materials, or characteristics described may be combined in any suitable manner in any one or more embodiments or examples. Furthermore, various embodiments or examples and features of different embodiments or examples described in this specification can be combined and combined by one skilled in the art without contradiction.
In the description herein, references to the description of the term "one embodiment," "some embodiments," "an example," "a specific example," or "some examples," etc., mean that a particular feature, structure, material, or characteristic described in connection with the embodiment or example is included in at least one embodiment or example of the invention. In this specification, the schematic representations of the terms used above are not necessarily intended to refer to the same embodiment or example. Furthermore, the particular features, structures, materials, or characteristics described may be combined in any suitable manner in any one or more embodiments or examples. Furthermore, various embodiments or examples and features of different embodiments or examples described in this specification can be combined and combined by one skilled in the art without contradiction.

Claims (14)

1. A user management method based on a multi-tenant cloud management platform is characterized by comprising the following steps:
receiving a login request of a user, wherein the login request carries identity information which indicates that the user is a local domain user or a special domain user;
judging whether the user is the special domain user or not according to the identity information;
and if the user is the special domain user, performing login verification on the user by using a special domain server.
2. The method of claim 1, further comprising:
and if the user is the local domain user, directly utilizing the multi-tenant cloud management platform to log in and check the user.
3. The method of claim 1, further comprising:
and configuring special domain user information in the multi-tenant cloud management platform.
4. The method of claim 3, wherein configuring domain-specific user information comprises:
configuring parameters of the special domain server, wherein the parameters comprise a Uniform Resource Locator (URL) of the special domain server, a name and a password of the special domain user and a special name (DN) of the special domain user;
and synchronizing the special domain users to the multi-tenant cloud management platform according to the parameters.
5. The method of claim 4, further comprising:
and generating role information of the special domain user in the multi-tenant cloud management platform.
6. The method of claim 1, wherein the special domain is a lightweight directory access protocol, LDAP, domain.
7. A user management device based on a multi-tenant cloud management platform is characterized by comprising:
the system comprises a receiving module, a sending module and a receiving module, wherein the receiving module is used for receiving a login request of a user, the login request carries identity information, and the identity information indicates that the user is a local domain user or a special domain user;
the judging module is used for judging whether the user is a special domain user according to the identity information;
and the verification module is used for performing login verification on the user by using a special domain server when the user is the special domain user.
8. The apparatus of claim 7, wherein the verification module is further configured to:
and if the user is the local domain user, directly utilizing the multi-tenant cloud management platform to log in and check the user.
9. The apparatus of claim 7, further comprising:
and the configuration module is used for configuring the special domain user information in the multi-tenant cloud management platform.
10. The apparatus of claim 9, wherein the configuration module is to:
configuring parameters of the special domain server, wherein the parameters comprise a Uniform Resource Locator (URL) of the special domain server, a name and a password of the special domain user and a special name (DN) of the special domain user;
and synchronizing the special domain users to the multi-tenant cloud management platform according to the parameters.
11. The apparatus of claim 10, wherein the configuration module is further configured to:
and generating role information of the special domain user in the multi-tenant cloud management platform.
12. The apparatus of claim 7, wherein the special domain is a Lightweight Directory Access Protocol (LDAP) domain.
13. A computer device comprising a memory, a processor, and a computer program stored on the memory and executable on the processor, wherein the processor, when executing the computer program, implements the multi-tenant cloud management platform-based user management method according to any one of claims 1 to 6.
14. A non-transitory computer readable storage medium having a computer program stored thereon, wherein the computer program, when executed by a processor, implements the multi-tenant cloud management platform-based user management method according to any one of claims 1 to 6.
CN202010269726.0A 2020-04-08 2020-04-08 User management method and device based on multi-tenant cloud management platform and computer equipment Pending CN111541654A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010269726.0A CN111541654A (en) 2020-04-08 2020-04-08 User management method and device based on multi-tenant cloud management platform and computer equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010269726.0A CN111541654A (en) 2020-04-08 2020-04-08 User management method and device based on multi-tenant cloud management platform and computer equipment

Publications (1)

Publication Number Publication Date
CN111541654A true CN111541654A (en) 2020-08-14

Family

ID=71980163

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010269726.0A Pending CN111541654A (en) 2020-04-08 2020-04-08 User management method and device based on multi-tenant cloud management platform and computer equipment

Country Status (1)

Country Link
CN (1) CN111541654A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113612865A (en) * 2021-07-29 2021-11-05 济南浪潮数据技术有限公司 Method, device and equipment for managing cloud platform LDAP domain account and readable medium

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113612865A (en) * 2021-07-29 2021-11-05 济南浪潮数据技术有限公司 Method, device and equipment for managing cloud platform LDAP domain account and readable medium

Similar Documents

Publication Publication Date Title
CN109688120B (en) Dynamic authority management system based on improved RBAC model and Spring Security framework
US11128465B2 (en) Zero-knowledge identity verification in a distributed computing system
US11082226B2 (en) Zero-knowledge identity verification in a distributed computing system
US7849496B2 (en) Providing enterprise management of amorphous communities
CN104796326B (en) A kind of group creating method and device of enterprise IM
WO2020168692A1 (en) Mass data sharing method, open sharing platform and electronic device
CN107222487B (en) Account docking system in hybrid cloud environment
WO2021068518A1 (en) Identity authentication method and system, electronic equipment and storage medium
CN109067789A (en) Web vulnerability scanning method, system based on linux system
CN114726632B (en) Login method, login equipment and storage medium
US9063965B2 (en) Maintaining consistency in a database
CN105871794A (en) Distributed file system date storage method and system, client and server
US20100011408A1 (en) Implementing Organization-Specific Policy During Establishment of an Autonomous Connection Between Computer Resources
US20080133533A1 (en) Migrating Credentials to Unified Identity Management Systems
CN114281253B (en) Storage volume management method
WO2011057488A1 (en) System, apparatus and method for configuring user authority information of lightweight directory access protocol server
US11722481B2 (en) Multiple identity provider authentication system
CN111541654A (en) User management method and device based on multi-tenant cloud management platform and computer equipment
CN109725930A (en) SVN right management method and its device based on web platform
CN104601671A (en) Favorite data storing and obtaining method and device of mobile terminal
CN114297598B (en) User permission processing method and device
US11818112B2 (en) Directory service user synchronization
CN116166851A (en) Directory information query method, directory information query device, computer equipment and storage medium
CN115733666A (en) Password management method and device, electronic equipment and readable storage medium
US10708253B2 (en) Identity information including a schemaless portion

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