CN104348837A - Control method and device for resource access of web application system - Google Patents

Control method and device for resource access of web application system Download PDF

Info

Publication number
CN104348837A
CN104348837A CN201410637731.7A CN201410637731A CN104348837A CN 104348837 A CN104348837 A CN 104348837A CN 201410637731 A CN201410637731 A CN 201410637731A CN 104348837 A CN104348837 A CN 104348837A
Authority
CN
China
Prior art keywords
resource
group
access
operation user
group coding
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
CN201410637731.7A
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.)
BEIJING HAISIMIN MEDICAL TECHNOLOGY Co Ltd
Original Assignee
BEIJING HAISIMIN MEDICAL 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 BEIJING HAISIMIN MEDICAL TECHNOLOGY Co Ltd filed Critical BEIJING HAISIMIN MEDICAL TECHNOLOGY Co Ltd
Priority to CN201410637731.7A priority Critical patent/CN104348837A/en
Publication of CN104348837A publication Critical patent/CN104348837A/en
Pending legal-status Critical Current

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/10Network architectures or network communication protocols for network security for controlling access to devices or network resources
    • 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 control method and a control device for resource access of a web application system. The method comprises the following steps of acquiring a resource access request; calling a first group of codes of an operating user according to a user identifier, and calling a second group of codes of a to-be-accessed resource belonged group according to to-be-accessed resource information; determining whether a resource belongs to the operating user according to the first group of codes and the second group of codes, if so, executing corresponding resource access operation. By performing classifying and grouping management on users and resource data, different users and resources exist under different organizations, and the users only can access and edit the resource data under the organizations to which the users belong, so that the safety of resource data management is improved.

Description

For control method and the device of the resource access of web application system
Technical field
The present invention relates to field of computer technology, particularly relate to a kind of control method and device of the resource access for web application system.
Background technology
In modern resource management system, for the consideration to business need and resource security aspect, need to carry out classification, grouping management to user and resource data, thus there is multiple tissue in systems in which, different users and resource is had under different tissues, and user can not go beyond one's commission, namely user can only access and edit the resource data under self place tissue.
Summary of the invention
The object of the invention is to, a kind of control method and device of the resource access for web application system is provided, can only resource information of its access of access authorization to control user, thus improve the fail safe of resource information.
According to an aspect of the present invention, a kind of control method of the resource access for web application system is provided, comprises: Gains resources access request, the user ID that described resource access request comprises operation user and the resource information that will access; First group coding of operation user is transferred according to described user ID, and the second group coding organized belonging to the resource that will access is transferred according to the resource information that will access, wherein, described first group coding comprises the group mark of at different levels group of described operation belonging to user and the group mark of described operation user, described second group coding comprises the group mark of at different levels groups of group belonging to described resource and the group mark of described affiliated group, and arbitrary described group of mark is unique identification; Determine whether described resource is subordinated to described operation user according to described first group coding and the second group coding; If determine that described resource is subordinated to described operation user, then perform corresponding resource access operations.
According to a further aspect in the invention, also be provided for the control device of the resource access of web application system, comprise: acquisition request unit, for Gains resources access request, the user ID that described resource access request comprises operation user and the resource information that will access; Group coding acquiring unit, for transferring first group coding of operation user according to described user ID, and the second group coding organized belonging to the resource that will access is transferred according to the resource information that will access, wherein, described first group coding comprises the group mark of at different levels group of described operation belonging to user and the group mark of described operation user, described second group coding comprises the group mark of at different levels groups of group belonging to described resource and the group mark of described affiliated group, and arbitrary described group of mark is unique identification; Subordinate confirmation unit, according to described first group coding and the second group coding, user determines whether described resource is subordinated to described operation user; Operation execution unit, if for determining that described resource is subordinated to described operation user, then perform corresponding resource access operations.
The control method of the resource access for web application system that the embodiment of the present invention provides and device, by carrying out classification, grouping management to user and resource data, different users and resource is had under making different tissues, and user can only access and edit the resource data under self place tissue, thus improve the fail safe of resource data management.
Accompanying drawing explanation
Fig. 1 illustrates the overall procedure schematic diagram processing HTTP request in web application.
Fig. 2 illustrates the group coding of exemplary embodiment of the present and the schematic diagram of group mark.
Fig. 3 is the flow chart of the control method of the resource access for web application system that exemplary embodiment of the present is shown.
Fig. 4 is the structured flowchart of the control device of the resource access for web application system that exemplary embodiment of the present is shown.
Embodiment
Basic conception of the present invention is, in web application, by carrying out classification, grouping management to user and resource, for each user arranges the group coding of the group mark of at different levels groups comprised belonging to it, and be that immediate subordinate arranges group coding for described resource in certain group by needing the resource distribution of granted access, make user when accessing described resource, the group coding organized belonging to the resource will accessed by inspection is authorized the resource that user will access, thus realizes the fail safe of resource data management.
Fig. 1 illustrates the overall procedure schematic diagram processing HTTP request in web application.Shown in Fig. 1 is the process responding HTTP request under Spring MVC framework.
With reference to Fig. 1, pre-configured preposition controller (Dispatcher Servlet) receives the access request (request) of user, corresponding handling procedure (controller is found by map controller (Handler Mapping), Controller), and transfer this handling procedure work, carry out request process, after processing, model and view name are returned to preposition controller (Dispatcher Servlet), after preposition controller (Dispatcher Servlet) receives model and view name, view resolver (ViewResolver) can find view object (View according to view name, view object respective view file, which determine the ways of presentation of model data), view object is played up model data according to view file, and response is to user (response).
Handling procedure (controller, Controller) is responsible for the control of concrete business module flow process, and the interface that call Service layer carrys out service control flow process, and the business realizing of Service layer, call the interface of defined DAO layer.
According to exemplary embodiment of the present invention, by at handling procedure (controller, Controller) aspect increases blocker, interception input and output object, obtain the place tissue of operating data and the place tissue of login user, judge that can login user access or operate input and output object (resource data), thus realize the control of authority of resource access.Such as, blocker can be configured as follows:
<mvc:interceptors>
<mvc:interceptor>
<mvc:mapping path="/**"/>
<bean
class="com.healthme.webapp.adapter.CommonController Adapter"/>
</mvc:interceptor>
</mvc:interceptors>
The blocker class CommonControllerAdapter realizing configuration as above inherits org.springframework.web.servlet.handler.HandlerIntercept orAdapter class, can rewrite the method preHandle of described class and postHandle to the control method of the resource access realizing the present invention and propose.In these two methods, extract the resource data that will access, the group coding then organized belonging to resource data and the group coding of login user judge the legitimacy of resource access operations.
For ease of understand the present invention propose described group coding and group mark, below in conjunction with Fig. 2 to described group coding and group mark setting and management specifically describe.
Fig. 2 illustrates the group coding of exemplary embodiment of the present and the schematic diagram of group mark.
According to exemplary embodiment of the present invention, each group under same tissue is logically set to tree topology.Any node in described tree topology is set as group, and sets group belonging to it and corresponding group coding respectively for each user of access authorization resource and each resource of granted access that needs of needing.Wherein, for each group arranges unique group mark, and the group coding of group mark and self the group mark comprising belonging to it at different levels groups is set.In group coding, the group of at different levels groups belonging to it can be identified in described tree topology and write from top group of downward order, and the group of self mark is placed on last.In described tree topology, have unique one top group, the group on other each nodes has unique direct higher level's group.In advance the group coding arranged for all users and resource can be stored in internal memory, configuration file or database.
Organizing in tree topology shown in Fig. 2, the unique group identity arranged for group is natural number, and the group mark of at different levels groups in group coding with "-" separately.Such as, the group that group is designated 1 is top group, its group coding is " 1 ", and the group coding that the group being arranged in the described tree topology second level is designated the group of 2 is " 1-2 ", and the group coding that the group being arranged in the described tree topology third level is designated the group of 5 is " 1-2-5 ".
As can be seen from the arranging of group coding that the present invention proposes, contain at different levels groups belonging to group and the group mark of himself in group coding, therefore, as long as the group coding of certain resource A comprises the group coding of certain user B, so user B has the authority of access resources A.
Suppose to be institutional framework in hospital journals management system shown in Fig. 2.By convention, doctor can only check the case of its patient oneself be responsible for, and can not check the case of other patients.As shown in Figure 2, group is designated 1 top group and represents this tissue of hospital; Group is designated the Zu Shi section office C of 2, and its group coding is " 1-2 "; Group is designated the Zu Shi section office D of 3, and its group coding is " 1-3 "; Group is designated the group coding of the group (as clinic E) of 4 for " 1-2-4 ", and the group coding that group is designated the group (as clinic F) of 5 is " 1-2-5 ".
If the doctor G of section office C attempts the case (group coding of case belonging to specifying is " 1-2-4 ") of checking the patient that the clinic E that group is designated 4 is responsible for, the group coding (i.e. " 1-2-4 ") of the group belonging to the resource (namely group coding is the case of " 1-2-4 ") that will check comprises the whole groups of marks of section office C, therefore can determine that the doctor G of section office C can check that group coding is the case of " 1-2-4 ".
On the other hand, if the doctor H of section office D attempts to check that group coding is the case of " 1-2-4 ", group coding (i.e. " 1-2-4 ") due to the affiliated group of the resource (namely group coding is the case of " 1-2-4 ") that will check does not comprise whole groups of marks of group belonging to doctor H, and group coding is the case of " 1-2-4 " therefore can to determine do not have authority to check by doctor H.
It will be understood by those skilled in the art that in practical application technical solution of the present invention, described tree topology of organizing can comprise more multi-layered level and more group, and is not limited to the example shown in Fig. 2.
Hereinafter with reference to Fig. 3 ~ Fig. 4, further example explanation is carried out to technical solution of the present invention.
Fig. 3 is the flow chart of the control method of the resource access for web application system that exemplary embodiment of the present is shown.
With reference to Fig. 3, in step S110, Gains resources access request.Such as, described resource access request is obtained from preposition controller.Described resource access request relates to read or edit the web request that (as write, revise or deleting) needs the resource of granted access.Wherein, the described resource access request user ID comprising operation user and the resource information that will access.
In step S120, first group coding of operation user is transferred according to the user ID obtained in step s 110, and the second group coding organized belonging to the resource that will access is transferred according to the resource information that will access, wherein, described first group coding comprises the group mark of at different levels group of described operation belonging to user, described second group coding comprises the group mark of at different levels groups of group belonging to described resource and the group mark of described affiliated group, and arbitrary described group of mark is unique identification.Here, the user ID by obtaining transfers described the first group coding operating user from the configuration file prestored or database.Transferring of described second group coding will be specifically described after a while.
In step S130, determine whether described resource is subordinated to described operation user according to the first group coding transferred in the step s 120 and the second group coding.
Particularly, if described second group coding comprises whole groups of marks in described first group coding, then determine that described resource is subordinated to described operation user; Similarly, if described second group coding does not comprise whole groups of marks in described first group coding, then determine that described resource is not subordinated to described operation user.
In step S140, if determine that described resource is subordinated to described operation user, then perform corresponding resource access operations.
On the other hand, if determine that described resource is not be subordinated to described operation user, then by the resource access operations of described for restriction operation user, and described operation user is pointed out not possess access rights.Such as, handling procedure (controller, Controller) there is the situation not showing operand in method of operation input, the object type that (Annotation) indicates needs operation can be explained by using method, do not possess access rights etc. as aforementioned prompting user.
As previously mentioned, resource access operations can be to the read operation of resource or resource edit (as write, amendment or delete) operation.For this reason, for dissimilar resource access operations, also can be different to the control of resource access.
According to exemplary embodiment of the present invention, if the resource access request received is resource read requests, then in step S120, read resource data according to described resource read requests, and extract the second group coding organized belonging to resource from described resource data.Then, in step S140, if determine that this resource is subordinated to described operation user, then operation user is returned to operation user, for reading for this resource data read.Otherwise, if determine that this resource is not subordinated to described operation user, then point out this operation user not possess access rights.Such as, under Spring MVC framework, by rewriteeing the postHandle method of aforementioned HandlerInterceptorAdapter class to perform abovementioned steps S120 ~ S140.
According to exemplary embodiment of the present invention, if resource access request is resource edit request, in step S120, transfer the second group coding organized belonging to the resource that will access according to the resource data that will edit.After this in step S140, if determine that described resource is subordinated to described operation user, then described resource edit request is performed; Otherwise, if determine that described resource is not subordinated to described operation user, then point out described operation user not possess access rights.Such as, under Spring MVC framework, by rewriteeing the preHandle method of aforementioned HandlerInterceptorAdapter class to perform abovementioned steps S120 ~ S140.
The control method of the resource access for web application system that the embodiment of the present invention provides, by carrying out classification, grouping management to user and resource data, different users and resource is had under making different tissues, and user can only access and edit the resource data under self place tissue, thus improve the fail safe of resource data management.
Fig. 4 is the structured flowchart of the control device of a kind of resource access for web application system that exemplary embodiment of the present is shown.With reference to Fig. 4, described control device provided by the invention comprises: acquisition request unit 210, group coding acquiring unit 220, subordinate confirmation unit 230 and operation execution unit 240.
Acquisition request unit 210 is for Gains resources access request, and described resource access request comprises the user ID operating user and the resource information that will access.Described resource access request can be resource read requests or resource edit request.
Group coding acquiring unit 220 is for transferring first group coding of operation user according to described user ID, and the second group coding organized belonging to the resource that will access is transferred according to the resource information that will access, wherein, described first group coding comprises the group mark of at different levels group of described operation belonging to user, described second group coding comprises the group mark of at different levels groups of group belonging to described resource and the group mark of described affiliated group, and arbitrary described group of mark is unique identification.
Subordinate confirmation unit 230 is for determining according to described first group coding and the second group coding whether described resource is subordinated to described operation user.
According to exemplary embodiment of the present invention, if subordinate confirmation unit 230 comprises whole groups of marks in described first group coding for described second group coding, then determine that described resource is subordinated to described operation user; If subordinate confirmation unit 230 does not also comprise whole groups of marks in described first group coding for described second group coding, then determine that described resource is not subordinated to described operation user.
According to exemplary embodiment of the present invention, if subordinate confirmation unit 230 determines that described resource is not be subordinated to described operation user, then subordinate confirmation unit 230 limits described resource access operations, and points out described operation user not possess access rights.
If operation execution unit 240 for determining that described resource is subordinated to described operation user, then performs corresponding resource access operations.
If described resource access request is resource read requests, then group coding acquiring unit 220 is for reading resource data according to described resource read requests, and extracts the second group coding organized belonging to resource from described resource data.If subordinate confirmation unit 230 determines that described resource is subordinated to described operation user, then operation execution unit 240 returns the resource data of reading; If subordinate confirmation unit 230 determines that described resource is not subordinated to described operation user, then subordinate confirmation unit 230 points out described operation user not possess access rights.
If described resource access request is resource edit request, then group coding acquiring unit 220 is for transferring the second group coding organized belonging to the resource that will access according to the resource data that will edit.If subordinate confirmation unit 230 determines that described resource is subordinated to described operation user, then operation execution unit 240 performs described resource edit request; If subordinate confirmation unit 230 determines that described resource is not subordinated to described operation user, then subordinate confirmation unit 230 points out described operation user not possess access rights.
The control device of the resource access for web application system that the embodiment of the present invention provides, by carrying out classification, grouping management to user and resource data, different users and resource is had under making different tissues, and user can only access and edit the resource data under self place tissue, thus improve the fail safe of resource data management.
The above; be only the specific embodiment of the present invention, but protection scope of the present invention is not limited thereto, is anyly familiar with those skilled in the art in the technical scope that the present invention discloses; change can be expected easily or replace, all should be encompassed within protection scope of the present invention.Therefore, protection scope of the present invention should be as the criterion with the protection range of described claim.

Claims (11)

1. for a control method for the resource access of web application system, it is characterized in that, comprising:
Gains resources access request, the user ID that described resource access request comprises operation user and the resource information that will access;
First group coding of operation user is transferred according to described user ID, and the second group coding organized belonging to the resource that will access is transferred according to the resource information that will access, wherein, described first group coding comprises the group mark of at different levels group of described operation belonging to user, the described second group coding group of at different levels groups comprised belonging to described resource belonging to group identifies and the group of described affiliated group identifies, and arbitrary described group of mark is unique identification;
Determine whether described resource is subordinated to described operation user according to described first group coding and the second group coding;
If determine that described resource is subordinated to described operation user, then perform corresponding resource access operations.
2. control method according to claim 1, is characterized in that, described according to described first group coding and the second group coding determine described resource whether be subordinated to described operation user process comprise:
If described second group coding comprises whole groups of marks in described first group coding, then determine that described resource is subordinated to described operation user,
If described second group coding does not comprise whole groups of marks in described first group coding, then determine that described resource is not subordinated to described operation user.
3. control method according to claim 2, is characterized in that, described method also comprises:
If determine that described resource is not be subordinated to described operation user, then limit described resource access operations, and point out described operation user not possess access rights.
4. control method according to claim 2, is characterized in that,
Described resource access request is resource read requests,
The process that the resource information that described basis will be accessed transfers the second group coding of the affiliated group of the resource that will access comprises: read resource data according to described resource read requests, and extract the second group coding organized belonging to resource from described resource data, and
If determine that described resource is subordinated to described operation user, then return the resource data of reading,
If determine that described resource is not subordinated to described operation user, then described operation user is pointed out not possess access rights.
5. control method according to claim 4, is characterized in that,
Described resource access request is resource edit request,
The second group coding that the resource information that described basis will be accessed transfers the affiliated group of the resource that will access comprises: transfer the second group coding organized belonging to the resource that will access according to the resource data that will edit,
If determine that described resource is subordinated to described operation user, then perform described resource edit request,
If determine that described resource is not subordinated to described operation user, then described operation user is pointed out not possess access rights.
6. the control method according to any one of Claims 1 to 5, is characterized in that, except top group, each group in every one-level immediate subordinate in a unique group.
7. for a control device for the resource access of web application system, it is characterized in that, comprising:
Acquisition request unit, for Gains resources access request, the user ID that described resource access request comprises operation user and the resource information that will access;
Group coding acquiring unit, for transferring first group coding of operation user according to described user ID, and the second group coding organized belonging to the resource that will access is transferred according to the resource information that will access, wherein, described first group coding comprises the group mark of at different levels group of described operation belonging to user and the group mark of described operation user, the described second group coding group of at different levels groups comprised belonging to described resource belonging to group identifies and the group of described affiliated group identifies, and arbitrary described group of mark is unique identification;
Subordinate confirmation unit, for determining according to described first group coding and the second group coding whether described resource is subordinated to described operation user;
Operation execution unit, if for determining that described resource is subordinated to described operation user, then perform corresponding resource access operations.
8. control device according to claim 7, is characterized in that, if described subordinate confirmation unit comprises whole groups of marks in described first group coding for described second group coding, then determines that described resource is subordinated to described operation user; If described subordinate confirmation unit does not also comprise whole groups of marks in described first group coding for described second group coding, then determine that described resource is not subordinated to described operation user.
9. control device according to claim 8, it is characterized in that, if described subordinate confirmation unit determines that described resource is not be subordinated to described operation user, then described subordinate confirmation unit limits described resource access operations, and points out described operation user not possess access rights.
10. control device according to claim 8, is characterized in that,
Described resource access request is resource read requests,
Described group coding acquiring unit is used for reading resource data according to described resource read requests, and extracts the second group coding organized belonging to resource from described resource data,
If described subordinate confirmation unit determines that described resource is subordinated to described operation user, then described operation execution unit returns the resource data of reading,
If described subordinate confirmation unit determines that described resource is not subordinated to described operation user, then the described operation user of described subordinate confirmation unit prompting does not possess access rights.
11. control device according to claim 10, is characterized in that,
Described resource access request is resource edit request,
Described group coding acquiring unit is used for the second group coding transferring the affiliated group of the resource that will access according to the resource data that will edit,
If described subordinate confirmation unit determines that described resource is subordinated to described operation user, then described operation execution unit performs described resource edit request,
If described subordinate confirmation unit determines that described resource is not subordinated to described operation user, then the described operation user of described subordinate confirmation unit prompting does not possess access rights.
CN201410637731.7A 2014-11-05 2014-11-05 Control method and device for resource access of web application system Pending CN104348837A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410637731.7A CN104348837A (en) 2014-11-05 2014-11-05 Control method and device for resource access of web application system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410637731.7A CN104348837A (en) 2014-11-05 2014-11-05 Control method and device for resource access of web application system

Publications (1)

Publication Number Publication Date
CN104348837A true CN104348837A (en) 2015-02-11

Family

ID=52503635

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410637731.7A Pending CN104348837A (en) 2014-11-05 2014-11-05 Control method and device for resource access of web application system

Country Status (1)

Country Link
CN (1) CN104348837A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106779412A (en) * 2016-12-16 2017-05-31 四川长虹电器股份有限公司 Method using authorizing is carried out based on business organization's framework

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1395176A (en) * 2001-07-06 2003-02-05 神达电脑股份有限公司 Virtual library management system and method
WO2013071779A1 (en) * 2011-11-15 2013-05-23 Tencent Technology (Shenzhen) Company Limited Method and device for accessing web pages
CN103500298A (en) * 2013-10-12 2014-01-08 彩虹集团公司 Method for achieving authorization distribution based on rule management
CN103581187A (en) * 2013-11-05 2014-02-12 曙光云计算技术有限公司 Method and system for controlling access rights

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1395176A (en) * 2001-07-06 2003-02-05 神达电脑股份有限公司 Virtual library management system and method
WO2013071779A1 (en) * 2011-11-15 2013-05-23 Tencent Technology (Shenzhen) Company Limited Method and device for accessing web pages
CN103500298A (en) * 2013-10-12 2014-01-08 彩虹集团公司 Method for achieving authorization distribution based on rule management
CN103581187A (en) * 2013-11-05 2014-02-12 曙光云计算技术有限公司 Method and system for controlling access rights

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106779412A (en) * 2016-12-16 2017-05-31 四川长虹电器股份有限公司 Method using authorizing is carried out based on business organization's framework

Similar Documents

Publication Publication Date Title
WO2019144553A1 (en) Data storage method and apparatus, and storage medium
US8613042B2 (en) Access control list conversion system, and method and program threrfor
CN103198090A (en) A method and a system for optimizing storage allocation in a virtual desktop environment
CN101673289B (en) Method and device for constructing distributed file storage framework
CN103500304B (en) Virtual machine personalized secure based on Xen monitors system and monitoring method
US20180205801A1 (en) Apparatus and method for connecting at least two systems by converting data
CN102822841A (en) Thin-client system, access control method, and access control method in same
US20080104250A1 (en) Identity migration system apparatus and method
CN110633130B (en) Virtual memory management method and device based on memory hot plug technology
US20150006459A1 (en) Alarm Correlation Analysis Method, Apparatus and System
CN111767144A (en) Transaction routing determination method, device, equipment and system for transaction data
CN103377406A (en) System and method for managing test files
CN105843725B (en) A kind of monitoring method and device of IaaS platforms
CN103365777A (en) Test case generation system and system
US7730093B2 (en) Method for controlling access to the resources of a data processing system, data processing system, and computer program
CN107656796B (en) Virtual machine cold migration method, system and equipment
CN105069366A (en) Account registration and management method and device
TW201710944A (en) System and method for authentication
KR20160052524A (en) Multi work space system for supporting software as a service
JP6683386B2 (en) Data transfer system and data transfer method
CN106790027B (en) Multi-tenant network disk authority management method and system of HDFS file system
CN104348837A (en) Control method and device for resource access of web application system
CN104869531B (en) Group member updating method and device
CN102136045B (en) Computer readable medium for access right management, access right management apparatus and data processing system
US10102396B2 (en) Application data storage area generation method, application data storage area generation apparatus, and application data storage area generation program

Legal Events

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

Application publication date: 20150211

RJ01 Rejection of invention patent application after publication