CN111539622A - Collective enterprise project management platform based on cloud platform and micro-service architecture - Google Patents

Collective enterprise project management platform based on cloud platform and micro-service architecture Download PDF

Info

Publication number
CN111539622A
CN111539622A CN202010320059.4A CN202010320059A CN111539622A CN 111539622 A CN111539622 A CN 111539622A CN 202010320059 A CN202010320059 A CN 202010320059A CN 111539622 A CN111539622 A CN 111539622A
Authority
CN
China
Prior art keywords
management
user
cloud server
micro
cloud
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
CN202010320059.4A
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.)
State Grid Corp of China SGCC
State Grid Information and Telecommunication Co Ltd
Great Power Science and Technology Co of State Grid Information and Telecommunication Co Ltd
Original Assignee
State Grid Corp of China SGCC
State Grid Information and Telecommunication Co Ltd
Great Power Science and Technology Co of State Grid Information and Telecommunication 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 State Grid Corp of China SGCC, State Grid Information and Telecommunication Co Ltd, Great Power Science and Technology Co of State Grid Information and Telecommunication Co Ltd filed Critical State Grid Corp of China SGCC
Priority to CN202010320059.4A priority Critical patent/CN111539622A/en
Publication of CN111539622A publication Critical patent/CN111539622A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/06Resources, workflows, human or project management; Enterprise or organisation planning; Enterprise or organisation modelling
    • G06Q10/063Operations research, analysis or management
    • G06Q10/0631Resource planning, allocation, distributing or scheduling for enterprises or organisations
    • G06Q10/06313Resource planning in a project environment
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/953Querying, e.g. by the use of web search engines
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/10Office automation; Time management
    • G06Q10/103Workflow collaboration or project 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/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network

Abstract

The invention relates to the technical field of project management platform construction, and discloses a collective enterprise project management platform based on a cloud platform and a micro-service architecture, which comprises the following steps: the system comprises a user client and a micro-service architecture consisting of a project management cloud server, a personnel management cloud server, a sub-package management cloud server, a basic archive management cloud server and a knowledge base management cloud server, wherein any one cloud server in the micro-service architecture is provided with a special cloud database S; further comprising: the API gateway is used for dynamically routing the request access of the user client to any cloud server in the micro service architecture; further comprising: the system comprises a discovery server used for storing the registration information of any cloud server in the micro-service architecture and accepting service access, and a user access verification module used for protecting the discovery server. The invention solves the technical problem that the prior management platform can not carry out safety verification on the identity of the user accessing the discovery server.

Description

Collective enterprise project management platform based on cloud platform and micro-service architecture
Technical Field
The invention relates to the technical field of project management platform construction, in particular to a collective enterprise project management platform based on a cloud platform and a micro-service architecture.
Background
The collective enterprise is a collective all-system enterprise and has the characteristics of large quantity, complex business, various employment forms, large difference between industries and regions and the like. In recent years, company collective enterprise engineering project management develops rapidly, but a traditional project management system only comprises functions of project basic information, project contract information, project basic documents and the like, meets the goals of project organization, command, coordination and the like, cannot meet the requirements of field safety, quality, personnel management and the like of building construction projects, has the problems that project documents cannot be inquired and filed in a classified mode, project personnel management is disordered, management efficiency is low, and the like, and still has the conditions of lack of planning, extensive management and the like. In order to match with the fine management requirements of headquarters of companies and the change of supervision functions of the host units to the collective enterprises, the original operation management and decision-making modes of the collective enterprises need to be changed, and the internal management level of the enterprises is improved.
The microservice architecture develops and deploys a single application in a set of microservice services, the microservice services are divided according to business functions, and are independently deployed through an automatic deployment mechanism to run in own processes to communicate by using a lightweight communication mechanism. A typical micro service architecture should include modules such as a client, a micro service gateway, service discovery, a micro service atomic layer, a database, a deployment platform, and the like, and according to different application types and service scales, modules such as load balancing, authority authentication, service fusing, log monitoring, and the like may be added to meet non-functional requirements of services.
The discovery server responsible for service discovery has not been solved effectively in terms of security when receiving service access because it stores the registration information of the servers in the microservice architecture.
Disclosure of Invention
Technical problem to be solved
Aiming at the defects of the prior art, the invention provides a collective enterprise project management platform based on a cloud platform and a micro-service architecture, so as to solve the technical problem that the existing management platform cannot perform security verification on the identity of a user accessing a discovery server.
(II) technical scheme
In order to achieve the purpose, the invention provides the following technical scheme:
a collective enterprise project management platform based on a cloud platform and a micro-service architecture comprises: the system comprises a user client and a micro-service architecture consisting of a project management cloud server, a personnel management cloud server, a sub-package management cloud server, a basic archive management cloud server and a knowledge base management cloud server, wherein any one cloud server in the micro-service architecture is provided with a special cloud database S;
the management platform further comprises: the API gateway is used for dynamically routing the request access of the user client to any cloud server in the micro service architecture;
the management platform further comprises: the system comprises a discovery server and a user access verification module, wherein the discovery server is used for storing the registration information of any cloud server in the micro service architecture and accepting service access;
the authentication method for the user to access the authentication module comprises the following steps:
the method comprises the following steps: accessing user U on user clientiThe method comprises the following steps of performing user registration on a user access verification module, specifically: accessing user UiSetting a large prime number piAnd q isiAnd calculate ni=pi×qiAnd n isiTransmitting to the user access authentication module;
step two: when accessing user UiWhen an access request is sent to the discovery server, the user access authentication module pops up and accesses the user UiA dialog box for interactive communication;
step three: the user access verification module automatically generates a large integer xiAnd calculate
Figure BDA0002461006870000021
Figure BDA0002461006870000022
Will yiDisplaying in the dialog box;
step four: accessing user UiComputing
Figure BDA0002461006870000031
And z'iInputting the data into the dialog box;
step five: user access authentication module authentication equation zi=z′iWhether the result is true or not;
step six: if said equation zi=z′iIf yes, the user access verification module accesses the user UiAuthentication of, i.e. allowing access to, the user UiAccessing discovery servers。
Preferably, the cloud database S includes a cloud database S1 configured to the project management cloud server, a cloud database S2 configured to the customer management cloud server, a cloud database S3 configured to the sub-package management cloud server, a cloud database S4 configured to the base archive management cloud server, and a cloud database S5 configured to the knowledge base management cloud server.
Preferably, the technical architecture of the management platform is divided into three layers, namely an application foreground, a business middle station and a data background, and an SSM framework, namely Spring + Spring MVC + MyBatis, is adopted; the method comprises the steps that Spring is used for object operation, Spring MVC is used as a controller and is used for logic processing, MyBatis is used for processing a database, page sending requests are sent to the controller through an SSM framework, the controller calls service layer processing logic, the logic layer sends the requests to a persistence layer, the persistence layer interacts with the database and then returns results to the service layer, the service layer sends the processing logic to the controller, and the controller calls a view to display data.
Preferably, the management platform provides settings, authority management, basic files, personnel management, project file management, contract management, project department management, project workload, subcontracting management, team information management, progress management, security management, quality management, knowledge base management and work ticket management.
(III) advantageous technical effects
Compared with the prior art, the invention has the following beneficial technical effects:
the cloud platform and the micro-service architecture are adopted, and the technologies of distributed storage, search engines, multi-table information matching and the like are utilized, so that the functions of personnel management, sub-package management, project process management, project quality management, project safety management, knowledge base management and the like are provided;
the identity of the access user is verified by the user access verification module based on zero-knowledge proof, and the access user is allowed to access the discovery server only when the identity authentication of the access user is verified to be legal;
after the identity authentication of the access user is finished, the user access authentication module only knows whether the identity of the access user is legal or not, and does not know the composite private key of the access user, namely, the access user finishes the identity authentication on the premise of not revealing the composite private key of the access user;
therefore, the technical problem that the identity of a user accessing the discovery server cannot be safely verified by the conventional management platform is solved.
Drawings
FIG. 1 is a logic block diagram of a collective enterprise project management platform based on a cloud platform and a micro-service architecture according to the present invention;
FIG. 2 is a logical block diagram of a discovery server of the present invention;
FIG. 3 is a technical architecture diagram of an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
A cloud platform, micro-service architecture based collective enterprise project management platform, as shown in fig. 1, comprising: the system comprises a user client and a micro-service architecture consisting of a project management cloud server, a personnel management cloud server, a sub-package management cloud server, a basic archive management cloud server and a knowledge base management cloud server, wherein any one cloud server in the micro-service architecture is provided with a special cloud database S;
the cloud database S comprises a cloud database S1 configured to the project management cloud server, a cloud database S2 configured to the human resource management cloud server, a cloud database S3 configured to the sub-package management cloud server, a cloud database S4 configured to the basic archive management cloud server, and a cloud database S5 configured to the knowledge base management cloud server;
the management platform further comprises: the API gateway is used for dynamically routing the request access of the user client to any cloud server in the micro service architecture;
as shown in fig. 2, the management platform further includes: the system comprises a discovery server and a user access verification module, wherein the discovery server is used for storing the registration information of any cloud server in the micro service architecture and accepting service access;
the authentication method for the user to access the authentication module comprises the following steps:
the method comprises the following steps: the user access authentication module is stored with an access user U on the user clientiIdentity authentication information n ofiThe specific process comprises the following steps:
accessing user U on user clientiSetting a large prime number p of at least 3 digitsiAnd q isiAnd calculating ni=pi×qiN is to beiTransmitting to the user access authentication module;
the large prime number piAnd q isiIs a unique legal certification key and is only an accessing user UiSeparately, i.e. the user access authentication module does not know the composite private key piAnd q isi
Step two: accessing user U on user clientiWhen an access request is sent to the discovery server, the user access verification module pops up an access user U on a user client side on a request pageiThe interactive communication dialog box has a traceless communication function, namely all interactive communication contents in the dialog box have no backup record;
step three: the user access authentication module randomly and automatically generates a large integer x with the number of digits at least 3iAnd calculate
Figure BDA0002461006870000051
Will yiDisplaying in the dialog box;
step four: on the user's clientAccessing user UiComputing
Figure BDA0002461006870000052
And z'iInputting the data into the dialog box;
step five: user access authentication module authentication equation zi=z′iWhether the result is true or not;
step six: if said equation zi=z′iIf yes, repeating step three, step four and step five to execute tiNext, if the accessing user U on the user clientiZ 'can be correctly calculated each time'iIf the user access authentication module accesses the user UiAuthentication of, i.e. allowing access to, the user UiAccessing a discovery server;
if said equation zi=z′iIf not, the user access authentication module fails to access the user UiAuthentication, i.e. denial of access to the user UiAccessing a discovery server;
after the authentication is completed, the user access authentication module only knows the access user UiIs legitimate, it does not know the accessing user UiOf a composite private key piAnd q isiI.e. access to user UiWithout revealing its own composite private key piAnd q isiOn the premise of finishing the identity verification;
as shown in fig. 3, the technical architecture of the management platform is divided into three layers, namely, an application foreground, a service middle station and a data background, and an SSM framework, namely, Spring + Spring mvc + MyBatis is adopted; the method comprises the following steps that Spring is responsible for object operation, Spring MVC is responsible for logic processing as a controller, MyBatis is responsible for processing a database, page sending requests are sent to the controller through an SSM framework, the controller calls service layer processing logic, the logic layer sends the requests to a persistent layer, the persistent layer interacts with the database and then returns results to the service layer, the service layer sends the processing logic to the controller, and the controller calls a view to show the specific effect of data;
the application foreground adopts a progressive JavaScript framework, has the characteristic of creating a code base with stronger maintainability and class testability, provides efficient data binding and flexible components through a simple API (application programming interface), namely an application programming interface, separates a front end view from a model, has the advantages of low coupling, reusability, independent development, easiness in testing and the like, and can meet various customized requirements;
the business center is mainly responsible for business logic processing, a micro-service architecture development idea is adopted in the layer, a software application program is designed to be a specific mode of an independently deployable service suite, the business function is constructed around the business function, independent deployment can be carried out through a full-automatic deployment mechanism, each micro-service is tightly coupled and applied, data interaction among different micro-services is carried out, and mutual calling is carried out through a unified service standard;
the data background performs data processing interaction through a relational database management system;
the management platform provides the contents of setting, authority management, basic files, personnel management, project file management, contract management, project department management, project workload, subpackage management, team information management, progress management, safety management, quality management, knowledge base management, work ticket management and the like;
the knowledge base management provides project document classification and authority classification, meets the requirements of filing and searching documents according to different types of projects, and specifically comprises the following steps: the knowledge base management provides classification management according to project document types, performs authority management according to document secret-related levels, provides fast search according to document keywords, reduces offline manual document classification and collection, avoids key material loss and secret leakage caused by poor management of important project documents such as bidding, contracts, acceptance inspection and the like, and fast searches and positions the project documents through keyword information so as to improve the working efficiency;
the project department manages and provides a search engine, related information is quickly inquired according to a search engine algorithm by inputting the related information, and the requirement of quickly inquiring the project is met, specifically comprising the following steps: the high-level query of the project information is to perform label processing on the project information by adopting a search engine technology, establish indexes according to project types, project names, responsible persons, regions and the like, and complete the query of a required information list by simple character input, thereby improving the speed of searching the project information, increasing the difficulty of searching the project and expanding the range of searching the project;
the project department management adopts a multi-table matching algorithm, personnel post matching is carried out through personnel qualification and project department post requirements, when the project department is established, personnel who do not meet the post requirements are not allowed to assume corresponding posts in the project department, meanwhile, personnel certificate expiration reminding is provided, personnel qualification and certificate expiration early warning cannot participate in projects needing related qualifications after failure, project personnel are prevented from appearing in different teams and groups repeatedly, project risks of one person on multiple posts are avoided, the overall team quality of the project is improved, the project safety is improved, and the project progress is guaranteed;
the management platform adopts a cloud platform and a micro-service architecture, utilizes micro-services, a micro-application architecture, adopts technologies such as distributed deployment, search engines and multi-table matching, provides functions including personnel management, enterprise qualification management, project department management, project process management, project contract management, job ticket management and the like, effectively promotes standardized management and large-scale operation of construction type integrated enterprises, strengthens filing and sharing of construction site data by using a knowledge base, strengthens corresponding management of project site personnel, qualification, certificates and posts by multi-table matching, practically promotes self-owned construction capability of construction type integrated enterprises, and ensures safety and controllability of construction sites.
Although embodiments of the present invention have been shown and described, it will be appreciated by those skilled in the art that changes, modifications, substitutions and alterations can be made in these embodiments without departing from the principles and spirit of the invention, the scope of which is defined in the appended claims and their equivalents.

Claims (4)

1. A collective enterprise project management platform based on a cloud platform and a micro-service architecture is characterized by comprising: the system comprises a user client and a micro-service architecture consisting of a project management cloud server, a personnel management cloud server, a sub-package management cloud server, a basic archive management cloud server and a knowledge base management cloud server, wherein any one cloud server in the micro-service architecture is provided with a special cloud database S;
the management platform further comprises: the API gateway is used for dynamically routing the request access of the user client to any cloud server in the micro service architecture;
the management platform further comprises: the system comprises a discovery server and a user access verification module, wherein the discovery server is used for storing the registration information of any cloud server in the micro service architecture and accepting service access;
the authentication method for the user to access the authentication module comprises the following steps:
the method comprises the following steps: accessing user U on user clientiThe method comprises the following steps of performing user registration on a user access verification module, specifically: accessing user UiSetting a large prime number piAnd q isiAnd calculate ni=pi×qiAnd n isiTransmitting to the user access authentication module;
step two: when accessing user UiWhen an access request is sent to the discovery server, the user access authentication module pops up and accesses the user UiA dialog box for interactive communication;
step three: the user access verification module automatically generates a large integer xiAnd calculate
Figure FDA0002461006860000011
Figure FDA0002461006860000012
Will yiDisplaying in the dialog box;
step four: accessing user UiComputing
Figure FDA0002461006860000013
And z'iInputting the data into the dialog box;
step five:user access authentication module authentication equation zi=z′iWhether the result is true or not;
step six: if said equation zi=z′iIf yes, the user access verification module accesses the user UiAuthentication of, i.e. allowing access to, the user UiAccess is made to a discovery server.
2. The collective enterprise project management platform of claim 1, wherein the cloud databases S comprise a cloud database S1 configured for a project management cloud server, a cloud database S2 configured for a funding cloud server, a cloud database S3 configured for a subcontracting cloud server, a cloud database S4 configured for a base archive management cloud server, and a cloud database S5 configured for a knowledge base management cloud server.
3. The collective enterprise project management platform according to claim 2, wherein the technical architecture of the management platform is divided into three layers, namely an application foreground, a business middle station and a data background, and an SSM framework, namely Spring + Spring mvc + MyBatis is adopted; the method comprises the steps that Spring is used for object operation, Spring MVC is used as a controller and is used for logic processing, MyBatis is used for processing a database, page sending requests are sent to the controller through an SSM framework, the controller calls service layer processing logic, the logic layer sends the requests to a persistence layer, the persistence layer interacts with the database and then returns results to the service layer, the service layer sends the processing logic to the controller, and the controller calls a view to display data.
4. The collective enterprise project management platform of claim 3, wherein the management platform provides settings, rights management, base documentation, funding management, project documentation management, contract management, project department management, project workload, subcontract management, team information management, schedule management, security management, quality management, knowledge base management, work ticket management.
CN202010320059.4A 2020-04-22 2020-04-22 Collective enterprise project management platform based on cloud platform and micro-service architecture Pending CN111539622A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010320059.4A CN111539622A (en) 2020-04-22 2020-04-22 Collective enterprise project management platform based on cloud platform and micro-service architecture

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010320059.4A CN111539622A (en) 2020-04-22 2020-04-22 Collective enterprise project management platform based on cloud platform and micro-service architecture

Publications (1)

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

Family

ID=71980001

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010320059.4A Pending CN111539622A (en) 2020-04-22 2020-04-22 Collective enterprise project management platform based on cloud platform and micro-service architecture

Country Status (1)

Country Link
CN (1) CN111539622A (en)

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112184496A (en) * 2020-09-07 2021-01-05 苏州东方金汇通智能科技有限公司 Elevator cloud platform management system
CN112615786A (en) * 2020-12-04 2021-04-06 北京神州泰岳软件股份有限公司 Route determining method and device, electronic equipment and computer readable storage medium
CN112711746A (en) * 2021-01-18 2021-04-27 浙江商数链科技有限公司 Quotient chain cloud platform
CN112769622A (en) * 2021-01-18 2021-05-07 孙冬英 Cluster service fault early warning system based on RPC service monitoring
CN112799918A (en) * 2021-04-12 2021-05-14 北京三维天地科技股份有限公司 Management system of visual enterprise service bus based on lightweight microservice architecture
CN113259407A (en) * 2021-03-25 2021-08-13 上海卓悠网络科技有限公司 Data interaction method and device based on application market architecture
CN113395311A (en) * 2020-09-08 2021-09-14 重庆高新技术产业研究院有限责任公司 Method for constructing rule engine based on SOA and distributed deployment
CN113395313A (en) * 2020-09-08 2021-09-14 重庆高新技术产业研究院有限责任公司 Integrated model of data center station and service center station based on multi-technology fusion
CN113706101A (en) * 2021-08-24 2021-11-26 国家电网有限公司 Power grid project management intelligent system architecture and method
CN113986221A (en) * 2021-10-29 2022-01-28 重庆富民银行股份有限公司 Connection platform for third-party service management
CN114697065A (en) * 2020-12-31 2022-07-01 中国联合网络通信集团有限公司 Security authentication method and security authentication device
CN114697065B (en) * 2020-12-31 2024-04-30 中国联合网络通信集团有限公司 Security authentication method and security authentication device

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6073234A (en) * 1997-05-07 2000-06-06 Fuji Xerox Co., Ltd. Device for authenticating user's access rights to resources and method
CN106656630A (en) * 2017-01-13 2017-05-10 北京中电普华信息技术有限公司 Electric marketing service application system, and construction method and platform thereof
CN107528853A (en) * 2017-09-12 2017-12-29 上海艾融软件股份有限公司 The implementation method of micro services control of authority
CN109039880A (en) * 2018-09-05 2018-12-18 四川长虹电器股份有限公司 A method of simple authentication authorization is realized using API gateway

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6073234A (en) * 1997-05-07 2000-06-06 Fuji Xerox Co., Ltd. Device for authenticating user's access rights to resources and method
CN106656630A (en) * 2017-01-13 2017-05-10 北京中电普华信息技术有限公司 Electric marketing service application system, and construction method and platform thereof
CN107528853A (en) * 2017-09-12 2017-12-29 上海艾融软件股份有限公司 The implementation method of micro services control of authority
CN109039880A (en) * 2018-09-05 2018-12-18 四川长虹电器股份有限公司 A method of simple authentication authorization is realized using API gateway

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
风行南方: "零知识证明介绍", 《CSDN博客》 *

Cited By (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112184496A (en) * 2020-09-07 2021-01-05 苏州东方金汇通智能科技有限公司 Elevator cloud platform management system
CN112184496B (en) * 2020-09-07 2023-08-01 苏州东方金汇通智能科技有限公司 Elevator cloud platform management system
CN113395311A (en) * 2020-09-08 2021-09-14 重庆高新技术产业研究院有限责任公司 Method for constructing rule engine based on SOA and distributed deployment
CN113395313A (en) * 2020-09-08 2021-09-14 重庆高新技术产业研究院有限责任公司 Integrated model of data center station and service center station based on multi-technology fusion
CN112615786A (en) * 2020-12-04 2021-04-06 北京神州泰岳软件股份有限公司 Route determining method and device, electronic equipment and computer readable storage medium
CN114697065A (en) * 2020-12-31 2022-07-01 中国联合网络通信集团有限公司 Security authentication method and security authentication device
CN114697065B (en) * 2020-12-31 2024-04-30 中国联合网络通信集团有限公司 Security authentication method and security authentication device
CN112711746A (en) * 2021-01-18 2021-04-27 浙江商数链科技有限公司 Quotient chain cloud platform
CN112769622A (en) * 2021-01-18 2021-05-07 孙冬英 Cluster service fault early warning system based on RPC service monitoring
CN113259407A (en) * 2021-03-25 2021-08-13 上海卓悠网络科技有限公司 Data interaction method and device based on application market architecture
CN112799918B (en) * 2021-04-12 2021-08-24 北京三维天地科技股份有限公司 Management system of visual enterprise service bus based on lightweight microservice architecture
CN112799918A (en) * 2021-04-12 2021-05-14 北京三维天地科技股份有限公司 Management system of visual enterprise service bus based on lightweight microservice architecture
CN113706101A (en) * 2021-08-24 2021-11-26 国家电网有限公司 Power grid project management intelligent system architecture and method
CN113706101B (en) * 2021-08-24 2023-08-18 国家电网有限公司 Intelligent system architecture and method for power grid project management
CN113986221A (en) * 2021-10-29 2022-01-28 重庆富民银行股份有限公司 Connection platform for third-party service management

Similar Documents

Publication Publication Date Title
CN111539622A (en) Collective enterprise project management platform based on cloud platform and micro-service architecture
CN110288307B (en) Intelligent contract collaborative development system and data processing method based on Fabric Block chain
US20200184548A1 (en) Systems and methods for leasing equipment or facilities using blockchain technology
JP2022533770A (en) A system or method for enforcing the right to be forgotten on a metadata-driven blockchain using shared secrets and read agreements
CN112514319A (en) System and method for supporting SQL-based rich queries in a hyper-ledger architecture blockchain
CN112602076A (en) DAG-based transaction processing method and system in distributed ledger
CN109831529B (en) Cloud chain number integrated system structure
US20140181003A1 (en) Common data model for identity access management data
IES20010666A2 (en) An electronic operations and maintenance log and system for an aircraft
DE112021002797T5 (en) PRIVACY PRESERVING ARCHITECTURE FOR AUTHORIZED BLOCKCHAINS
CN115552441A (en) Low trust privilege access management
DE112021003971T5 (en) SUSTAINABLE TOKENS FOR A PRIVACY PROTECTED PROTOCOL SUPPLY CHAIN
Priya et al. An efficient system framework for managing identity in educational system based on blockchain technology
CN105096034B (en) The implementation method and electronic government affairs system of E-Government
CN116250210A (en) Methods, apparatus, and computer readable media for authentication and authorization of networked data transactions
KR20230064354A (en) Blockchain-based authentication audit data sharing and integrity verification system, device and method thereof
Gajek et al. IIoT and cyber-resilience: Could blockchain have thwarted the Stuxnet attack?
Nabi Comparative study on identity management methods using blockchain
Jones Blockchain: Building consensus and trust across the space sector
CN116957385A (en) 360-degree performance assessment method and system for shipping enterprise staff
CN113627809A (en) Medical waste supervision system and method based on block chain
CN113392420A (en) Intelligent project data management method and system
GB2581012A (en) Systems and methods for leasing equipment or facilities using blockchain technology
CN110071966A (en) The networking of block chain and data processing method based on cloud platform
CN115514489A (en) Knowledge-intensive type zero-work economic service system and operation method thereof

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20200814