CN102457474A - Method for managing logs of lessee of software-as-a-service (SaaS) application software - Google Patents

Method for managing logs of lessee of software-as-a-service (SaaS) application software Download PDF

Info

Publication number
CN102457474A
CN102457474A CN2010105134930A CN201010513493A CN102457474A CN 102457474 A CN102457474 A CN 102457474A CN 2010105134930 A CN2010105134930 A CN 2010105134930A CN 201010513493 A CN201010513493 A CN 201010513493A CN 102457474 A CN102457474 A CN 102457474A
Authority
CN
China
Prior art keywords
software
saas
data
user
database
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
CN2010105134930A
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.)
ZHENJIANG JINRUAN COMPUTER TECHNOLOGY CO LTD
Original Assignee
ZHENJIANG JINRUAN COMPUTER TECHNOLOGY CO LTD
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by ZHENJIANG JINRUAN COMPUTER TECHNOLOGY CO LTD filed Critical ZHENJIANG JINRUAN COMPUTER TECHNOLOGY CO LTD
Priority to CN2010105134930A priority Critical patent/CN102457474A/en
Publication of CN102457474A publication Critical patent/CN102457474A/en
Pending legal-status Critical Current

Links

Landscapes

  • Storage Device Security (AREA)

Abstract

The invention relates to a method for managing logs of a lessee of software-as-a-service (SaaS) application software, in particular to a method for managing operating logs of each lessee of the SaaS application software, and belongs to the field of computer network communication. In the method, a mouse clicking event and a button clicking event are continuously monitored by a thread started by a monitoring thread component of a system; operating data and operating behaviors of the lessee are recorded in a database by calling a function method corresponding to the mouse event or the button event; therefore, lessee log management under an SaaS mode is realized.

Description

Tenant's blog management method of SaaS application software
Technical field
The present invention relates to tenant's blog management method of SaaS application software, especially a kind of management to each tenant's Operation Log in the SaaS application software, thus the method for realization SaaS application software fail safe belongs to computer network communication field.
Background technology
Tenant's blog management method of SaaS application software, essence are a kind of the user to be carried out the management of system operation action and system operation content, thereby realize the management software of SaaS application system fail safe.Aspect system safety, this kind software can carry out record to operation behavior and the operating data of each tenant in system etc., so that the operation of tenant in system investigated, thus the fail safe of the system of assurance.It is particularly outstanding that the advantage of this software seems.Because the electronic data characteristic of computer software is brought many remarkable facilities to the user, applied rapidly simultaneously.
In conventional use, log record is single system corresponding multi-user often.And in the SaaS application software, log record is the corresponding multi-user of multisystem.And application server and database facility all are to be grasped by client oneself, and each client's data are independent fully non-interfering naturally, and this can let the client feel very safe.And in SaaS used, server was no longer managed by client oneself.If the user has done some wrong operations in system, cause tenant's loss of vital data or make mistakes, the tenant may suspect that these mistakes are that reason owing to the SaaS system causes, or other tenants' operation causes.For example, in CRM system, a misoperation of users possibly deleted some important customers data, and this will be very large loss for the tenant.
The present invention is based on the SaaS pattern, and to this technical barrier of the ubiquitous fail safe of present SaaS software, this solves the safety problem of SaaS application system on the one hand from security of system.The user is through using native system, and the operation behavior of each tenant in system and operating data etc. are carried out record, so that the operation of tenant in system investigated, is that can not forge, that can not destroy, undeniable with assurance tenant behavior.Obviously, the fail safe of existing SaaS application system is lower, can not satisfy the requirement of current each enterprise.
Summary of the invention
The objective of the invention is to: to the deficiency of above prior art existence; Propose a kind ofly can carry out record to user's operation behavior and data of operation in system etc.; Guarantee that the behavior of user in system has good grounds; Can not in system, forge factum, perhaps forge other users' behavior; Simultaneously, the user can not destroy these evidences, can not deny factum, thereby realizes the fail safe of SaaS application system.
In order to reach above purpose, the present invention contains following assembly:
Client operating software---be used for carrying out mutual software terminal system with client;
Database---be used for storage system to want data recorded information.
More than two assemblies form by following each widget:
Client operating software is made up of following assembly:
Client end interface---be used for carrying out the mutual of input and output with the user of system;
Filter---be used to tackle page request;
The watcher thread Monitor thread of system assembly---be used for monitoring users through the operation of hardware input equipment on system interface, and operation is changed into corresponding order, this thread mainly is made up of following function:
The MouseClick function---be used to monitor the click event of mouse;
ButtonClick function: be used for the user is carried out record in the data of the operation of system.
The PageRequest function---be used for the user is carried out record in the behavior of the operation of system;
Data management component---be used for the data of management database.
Database consists of the following components:
User basic information table--the system user's the in-record enforcement project basic data;
Log sheet--user's the operation behavior and the data of operation in the-register system.
The user uses step to be:
Step 1: use the client end operating software, utilize system manager's identity login system, newly-built some user profile; The user name that comprises the user; Password, name or the like is saved in user basic information in the subscriber's meter of database with calling data management component;
Step 2: use the client end operating software, watcher thread Monitor thread just gets into listening state.When pressing mouse, watcher thread Monitor thread listens to the click action of hardware entry device mouse, calls the MouseClick function, and said MouseClick function click coordinate place is set to the moving position of cursor of mouse; Watcher thread Monitor thread continues to monitor other trigger event then;
Step 3: use client operating software, click the button in the system operation interface, call the ButtonClick function, said ButtonClick function will call data management component the data that the user operates will be saved in the log sheet of database;
Step 4: use client operating software; During the user capture system page; Through setting to CONFIG.SYS; Realized the submission behavior in all the page request behaviors and the page is all tackled by filter, call the PageRequest function then, said PageRequest function will call data management component the behavior that the user operates will be saved in the log sheet of database.
So, when the user opens management system, just can control the operating position of current user effectively to SaaS application system function.Through using native system; User's operation behavior and data of operation in system etc. are carried out record, guarantee that the behavior of user in system has good grounds, can not in system, forge factum; Perhaps forge other users' behavior, guarantee the fail safe of system.
Embodiment
Embodiment one
Use Microsoft Visual Studio 2008 SDKs exploitation client and server operating software; Use database management tools special-purpose on the market; SqlServer2005 sets up the needed database of system, adopts WPF as IDK, and concrete mode is:
In order to reach above purpose, the present invention contains following assembly:
Client operating software---be used for carrying out mutual software terminal system with client;
Database---be used for storage system to want data recorded information.
More than two assemblies form by following each widget:
Client operating software is made up of following assembly:
Client end interface---be used for carrying out the mutual of input and output with the user of system;
Filter---be used to tackle page request;
The watcher thread Monitor thread of system assembly---be used for monitoring users through the operation of hardware input equipment on system interface, and operation is changed into corresponding order, this thread mainly is made up of following function:
The MouseClick function---be used to monitor the click event of mouse;
ButtonClick function: be used for the user is carried out record in the data of the operation of system.
The PageRequest function---be used for the user is carried out record in the behavior of the operation of system;
Data management component---be used for the data of management database.
Database consists of the following components:
User basic information table--the system user's the in-record enforcement project basic data;
Log sheet--user's the operation behavior and the data of operation in the-register system.
The user uses step to be:
Step 1: use the client end operating software, utilize system manager's identity login system, newly-built some user profile; The user name that comprises the user; Password, name or the like is saved in user basic information in the subscriber's meter of database with calling data management component;
Step 2: use the client end operating software, watcher thread Monitor thread just gets into listening state.When pressing mouse, watcher thread Monitor thread listens to the click action of hardware entry device mouse, calls the MouseClick function, and said MouseClick function click coordinate place is set to the moving position of cursor of mouse; Watcher thread Monitor thread continues to monitor other trigger event then;
Step 3: use client operating software, click the button in the system operation interface, call the ButtonClick function, said ButtonClick function will call data management component the data that the user operates will be saved in the log sheet of database;
Step 4: use client operating software; During the user capture system page; Through qualification to CONFIG.SYS; Realized the submission behavior in all the page request behaviors and the page is all tackled by filter, call the PageRequest function then, said PageRequest function will call data management component the behavior that the user operates will be saved in the log sheet of database.
Except that the foregoing description, the present invention can also have other execution modes.All employings are equal to the technical scheme of replacement or equivalent transformation formation, all drop on the protection range of requirement of the present invention.

Claims (2)

1.SaaS tenant's blog management method of application software; It is characterized in that can open thread through system's watcher thread assembly ceaselessly monitors mouse click event and button click event; Call the corresponding functional based method of mouse event or button event, record tenant's operating data and operational motion in database.
2. according to tenant's blog management method of the said SaaS application software of claim 1, it is characterized in that: comprise following assembly: database, want data recorded information in order to storage system; The client end operating software is used for carrying out mutual software terminal system with client; Data management component is used for the data of management database; Watcher thread triggers corresponding incident.
CN2010105134930A 2010-10-21 2010-10-21 Method for managing logs of lessee of software-as-a-service (SaaS) application software Pending CN102457474A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN2010105134930A CN102457474A (en) 2010-10-21 2010-10-21 Method for managing logs of lessee of software-as-a-service (SaaS) application software

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2010105134930A CN102457474A (en) 2010-10-21 2010-10-21 Method for managing logs of lessee of software-as-a-service (SaaS) application software

Publications (1)

Publication Number Publication Date
CN102457474A true CN102457474A (en) 2012-05-16

Family

ID=46040142

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2010105134930A Pending CN102457474A (en) 2010-10-21 2010-10-21 Method for managing logs of lessee of software-as-a-service (SaaS) application software

Country Status (1)

Country Link
CN (1) CN102457474A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106201032A (en) * 2016-07-13 2016-12-07 北京金山安全软件有限公司 Processing method and device for modifying double-click interval time of mouse and electronic equipment
CN107153681A (en) * 2017-04-19 2017-09-12 畅捷通信息技术股份有限公司 A kind of user's registration conversion method and system

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1728133B (en) * 2004-07-27 2010-04-28 武征 Object oriented information server, preparation method and browser

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1728133B (en) * 2004-07-27 2010-04-28 武征 Object oriented information server, preparation method and browser

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
《网络安全技术与应用》 20090831 刘建本 "基于SaaS模式下的系统数据安全策略探讨" 第68-69页 1-2 , *
刘建本: ""基于SaaS模式下的系统数据安全策略探讨"", 《网络安全技术与应用》, 31 August 2009 (2009-08-31), pages 68 - 69 *

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106201032A (en) * 2016-07-13 2016-12-07 北京金山安全软件有限公司 Processing method and device for modifying double-click interval time of mouse and electronic equipment
CN106201032B (en) * 2016-07-13 2019-04-30 珠海豹趣科技有限公司 Modify processing method, device and the electronic equipment of double click interval time
CN107153681A (en) * 2017-04-19 2017-09-12 畅捷通信息技术股份有限公司 A kind of user's registration conversion method and system

Similar Documents

Publication Publication Date Title
US9608881B2 (en) Service compliance enforcement using user activity monitoring and work request verification
CN107094158B (en) Automatic change intranet security fragile analytic system
CN104573611A (en) Distributed face recognition trunking system
CN102111440A (en) Real-time information safety service method and system for supporting dynamic interaction
CN104144087A (en) Remote desktop detection system and detection method thereof
CN106598813B (en) Work monitoring keyboard and mouse device and method for monitoring computer using process thereof
CN105224194B (en) A kind of data processing method and terminal
CN113110902A (en) Cloud desktop intelligent management system and method
JP2012113712A (en) Method, system, and computer program product for user-defined system-enforced session termination in unified telephony environment
CN107528767B (en) Session processing method and device
CN112328985A (en) Authority management method, device, equipment and storage medium
CN112235303A (en) Account logout method and device and computer equipment
CN113393213A (en) Method for creating group, computer equipment and storage medium
CN107483477B (en) Account management method and account management system
CN106330554B (en) Operation and maintenance auditing system and method for monitoring and managing operation and maintenance operation process
CN102457474A (en) Method for managing logs of lessee of software-as-a-service (SaaS) application software
CN111400720A (en) Terminal information processing method, system and device and readable storage medium
CN102984044A (en) Method and device based on virtual private network (VPN) to achieve data transmission security
CN113051039A (en) Virtual cloud office system login method and system based on cloud computing
KR101201629B1 (en) Cloud computing system and Method for Security Management for each Tenant in Multi-tenancy Environment
CN106934300A (en) The safety control and method of a kind of data handling system
CN103458134A (en) Computer assisted telephone interview system and method for operating same
Samejima et al. IT risk management framework for business continuity by change analysis of information system
CN116248422A (en) Shared desktop security control method applied to collaborative office system
CN106228667A (en) Hardware number calling system for state and place tax combined office

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
DD01 Delivery of document by public notice

Addressee: Zhenjiang Jinruan Computer Technology Co.,Ltd.

Document name: the First Notification of an Office Action

DD01 Delivery of document by public notice
C02 Deemed withdrawal of patent application after publication (patent law 2001)
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20120516