CN108881111A - A kind of method and device for realizing multi-tenant system - Google Patents

A kind of method and device for realizing multi-tenant system Download PDF

Info

Publication number
CN108881111A
CN108881111A CN201710326691.8A CN201710326691A CN108881111A CN 108881111 A CN108881111 A CN 108881111A CN 201710326691 A CN201710326691 A CN 201710326691A CN 108881111 A CN108881111 A CN 108881111A
Authority
CN
China
Prior art keywords
tenant
user
request
database
business processing
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.)
Granted
Application number
CN201710326691.8A
Other languages
Chinese (zh)
Other versions
CN108881111B (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.)
ZTE Communications (Chengdu) Co.,Ltd.
Original Assignee
ZTE Corp
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 ZTE Corp filed Critical ZTE Corp
Priority to CN201710326691.8A priority Critical patent/CN108881111B/en
Publication of CN108881111A publication Critical patent/CN108881111A/en
Application granted granted Critical
Publication of CN108881111B publication Critical patent/CN108881111B/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
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/08Network architectures or network communication protocols for network security for authentication of entities
    • H04L63/0815Network architectures or network communication protocols for network security for authentication of entities providing single-sign-on or federations
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/14Session management
    • 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

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer Hardware Design (AREA)
  • Computer Security & Cryptography (AREA)
  • Computing Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention discloses a kind of method and devices for realizing multi-tenant system, before being included in system operation, pre-defined multi-tenant referenced classes, and using the single tenant's referenced classes introduced in multi-tenant referenced classes replacement operational processor, the multi-tenant referenced classes are used to single tenant folder access interface, single tenant's memory access interface being packaged into multi-tenant file access interface, multi-tenant memory access interface respectively;After system operation, the business processing request of user is received, operational processor corresponding with business processing request is called to carry out business processing;The database access request that operational processor issues is intercepted and captured, user's tenant information is obtained, and database access request is converted into the access request of database corresponding with tenant's information, the database data of the tenant is obtained and is back to operational processor.The present invention transmits tenant's information using implicit way, existing single Tenant system can be converted into multi-tenant system by less workload.

Description

A kind of method and device for realizing multi-tenant system
Technical field
The present invention relates to softwares to service (Software-as-a-Service, SaaS) multi-tenant technical field, especially relates to And a kind of method and device for realizing multi-tenant system.
Background technique
SaaS includes that list tenant SaaS and multi-tenant SaaS, single tenant SaaS refer to individually creating for each tenant respective Software application and back-up environment;The money such as shared database, operating system and hardware between the different tenants of multi-tenant SaaS requirement Source and infrastructure.Multi-tenant SaaS provides multi-tenant by multi-tenant (MultiTenancy, MT) technology, to the user of software Using the single instance of runs software application program that is, on the server of service provider is multiple rents by the single instance Family provides software application service, and thus, it is possible to reduce the exploitation of software application, deployment and the expense of operation.
Existing single Tenant system is transformed into multi-tenant system, it can be real by modifying the source code of single tenant's application Existing, main change is that different tenants need to access different data isolation spaces.Traditional way is as shown in Figure 1, request Distributor receives the request of browser, obtains tenant's information, and be transferred to business processing using tenant's information as parameter Module, Service Processing Module are transferred to tenant data access interface using tenant's information as parameter, are believed according to the tenant Breath accesses the data of different insulating spaces, at this point, the method f1 of the method f (a, b) of former Request dispatcher, Service Processing Module The method f2 (e, f) of (c, d) and tenant data access interface needs to be changed to f (tenant, a, b), f1 (tenant, c, d) and f2 (tenant, e, f), wherein a, b are the input parameter of the method f of Request dispatcher, and c, d are the method f1's of Service Processing Module Parameter is inputted, e, f are the input parameter of the method f2 of tenant data access interface.This conversion method passes through in input parameter Explicit transmitting tenant's information, the method in nearly all code will be modified, and the cost paid is too big.
How existing single Tenant system is converted by multi-tenant system by less workload, becomes urgent need to resolve Problem.
Summary of the invention
In order to solve the above-mentioned technical problems, the present invention provides a kind of method and devices for realizing multi-tenant system, can Existing single Tenant system is converted into multi-tenant system by less workload.
In order to reach the object of the invention, what the technical solution of the embodiment of the present invention was realized in:
The embodiment of the invention provides a kind of methods for realizing multi-tenant system, including:
Before system operation, multi-tenant referenced classes are pre-defined, and using in multi-tenant referenced classes replacement operational processor Single tenant's referenced classes of introducing, the multi-tenant referenced classes are used to connect single tenant folder access interface, single tenant's internal storage access Mouth is packaged into multi-tenant file access interface, multi-tenant memory access interface respectively;
After system operation, the business processing request of user is received, is called at business corresponding with business processing request It manages device and carries out business processing;
The database access request that operational processor issues is intercepted and captured, obtains tenant's information belonging to user, and by database Access request is converted into the access request of database corresponding with acquired tenant's information, obtains the number of tenant belonging to user According to library data and it is back to operational processor.
Further, before the step of business processing for receiving user is requested, the method also includes:
It receives and verifies the logging request of user, create session object, generate session identification, and by tenant belonging to user Information preservation is in session object;
In described the step of calling operational processor corresponding with business processing request to be handled, the method is also Including:
According to business processing request in session identification, tenant's information belonging to the user is obtained from session object, And it stores it in storage region;
In the step of tenant's information belonging to the acquisition user, the letter of tenant belonging to user is obtained from storage region Breath.
Further, the storage region includes local thread, memory cache or database.
Further, it described the step of intercepting and capturing the database access request that operational processor issues, specifically includes:Pass through prison It listens the interface of operating system layer, monitor Java database connection JDBC interface or setting TCP agent intercepting and capturing operational processor sending Database access request.
The embodiment of the invention provides a kind of device for realizing multi-tenant system, including encapsulation unit, request Dispatching Unit, Service Processing Unit intercepts and captures unit, wherein
Encapsulation unit, for pre-defining multi-tenant referenced classes, and replace using multi-tenant referenced classes before system operation The single tenant's referenced classes introduced in Service Processing Unit, the multi-tenant referenced classes are used for single tenant folder access interface, list Tenant's memory access interface is packaged into multi-tenant file access interface, multi-tenant memory access interface respectively;
Dispatching Unit is requested, for after system operation, receiving the business processing request of user, calling is asked with business processing Corresponding Service Processing Unit is asked to carry out business processing;
Service Processing Unit issues database access for carrying out business processing, and during carrying out business processing Request, file access request or memory access request;
Unit is intercepted and captured, for the database access being intercepted and captured and being asked when Service Processing Unit issues database access request It asks, obtains tenant's information belonging to user, and database access request is converted into number corresponding with acquired tenant's information According to the access request in library, obtains the database data of tenant belonging to user and be back to Service Processing Unit.
Further, the request Dispatching Unit is also used to, and before receiving the business processing request of user, is received and is verified The logging request of user creates session object, generates session identification, and by tenant's information preservation belonging to user in session object In;
Receive user business processing request when, according to business processing request in session identification, from session object Tenant's information belonging to the user is obtained, and is stored it in storage region;
The intercepting and capturing unit is specifically used for, and tenant's information belonging to user is obtained from storage region.
Further, the storage region includes local thread, memory cache or database.
Further, the intercepting and capturing unit is specifically used for, and by the interface of snoop-operations system layer, monitors Java database It connects JDBC interface or TCP agent is set and intercept and capture the database access request that Service Processing Unit issues.
Technical solution of the present invention has the advantages that:
The method and device provided by the invention for realizing multi-tenant system, using a kind of implicit way transmitting tenant's letter Single tenant folder access interface, single tenant's memory access interface are packaged into more rents by defining multi-tenant referenced classes by breath respectively Family file access interface, multi-tenant memory access interface and data interception library access request, obtain corresponding tenant's information, root Access different data fields respectively according to tenant's information, in this way, Service Processing Unit just completely without concern tenant's information, in the past The code that single tenant can only be handled only needs a small amount of modification that can be transformed into multi-tenant version, considerably reduces and was transformed Workload in journey, and the business development process of multi-tenant is simplified, enable developer to be absorbed in business development, drops The cost of low exploitation.
Detailed description of the invention
The drawings described herein are used to provide a further understanding of the present invention, constitutes part of this application, this hair Bright illustrative embodiments and their description are used to explain the present invention, and are not constituted improper limitations of the present invention.In the accompanying drawings:
Fig. 1 is tenant's information transmitting signal in the prior art that existing single Tenant system is transformed into multi-tenant system Figure;
Fig. 2 is the flow diagram of the method for the realization multi-tenant system of first embodiment of the invention;
Fig. 3 is the structural representation of database access interface in the method for the realization multi-tenant system of first embodiment of the invention Figure;
Fig. 4 is the structural schematic diagram of the device of the realization multi-tenant system of first embodiment of the invention;
Fig. 5 is the structural schematic diagram of the device of the realization multi-tenant system of second embodiment of the invention.
Specific embodiment
To make the objectives, technical solutions, and advantages of the present invention clearer, below in conjunction with attached drawing to the present invention Embodiment be described in detail.It should be noted that in the absence of conflict, in the embodiment and embodiment in the application Feature can mutual any combination.
As shown in Fig. 2, a kind of method for realizing multi-tenant system according to the present invention, includes the following steps:
Step 201:Before system operation, multi-tenant referenced classes are pre-defined, and replace business using multi-tenant referenced classes The single tenant's referenced classes introduced in processor, the multi-tenant referenced classes are used for will be in single tenant folder access interface, single tenant It deposits access interface and is packaged into multi-tenant file access interface, multi-tenant memory access interface respectively;
It is worth noting that the list tenant folder access interface, single tenant's memory access interface are single tenant's reference Method in class, the multi-tenant file access interface, multi-tenant memory access interface are the method in multi-tenant referenced classes; By the way that the single tenant's referenced classes introduced in operational processor are simply replaced with multi-tenant referenced classes, so that it may in business processing It is automatic to call multi-tenant file access interface or multi-tenant internal storage access when device issues file access request or memory access request Interface obtains the file data or internal storage data of tenant belonging to user.
Step 202:After system operation, the business processing request of user is received, is called corresponding with business processing request Operational processor carry out business processing;
Further, before the step 202, the method also includes:The logging request of user is received and verified, is created Session (Session) object is built, is generated session identification (Session ID), and by tenant's information preservation belonging to user in session In object.
It should be noted that the action time of the session object in the present invention opens browser from user, login successfully out Begin, exiting or close browser to the user terminates.Due to not transmitting session mark during operational processor processing business Know, therefore in order to obtain tenant's information belonging to user, needs that tenant's information belonging to user is individually stored in a storage In region.
Further, in described the step of calling operational processor corresponding with business processing request to carry out business processing In, the method also includes:
According to business processing request in session identification, tenant's information belonging to the user is obtained from session object, And it stores it in storage region.
Further, the storage region includes local thread, memory cache or database.
It should be noted that operational processor carry out business procession in, it will usually issue database access request, The request of at least one of file access request or memory access request;If operational processor issues file access request or interior Access request is deposited, operational processor will call multi-tenant file access interface or multi-tenant memory access interface automatically, obtain The file data or internal storage data of tenant belonging to user.
Step 203:The database access request that operational processor issues is intercepted and captured, tenant's information belonging to user is obtained, and Database access request is converted into the access request of database corresponding with acquired tenant's information, is obtained belonging to user The database data of tenant is simultaneously back to operational processor.
Further, in the step of tenant's information belonging to the acquisition user in step 203, from storage region Obtain tenant's information belonging to user.
Specifically, as shown in figure 3, tenant 1 access database it is requested come when, intercept the request.In intercept process Tenant's information is got, the relationship of tenant and database are inquired, initiates access request to the corresponding database of the tenant.In this way, For operational processor just completely without concern tenant's information, the code for being formerly only available the single tenant of processing only needs a small amount of modification (i.e. pre-defined multi-tenant referenced classes, and replace single tenant's referenced classes with multi-tenant referenced classes) can be transformed into multi-tenant system System.
Further, the step of database access request that the intercepting and capturing operational processor in step 203 issues, specifically Including:By the interface of snoop-operations system layer, monitor Java database connection (JDBC) interface or setting transmission control protocol (TCP) it acts on behalf of, intercepts and captures the database access request that operational processor issues.
As shown in figure 4, the embodiment of the invention also provides a kind of device for realizing multi-tenant system, including encapsulation unit 401, it requests Dispatching Unit 402, Service Processing Unit 403, intercept and capture unit 404, wherein
Encapsulation unit 401, for pre-defining multi-tenant referenced classes, and use multi-tenant referenced classes before system operation The single tenant's referenced classes introduced in replacement Service Processing Unit 403, the multi-tenant referenced classes are for accessing single tenant folder Interface, single tenant's memory access interface are packaged into multi-tenant file access interface, multi-tenant memory access interface respectively;
Request Dispatching Unit 402, for after system operation, the business processing for receiving user to be requested, at calling and business Reason requests corresponding Service Processing Unit 403 to carry out business processing;
Service Processing Unit 403 issues database for carrying out business processing, and during carrying out business processing Access request, file access request or memory access request;
Unit 404 is intercepted and captured, for intercepting and capturing the database when Service Processing Unit 403 issues database access request Access request obtains tenant's information belonging to user, and database access request is converted into and acquired tenant's information pair The access request for the database answered obtains the database data of tenant belonging to user and is back to Service Processing Unit 403.
It is worth noting that the list tenant folder access interface, single tenant's memory access interface are single tenant's reference Method in class, the multi-tenant file access interface, multi-tenant memory access interface are the method in multi-tenant referenced classes; By the way that the single tenant's referenced classes introduced in Service Processing Unit 403 are simply replaced with multi-tenant referenced classes, so that it may in industry It is automatic to call multi-tenant file access interface or more when the sending file access request of processing unit 403 or the memory access request of being engaged in Tenant's memory access interface obtains the file data or internal storage data of tenant belonging to user.
Further, as shown in figure 4, the request Dispatching Unit 402 is also used to, in the business processing request for receiving user Before, it receives and verifies the logging request of user, create session object, generate session identification, and by tenant's information belonging to user It is stored in session object;
Receive user business processing request when, according to business processing request in session identification, from session object Tenant's information belonging to the user is obtained, and is stored it in storage region;
The intercepting and capturing unit 404 is specifically used for, and tenant's information belonging to user is obtained from storage region.
It should be noted that the action time of the session object in the present invention opens browser from user, login successfully out Begin, exiting or close browser to the user terminates.Due to not transmitting session mark during operational processor processing business Know, therefore in order to obtain tenant's information belonging to user, needs that tenant's information belonging to user is individually stored in a storage In region.
Further, the storage region includes local thread, memory cache or database.
Further, the intercepting and capturing unit 404 is specifically used for, and by the interface of snoop-operations system layer, monitors Java number (JDBC) interface, which is connected, according to library or TCP agent is set intercepts and captures the database access request that Service Processing Unit issues.
Below with reference to a preferred embodiment, the present invention is further expalined, it will be appreciated that the preferred reality It applies example to be intended merely to preferably describe the present invention, does not constitute and the present invention is improperly limited.
Before system operation, encapsulation unit pre-defines multi-tenant referenced classes, and replaces business using multi-tenant referenced classes The single tenant's referenced classes introduced in processing unit, the multi-tenant referenced classes are used for single tenant folder access interface, single tenant Memory access interface is packaged into multi-tenant file access interface, multi-tenant memory access interface respectively.
After system operation, as shown in figure 5, primary complete tenant's information process includes the following steps:
Step 501:User logs on a web browser, inputs user name password;
Step 502:According to username information find out the user belonging to tenant, verifying user name password it is whether correct;
Step 503:It is verified, establishes the session information of the user, in a session by affiliated tenant's information storage;
Step 504:User initiates the request of an acquisition business datum, and the data obtained herein should be corresponding tenant Data cannot get the data of other tenants;
Step 505:Server receives service request, and tenant's information is got from session, and local thread is arrived in setting In (Thread Local);
Step 506:The request of server calls Service Processing Unit processing business;
Step 507:Business datum is obtained during Service Processing Unit processing business, calls the interface of access data;
Step 508:If the interface for accessing data is file access interface or memory access interface, multi-tenant is called directly File access interface or multi-tenant memory access interface;If the interface of access data is database access interface, system is intercepted and captured Database access request takes out tenant's information from Thread Local, finds the corresponding number of this tenant according to tenant's information According to library name;
Step 509:This file access catalogue, memory cache or database for storing corresponding tenant data is accessed, is obtained Access evidence;
Step 510:It gets correct data and returns to browser end all the way later.
The present invention transmits tenant's information using a kind of implicit way, by defining multi-tenant referenced classes for single tenant folder Access interface, single tenant's memory access interface are packaged into multi-tenant file access interface, multi-tenant memory access interface respectively, with And data interception library access request, corresponding tenant's information is obtained, accesses different data fields respectively according to tenant's information, in this way For Service Processing Unit just completely without concern tenant's information, the code for being formerly only available the single tenant of processing only needs a small amount of modification It can be transformed into SaaS multi-tenant version, the workload in transformation process can greatly be reduced, and can simplify more rents The business development process at family, enables developer to be absorbed in business development, reduces the cost of exploitation.
Those of ordinary skill in the art will appreciate that all or part of the steps in the above method can be instructed by program Related hardware is completed, and described program can store in computer readable storage medium, such as read-only memory, disk or CD Deng.Optionally, one or more integrated circuits also can be used to realize, accordingly in all or part of the steps of above-described embodiment Ground, each module/unit in above-described embodiment can take the form of hardware realization, can also use the shape of software function module Formula is realized.The present invention is not limited to the combinations of the hardware and software of any particular form.
The foregoing is only a preferred embodiment of the present invention, is not intended to restrict the invention, for the skill of this field For art personnel, the invention may be variously modified and varied.All within the spirits and principles of the present invention, made any to repair Change, equivalent replacement, improvement etc., should all be included in the protection scope of the present invention.

Claims (8)

1. a kind of method for realizing multi-tenant system, which is characterized in that including:
Before system operation, multi-tenant referenced classes are pre-defined, and replace in operational processor and introduce using multi-tenant referenced classes Single tenant's referenced classes, the multi-tenant referenced classes are used for single tenant folder access interface, single tenant's memory access interface point It is not packaged into multi-tenant file access interface, multi-tenant memory access interface;
After system operation, the business processing request of user is received, operational processor corresponding with business processing request is called Carry out business processing;
The database access request that operational processor issues is intercepted and captured, obtains tenant's information belonging to user, and by database access Request is converted into the access request of database corresponding with acquired tenant's information, obtains the database of tenant belonging to user Data are simultaneously back to operational processor.
2. the method according to claim 1, wherein it is described receive user business processing request the step of it Before, the method also includes:
It receives and verifies the logging request of user, create session object, generate session identification, and by tenant's information belonging to user It is stored in session object;
In described the step of calling operational processor corresponding with business processing request to be handled, the method is also wrapped It includes:
According to business processing request in session identification, obtain tenant's information belonging to the user from session object, and will It is stored in storage region;
In the step of tenant's information belonging to the acquisition user, tenant's information belonging to user is obtained from storage region.
3. according to the method described in claim 2, it is characterized in that, the storage region include local thread, memory cache or Database.
4. the method according to claim 1, wherein the database access for intercepting and capturing operational processor sending is asked The step of asking specifically includes:By the interface of snoop-operations system layer, monitor Java database connection JDBC interface or setting TCP agent intercepts and captures the database access request that operational processor issues.
5. a kind of device for realizing multi-tenant system, which is characterized in that including encapsulation unit, request Dispatching Unit, business processing Unit intercepts and captures unit, wherein
Encapsulation unit for before system operation, pre-defining multi-tenant referenced classes, and replaces business using multi-tenant referenced classes The single tenant's referenced classes introduced in processing unit, the multi-tenant referenced classes are used for single tenant folder access interface, single tenant Memory access interface is packaged into multi-tenant file access interface, multi-tenant memory access interface respectively;
Dispatching Unit is requested, for after system operation, receiving the business processing request of user, calls and requests phase with business processing Corresponding Service Processing Unit carries out business processing;
Service Processing Unit issues database access and asks for carrying out business processing, and during carrying out business processing It asks, file access request or memory access request;
Unit is intercepted and captured, for the database access request being intercepted and captured, being obtained when Service Processing Unit issues database access request Tenant's information belonging to family is taken, and database access request is converted into database corresponding with acquired tenant's information Access request obtains the database data of tenant belonging to user and is back to Service Processing Unit.
6. device according to claim 5, which is characterized in that the request Dispatching Unit is also used to, and is receiving user's Before business processing request, the logging request of user is received and verified, create session object, generate session identification, and by user institute Tenant's information preservation of category is in session object;
Receive user business processing request when, according to business processing request in session identification, obtained from session object Tenant's information belonging to the user, and store it in storage region;
The intercepting and capturing unit is specifically used for, and tenant's information belonging to user is obtained from storage region.
7. device according to claim 6, which is characterized in that the storage region include local thread, memory cache or Database.
8. device according to claim 5, which is characterized in that the intercepting and capturing unit is specifically used for, and passes through snoop-operations system The interface of system layer monitors Java database connection JDBC interface or the data that TCP agent intercepts and captures Service Processing Unit sending is arranged Library access request.
CN201710326691.8A 2017-05-10 2017-05-10 Method and device for realizing multi-tenant system Active CN108881111B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710326691.8A CN108881111B (en) 2017-05-10 2017-05-10 Method and device for realizing multi-tenant system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710326691.8A CN108881111B (en) 2017-05-10 2017-05-10 Method and device for realizing multi-tenant system

Publications (2)

Publication Number Publication Date
CN108881111A true CN108881111A (en) 2018-11-23
CN108881111B CN108881111B (en) 2022-07-12

Family

ID=64287576

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710326691.8A Active CN108881111B (en) 2017-05-10 2017-05-10 Method and device for realizing multi-tenant system

Country Status (1)

Country Link
CN (1) CN108881111B (en)

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109510871A (en) * 2018-11-27 2019-03-22 西安中服软件有限公司 A kind of traditional BS application multi-tenant system based on data routing
CN110443062A (en) * 2019-06-17 2019-11-12 平安科技(深圳)有限公司 Operating method, device and the computer equipment of multi-tenant database
CN110719263A (en) * 2019-09-17 2020-01-21 平安科技(深圳)有限公司 Multi-tenant DNS security management method, device and storage medium
CN111190738A (en) * 2019-12-31 2020-05-22 北京仁科互动网络技术有限公司 User mirroring method, device and system under multi-tenant system
CN111522803A (en) * 2020-04-14 2020-08-11 北京仁科互动网络技术有限公司 Tenant interaction method and device of software service platform and electronic equipment
CN112559076A (en) * 2020-12-21 2021-03-26 支付宝(杭州)信息技术有限公司 Tenant information processing method, device, system and equipment
CN112905636A (en) * 2021-03-31 2021-06-04 浙江太美医疗科技股份有限公司 Data manipulation method, server, and computer-readable medium
CN114153858A (en) * 2021-11-26 2022-03-08 泰康保险集团股份有限公司 Method and device for automatically updating tenant in MySQL table space
CN117692871A (en) * 2024-01-31 2024-03-12 江西掌中无限网络科技股份有限公司 System and method for pushing 5G message by multi-tenant access multi-protocol
CN118233182A (en) * 2024-03-28 2024-06-21 三峡高科信息技术有限责任公司 Method for realizing application system API authentication in componentization mode

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100005055A1 (en) * 2008-06-30 2010-01-07 International Business Machines Corporation Multi-tenancy data storage and access method and apparatus
CN101639770A (en) * 2008-07-30 2010-02-03 国际商业机器公司 System and method for supporting multi-tenant separation/multi-tenant customization in JVM
US20110270886A1 (en) * 2010-04-30 2011-11-03 International Business Machines Corporation Mechanism and apparatus for transparently enables multi-tenant file access operation
CN102333115A (en) * 2011-09-01 2012-01-25 杭州湾云计算技术有限公司 Method and device for transforming existing Web application into SaaS multi-tenant application
US20120173581A1 (en) * 2010-12-30 2012-07-05 Martin Hartig Strict Tenant Isolation in Multi-Tenant Enabled Systems
CN103036856A (en) * 2011-10-09 2013-04-10 镇江金软计算机科技有限责任公司 Multi-tenant system achievement based on software as a service (SAAS) application
US20140289391A1 (en) * 2013-03-19 2014-09-25 Cognizant Technology Solutions India Pvt. Ltd. Framework for facilitating implementation of multi-tenant saas architecture
US20150074743A1 (en) * 2013-09-10 2015-03-12 Vmware, Inc. Extensible multi-tenant cloud-management system and methods for extending functionalities and services provided by a multi-tenant cloud-managment system
CN105074702A (en) * 2013-02-28 2015-11-18 亚马逊科技公司 Database system providing single-tenant and multi-tenant environments
CN105900059A (en) * 2014-01-21 2016-08-24 甲骨文国际公司 System and method for supporting multi-tenancy in an application server, cloud, or other environment

Patent Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100005055A1 (en) * 2008-06-30 2010-01-07 International Business Machines Corporation Multi-tenancy data storage and access method and apparatus
CN101639770A (en) * 2008-07-30 2010-02-03 国际商业机器公司 System and method for supporting multi-tenant separation/multi-tenant customization in JVM
US20110270886A1 (en) * 2010-04-30 2011-11-03 International Business Machines Corporation Mechanism and apparatus for transparently enables multi-tenant file access operation
CN102236762A (en) * 2010-04-30 2011-11-09 国际商业机器公司 Method for processing file access for multi-tenancy application and file agent device
US20120173581A1 (en) * 2010-12-30 2012-07-05 Martin Hartig Strict Tenant Isolation in Multi-Tenant Enabled Systems
CN102333115A (en) * 2011-09-01 2012-01-25 杭州湾云计算技术有限公司 Method and device for transforming existing Web application into SaaS multi-tenant application
CN103036856A (en) * 2011-10-09 2013-04-10 镇江金软计算机科技有限责任公司 Multi-tenant system achievement based on software as a service (SAAS) application
CN105074702A (en) * 2013-02-28 2015-11-18 亚马逊科技公司 Database system providing single-tenant and multi-tenant environments
US20140289391A1 (en) * 2013-03-19 2014-09-25 Cognizant Technology Solutions India Pvt. Ltd. Framework for facilitating implementation of multi-tenant saas architecture
US20150074743A1 (en) * 2013-09-10 2015-03-12 Vmware, Inc. Extensible multi-tenant cloud-management system and methods for extending functionalities and services provided by a multi-tenant cloud-managment system
CN105900059A (en) * 2014-01-21 2016-08-24 甲骨文国际公司 System and method for supporting multi-tenancy in an application server, cloud, or other environment

Cited By (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109510871A (en) * 2018-11-27 2019-03-22 西安中服软件有限公司 A kind of traditional BS application multi-tenant system based on data routing
CN110443062A (en) * 2019-06-17 2019-11-12 平安科技(深圳)有限公司 Operating method, device and the computer equipment of multi-tenant database
CN110443062B (en) * 2019-06-17 2024-07-09 平安科技(深圳)有限公司 Operation method and device of multi-tenant database and computer equipment
CN110719263B (en) * 2019-09-17 2023-03-28 平安科技(深圳)有限公司 Multi-tenant DNS security management method, device and storage medium
CN110719263A (en) * 2019-09-17 2020-01-21 平安科技(深圳)有限公司 Multi-tenant DNS security management method, device and storage medium
CN111190738A (en) * 2019-12-31 2020-05-22 北京仁科互动网络技术有限公司 User mirroring method, device and system under multi-tenant system
CN111190738B (en) * 2019-12-31 2023-09-08 北京仁科互动网络技术有限公司 User mirroring method, device and system under multi-tenant system
CN111522803A (en) * 2020-04-14 2020-08-11 北京仁科互动网络技术有限公司 Tenant interaction method and device of software service platform and electronic equipment
CN111522803B (en) * 2020-04-14 2023-05-19 北京仁科互动网络技术有限公司 Tenant interaction method and device of software service platform and electronic equipment
CN112559076B (en) * 2020-12-21 2022-06-14 支付宝(杭州)信息技术有限公司 Tenant information processing method, device, system and equipment
CN112559076A (en) * 2020-12-21 2021-03-26 支付宝(杭州)信息技术有限公司 Tenant information processing method, device, system and equipment
CN112905636A (en) * 2021-03-31 2021-06-04 浙江太美医疗科技股份有限公司 Data manipulation method, server, and computer-readable medium
CN114153858A (en) * 2021-11-26 2022-03-08 泰康保险集团股份有限公司 Method and device for automatically updating tenant in MySQL table space
CN117692871A (en) * 2024-01-31 2024-03-12 江西掌中无限网络科技股份有限公司 System and method for pushing 5G message by multi-tenant access multi-protocol
CN118233182A (en) * 2024-03-28 2024-06-21 三峡高科信息技术有限责任公司 Method for realizing application system API authentication in componentization mode
CN118233182B (en) * 2024-03-28 2024-08-23 三峡高科信息技术有限责任公司 Method for realizing application system API authentication in componentization mode

Also Published As

Publication number Publication date
CN108881111B (en) 2022-07-12

Similar Documents

Publication Publication Date Title
CN108881111A (en) A kind of method and device for realizing multi-tenant system
US11409719B2 (en) Co-locating microservice persistence containers within tenant-specific database
CN110290189A (en) A kind of container cluster management method, apparatus and system
US8955037B2 (en) Access management architecture
CN109656538A (en) Generation method, device, system, equipment and the medium of application program
CN114035975A (en) Binding backend service endpoints to API functions in an API registry
CN110658794B (en) Manufacturing execution system
US11392873B2 (en) Systems and methods for simulating orders and workflows in an order entry and management system to test order scenarios
CN107193669A (en) The system and design method of maintenance interface based on mixed cloud or large-scale cluster
CN110532025B (en) Data processing method, device and equipment based on micro-service architecture and storage medium
CN112788031B (en) Micro-service interface authentication system, method and device based on Envoy architecture
CN108628881A (en) Method of data synchronization and device
CN103973770A (en) Information processing system
CN101727475B (en) Method, device and system for acquiring database access process
US11854692B2 (en) Cloud-based API spec management method for simultaneously interconnecting pluralities of hospital servers and consortium servers
CN110012096A (en) Mobile client service updates management method, apparatus and system
CN110348225A (en) Method and apparatus are determined for the security breaches of application programming interfaces
KR20140099109A (en) System and method for supporting evaluation of application service by using multiple clouds
CN109117609A (en) A kind of request hold-up interception method and device
CN111464646A (en) Information processing method, information processing apparatus, electronic device, and medium
CN112799970B (en) Test data processing method, device, electronic equipment and medium
CN111447273B (en) Cloud processing system and data processing method based on cloud processing system
CN116132344A (en) Container service debugging method and device based on K8s cluster and electronic equipment
CN116566656A (en) Resource access method, device, equipment and computer storage medium
CN111045928A (en) Interface data testing method, device, terminal and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
TR01 Transfer of patent right

Effective date of registration: 20240520

Address after: 611230, No. 99-1, West Section of Hupan Road, Xinglong Street, Tianfu New Area, Chengdu Free Trade Zone, Sichuan Province, China. Attached OL-10-202305003

Patentee after: ZTE Communications (Chengdu) Co.,Ltd.

Country or region after: China

Address before: 518057 Ministry of justice, Zhongxing building, South Science and technology road, Nanshan District hi tech Industrial Park, Shenzhen, Guangdong

Patentee before: ZTE Corp.

Country or region before: China

TR01 Transfer of patent right