CN109039776B - System for realizing unified account management of multiple systems by simulating HTTP (hyper text transport protocol) request - Google Patents

System for realizing unified account management of multiple systems by simulating HTTP (hyper text transport protocol) request Download PDF

Info

Publication number
CN109039776B
CN109039776B CN201811063925.5A CN201811063925A CN109039776B CN 109039776 B CN109039776 B CN 109039776B CN 201811063925 A CN201811063925 A CN 201811063925A CN 109039776 B CN109039776 B CN 109039776B
Authority
CN
China
Prior art keywords
http
management
synchronization
http request
module
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201811063925.5A
Other languages
Chinese (zh)
Other versions
CN109039776A (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.)
Beijing Infosec Technologies Co Ltd
Original Assignee
Beijing Infosec Technologies Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Infosec Technologies Co Ltd filed Critical Beijing Infosec Technologies Co Ltd
Priority to CN201811063925.5A priority Critical patent/CN109039776B/en
Publication of CN109039776A publication Critical patent/CN109039776A/en
Application granted granted Critical
Publication of CN109039776B publication Critical patent/CN109039776B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/02Standardisation; Integration
    • H04L41/0246Exchanging or transporting network management information using the Internet; Embedding network management web servers in network elements; Web-services-based protocols
    • H04L41/0253Exchanging or transporting network management information using the Internet; Embedding network management web servers in network elements; Web-services-based protocols using browsers or web-pages for accessing management information
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/20Network architectures or network communication protocols for network security for managing network security; network security policies in general
    • 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]

Abstract

The invention provides a unified account management system for realizing multiple systems by simulating HTTP requests, which comprises the following steps: the HTTP request simulation learner module is used for storing and recording the operation request of each service system and storing an HTTP request message template; the synchronous configuration management module is connected with the HTTP request simulation learner module and used for calling the HTTP request simulation learner module and sending the HTTP request of the service system to the HTTP synchronous adapter; the HTTP synchronization adapter is used for sending the HTTP request from the synchronization configuration management module to the service system; the unified user management module triggers account synchronization operation of the account synchronization engine, the account synchronization engine calls an HTTP synchronization adapter according to the configuration of the synchronization configuration management module, and initiates a management operation request learned by an HTTP request simulation learner, so that centralized unified management of users of different service systems is realized. The invention can realize the centralized management of the service system based on the management operation of the WEB page without any modification to the service system.

Description

System for realizing unified account management of multiple systems by simulating HTTP (hyper text transport protocol) request
Technical Field
The invention relates to the technical field of business systems, in particular to a unified account management system for realizing multiple systems by simulating HTTP requests.
Background
Almost all the current units have a large number of various business systems, such as office systems, mail systems, customer relationship management systems, ERP systems and the like, and the business systems have independent user account management systems. When personnel changes such as staff entering into and leaving from the office occur, the IT system administrator needs to enter into each business system respectively to maintain and change the user account. In order to reduce the work of the administrator and the cost of system maintenance, it is necessary to perform unified and centralized management on accounts.
The general solution to solve the above problems is to develop a set of centralized user management system, and the centralized user management system manages the accounts in each service system in a unified manner. The current common method for uniformly and centrally managing user accounts mainly comprises 1) planning a service system in advance and sharing a set of user account database; 2) each business system provides a development interface for the centralized user management system to be butted and called; 3) and the service system opens the database user table for the centralized user management system to call.
The various methods relate to the cooperative transformation of a business system, the business system which cannot be cooperatively transformed is difficult to realize, and the risk caused by the misoperation of the database exists when the database is opened.
Disclosure of Invention
The object of the present invention is to solve at least one of the technical drawbacks mentioned.
Therefore, the invention aims to provide a unified account management system for realizing multiple systems by simulating HTTP requests.
In order to achieve the above object, an embodiment of the present invention provides a system for implementing a multi-system unified account management system by simulating an HTTP request, including: a unified user management module, an account number synchronization engine module, an HTTP synchronization adapter, a synchronization configuration management module and an HTTP request simulation learner module, wherein,
the HTTP request simulation learner module is used for storing and recording the operation request of each service system, analyzing the HTTP request generated by a learning administrator during the management operation and storing the HTTP request as an HTTP request message template;
the synchronous configuration management module is connected with the HTTP request simulation learner module and used for calling the HTTP request simulation learner module and sending an HTTP request of a service system to the HTTP synchronous adapter;
the HTTP synchronization adapter is used for sending the HTTP request from the synchronization configuration management module to a corresponding service system;
the unified user management module is used for triggering account synchronization operation of the account synchronization engine under the operation of the administrator, the account synchronization engine calls the HTTP synchronization adapter according to the configuration of the synchronization configuration management module, and initiates a management operation request learned by the HTTP request simulation learner, so that centralized and unified management of users of different service systems is realized.
Further, the message content of the HTTP request message template in the HTTP request simulation learner module includes: login operation of an administrator, operation of adding a user, operation of deleting a user, operation of modifying a user, and operation of inquiring a user, wherein one operation consists of one or more HTTP requests.
Further, the HTTP request simulation learner module has a session holding capability and judges whether the operation is successful or not through an HTTP response status code or a response body.
Furthermore, the HTTP synchronization adapter is also used to simulate the HTTP requests of the user for login, addition, modification, deletion, and query initiated by the service system administrator, so as to implement the management operations of addition, deletion, and modification of the account number of the service system.
Further, the HTTP synchronization adapter obtains an HTTP request message template for a corresponding operation through the synchronization configuration management module under the call of the account synchronization engine, loads user information actually requiring a management operation, combines a message for performing the management operation on the user, sends the message to a corresponding service system, and obtains a result of whether the operation is successful or not.
According to the system for realizing the unified account management of the multiple systems by simulating the HTTP request, the HTTP request sent by the service system management end is simulated by adopting a method for simulating the HTTP request, so that the unified management of the service system accounts is realized. The system for realizing the multi-system unified account management by simulating the HTTP request has the following beneficial effects that:
(1) the centralized management of the service system based on WEB page management operation can be realized without any modification of the service system;
(2) the method can be implemented without knowing the user table structure of the business system, and avoids the safety risk brought by the fact that an external system invades the database table of the business system for operation
(3) The method can be used for centralized management of accounts, and can be popularized and applied to other centralized management operations by adopting the same technical principle.
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 above and/or additional aspects and advantages of the present invention will become apparent and readily appreciated from the following description of the embodiments, taken in conjunction with the accompanying drawings of which:
fig. 1 is a structural diagram of a unified account management system for implementing multiple systems by simulating HTTP requests according to an embodiment of the present invention.
Detailed Description
Reference will now be made in detail to embodiments of the present invention, examples of which are illustrated in the accompanying drawings, wherein like or similar reference numerals refer to the same or similar elements or elements having the same or similar function throughout. The embodiments described below with reference to the drawings are illustrative and intended to be illustrative of the invention and are not to be construed as limiting the invention.
As shown in fig. 1, the system for implementing multi-system unified account management by simulating HTTP requests according to the embodiment of the present invention includes: the system comprises a unified user management module 100, an account synchronization engine 200 module, an HTTP synchronization adapter 300, a synchronization configuration management module 400 and an HTTP request simulation learner module 500.
Specifically, the HTTP request simulation learner module 500 is configured to store and record an operation request of each service system, analyze an HTTP request generated when an administrator manages an operation, and store the HTTP request as an HTTP request message template. The synchronization configuration management module 400 is connected to the HTTP request simulation learner module, and is configured to invoke the HTTP request simulation learner module and send an HTTP request of the service system to the HTTP synchronization adapter 300.
That is, the system administrator first calls the HTTP request simulation learner 500 through the synchronization configuration management block 400 to initiate a user management operation to the business system. All operation requests with the service system are recorded by the HTTP request simulation learner, intelligently analyzed, extracted in key steps, manually adjusted and stored as HTTP request message templates.
In one embodiment of the present invention, the message content of the HTTP request message template in the HTTP request simulation learner module 500 includes: login operation of an administrator, operation of adding a user, operation of deleting a user, operation of modifying a user, and operation of inquiring a user, wherein one operation consists of one or more HTTP requests.
In addition, the HTTP request emulation learner module 500 has a session holding capability, and determines whether the operation is successful through the HTTP response status code or the responder.
The HTTP synchronization adapter 300 is configured to send the HTTP request from the synchronization configuration management module 400 to the corresponding service system.
In an embodiment of the present invention, the HTTP synchronization adaptor 300 is further configured to simulate a login request, an addition request, a modification request, a deletion request, and an inquiry request of a user initiated by a service system administrator, so as to implement a management operation of adding, deleting, and modifying an account of a service system.
The unified user management module 100 is configured to trigger an account synchronization operation of the account synchronization engine 200 under an operation of an administrator, and the account synchronization engine 200 invokes the HTTP synchronization adapter 300 according to the configuration of the synchronization configuration management module 400, and initiates a management operation request learned by the HTTP request simulation learner, so as to implement centralized unified management on users of different service systems.
It should be noted that, the account synchronization engine 200 module supports functions of a database synchronization engine, a WEB interface synchronization engine, an AD synchronization engine, and the like in addition to the HTTP synchronization engine, and is not described herein again.
Specifically, when the unified user management module 100 performs the user management operation, the administrator triggers the account synchronization operation of the account synchronization engine 200. The account synchronization engine 200 calls the HTTP synchronization adapter 300 to initiate an account management request according to the configuration of the synchronization configuration management module 400. The HTTP synchronization adapter 300 obtains HTTP request message templates of corresponding operations through the synchronization configuration management module 400 under the call of the account synchronization engine 200, loads user information actually required to be managed, combines messages for performing management operations on users, sends the messages to corresponding service systems, and obtains results of success or failure of the operations.
According to the system for realizing the unified account management of the multiple systems by simulating the HTTP request, the HTTP request sent by the service system management end is simulated by adopting a method for simulating the HTTP request, so that the unified management of the service system accounts is realized. The system for realizing the multi-system unified account management by simulating the HTTP request has the following beneficial effects that:
(1) the centralized management of the service system based on WEB page management operation can be realized without any modification of the service system;
(2) the method can be implemented without knowing the user table structure of the business system, and avoids the safety risk brought by the fact that an external system invades the database table of the business system for operation
(3) The method can be used for centralized management of accounts, and can be popularized and applied to other centralized management operations by adopting the same technical principle.
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 do not necessarily 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.
Although embodiments of the present invention have been shown and described above, it is understood that the above embodiments are exemplary and should not be construed as limiting the present invention, and that variations, modifications, substitutions and alterations can be made in the above embodiments by those of ordinary skill in the art without departing from the principle and spirit of the present invention. The scope of the invention is defined by the appended claims and equivalents thereof.

Claims (2)

1. A unified account management system for realizing multiple systems by simulating HTTP requests is characterized by comprising the following steps: a unified user management module, an account number synchronization engine module, an HTTP synchronization adapter, a synchronization configuration management module and an HTTP request simulation learner module, wherein,
the HTTP request simulation learner module is used for storing and recording the operation request of each service system, analyzing the HTTP request generated by a learning administrator during the management operation and storing the HTTP request as an HTTP request message template; the HTTP request simulation learner module has a session holding capacity and judges whether the operation is successful or not through an HTTP response state code or a response body;
the synchronous configuration management module is connected with the HTTP request simulation learner module and used for calling the HTTP request simulation learner module and sending an HTTP request of a service system to the HTTP synchronous adapter;
the HTTP synchronization adapter is used for sending the HTTP request from the synchronization configuration management module to a corresponding service system; the HTTP synchronous adapter is also used for simulating the HTTP requests of login, addition, modification, deletion and inquiry users initiated by a service system administrator so as to realize the management operation of addition, deletion and modification of the account number of the service system; the HTTP synchronization adapter acquires HTTP request message templates of corresponding operations through a synchronization configuration management module under the call of the account synchronization engine module, loads user information which actually needs management operations, combines messages for performing management operations on users, sends the messages to corresponding service systems, and acquires results of success or failure of the operations;
the unified user management module is used for triggering account synchronization operation of the account synchronization engine module under the operation of the administrator, the account synchronization engine module calls the HTTP synchronization adapter according to the configuration of the synchronization configuration management module, and initiates a management operation request learned by the HTTP request simulation learner module, so that centralized unified management of users of different service systems is realized.
2. The system for implementing multi-system unified account management by simulating HTTP requests according to claim 1, wherein the message contents of the HTTP request message template in the HTTP request simulation learner module include: login operation of an administrator, operation of adding a user, operation of deleting a user, operation of modifying a user, and operation of inquiring a user, wherein one operation consists of one or more HTTP requests.
CN201811063925.5A 2018-09-12 2018-09-12 System for realizing unified account management of multiple systems by simulating HTTP (hyper text transport protocol) request Active CN109039776B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811063925.5A CN109039776B (en) 2018-09-12 2018-09-12 System for realizing unified account management of multiple systems by simulating HTTP (hyper text transport protocol) request

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811063925.5A CN109039776B (en) 2018-09-12 2018-09-12 System for realizing unified account management of multiple systems by simulating HTTP (hyper text transport protocol) request

Publications (2)

Publication Number Publication Date
CN109039776A CN109039776A (en) 2018-12-18
CN109039776B true CN109039776B (en) 2021-08-31

Family

ID=64621328

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811063925.5A Active CN109039776B (en) 2018-09-12 2018-09-12 System for realizing unified account management of multiple systems by simulating HTTP (hyper text transport protocol) request

Country Status (1)

Country Link
CN (1) CN109039776B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109862074B (en) * 2018-12-29 2022-03-25 医渡云(北京)技术有限公司 Data acquisition method and device, readable medium and electronic equipment
CN111083136B (en) * 2019-12-12 2022-03-08 北京百分点科技集团股份有限公司 Account resource management device and method and data acquisition system and method

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103929477A (en) * 2014-03-31 2014-07-16 国网山东省电力公司 Intersystem non-coupling integration simulation method and system based on Http
CN103927167A (en) * 2014-03-31 2014-07-16 国网山东省电力公司 Functional-granularity highly-customizable system integration method
CN104158847A (en) * 2014-07-17 2014-11-19 国网山东省电力公司 Method and system for realizing dynamic sharing of data through simulation
CN107277049A (en) * 2017-07-27 2017-10-20 郑州云海信息技术有限公司 The access method and device of a kind of application system

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070226483A1 (en) * 2006-03-24 2007-09-27 Dennis Cox System and method for storing and/or transmitting emulated network flows

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103929477A (en) * 2014-03-31 2014-07-16 国网山东省电力公司 Intersystem non-coupling integration simulation method and system based on Http
CN103927167A (en) * 2014-03-31 2014-07-16 国网山东省电力公司 Functional-granularity highly-customizable system integration method
CN104158847A (en) * 2014-07-17 2014-11-19 国网山东省电力公司 Method and system for realizing dynamic sharing of data through simulation
CN107277049A (en) * 2017-07-27 2017-10-20 郑州云海信息技术有限公司 The access method and device of a kind of application system

Also Published As

Publication number Publication date
CN109039776A (en) 2018-12-18

Similar Documents

Publication Publication Date Title
US10079789B2 (en) Shared attachments
US8473604B2 (en) Method for intelligent and automated transmission of local context in converged signaling
US20200319982A1 (en) Notification mechanism for disaster recovery events
WO2008065695A1 (en) Server management program, mail server management program, server management system, and server management method
CN109358847B (en) Service management platform
CN106572087B (en) Voice outbound system
CN101282314A (en) Group communication method, equipment and system for instant communication
CN105681454A (en) Method and system for self-adaptively connecting cloud desktop
CN107833064B (en) System and method for integrating telephone with cloud CRM
CN109039776B (en) System for realizing unified account management of multiple systems by simulating HTTP (hyper text transport protocol) request
CN108965109A (en) A kind of instant messaging control method, device and storage medium
CN111382985A (en) To-do message integrated pushing system and working method
CN105721389B (en) The processing of multi-terminal equipment communicating data and service response method, device
CN113434600A (en) Data synchronization method and device
CN112035240A (en) Task management method, device and system
CN109785189B (en) Multi-channel converged customer support service platform and working method thereof
US20140211931A1 (en) System and Method for Generating and Delivering Automated Reports Concerning the Performance of a Call Center
CA3065729A1 (en) Business rules processing framework
CN101621591B (en) Seat monitoring method and system
CN109683916A (en) A kind of method of cloud mirrored host computer of the autonomous creation comprising application software
US20090077243A1 (en) Conversation recovery method
CN102457498A (en) Method and device for switching instant messaging session
CN103731342A (en) Instant message based workflow management system and management method
CN106302388A (en) A kind of configurable information system security auditing method and device
CN106789271B (en) Fault reporting processing method and system

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