CN105227560A - A kind of method of control of authority and device - Google Patents

A kind of method of control of authority and device Download PDF

Info

Publication number
CN105227560A
CN105227560A CN201510660848.1A CN201510660848A CN105227560A CN 105227560 A CN105227560 A CN 105227560A CN 201510660848 A CN201510660848 A CN 201510660848A CN 105227560 A CN105227560 A CN 105227560A
Authority
CN
China
Prior art keywords
label
rights
page
current entitlement
authority
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
CN201510660848.1A
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.)
Inspur Group Co Ltd
Original Assignee
Inspur Group 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 Inspur Group Co Ltd filed Critical Inspur Group Co Ltd
Priority to CN201510660848.1A priority Critical patent/CN105227560A/en
Publication of CN105227560A publication Critical patent/CN105227560A/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]

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer Hardware Design (AREA)
  • Computer Security & Cryptography (AREA)
  • Computing Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Storage Device Security (AREA)

Abstract

The invention provides a kind of method and device of control of authority, the method comprises: pre-set the authority information that each user is corresponding, and be at least one rights label of each page setup in advance, wherein, each rights label comprises Authorization Attributes; Receive the access request of active user, determine the corresponding page to be visited according to described access request; Travel through the rights label in the described page to be visited, for each rights label, according to the Authorization Attributes in current entitlement label and authority information corresponding to active user, determine whether to show the element in current entitlement label.The invention provides a kind of method and device of control of authority, the efficiency of system development can be improved.

Description

A kind of method of control of authority and device
Technical field
The present invention relates to Internet technical field, the method for particularly a kind of control of authority and device.
Background technology
Along with the development of the Internet and WEB technology, the WEB application system of multi-user is very general, and all with good grounds user right controls the demand of page function usually.In order to realize controlling the page according to user right, existing technical scheme adds decision logic in JSP (JavaServerPages, the java server page) page, namely whether judges to control the display of each HTML fragment by JSP coding.
But along with WEB exploitation is segmented gradually, front end is shown and Batch Processing process has been come by different developers.Occur specializing in UI (UserInterface, user interface) show the front end Developmental Engineer developed, they mainly pay close attention to Consumer's Experience and overall operation flow, write JSP logic, pay close attention to less to the control of authority on backstage and Business Processing details.In existing technical scheme, just backstage developer is needed to go amendment JSP content according to the authority of user, or front end developer goes the control logic understanding backstage, goes to carry out front end exploitation according to Background control logic.In a word, lower to the efficiency of web application system development in prior art.
Summary of the invention
In view of this, the invention provides a kind of method and device of control of authority, the efficiency of system development can be improved.
On the one hand, the invention provides a kind of method of control authority, comprising:
Pre-set the authority information that each user is corresponding, be at least one rights label of each page setup in advance, wherein, each rights label comprises Authorization Attributes;
S1: the access request receiving active user, determines the corresponding page to be visited according to described access request;
S2: travel through the rights label in the described page to be visited, for each rights label, according to the Authorization Attributes in current entitlement label and authority information corresponding to active user, determines whether to show the element in current entitlement label.
Further, described is at least one rights label of each page setup in advance, comprising:
Pre-set the tag profile of each rights label, described Authorization Attributes is set in described tag profile;
Each rights label is registered by jsp-config label in web.xml file.
Further, described in pre-set authority information corresponding to each user, comprising: pre-set the authority set that each user is corresponding;
Described Authorization Attributes comprises: operateID;
In described S2, described according to the Authorization Attributes in current entitlement label and authority information corresponding to active user, determine whether to show the element in current entitlement label, comprising:
Judge operateID in current entitlement label whether in the authority set that active user is corresponding, if so, then determine to show the element in current entitlement label, otherwise, determine not show the element in current entitlement label.
Further, before described S1, also comprise:
By continuing from javax.servlet.jsp.tarext.TagSupport class, the doStartTag method covering parent realizes rights label process class;
Described S2, comprising:
The Authorization Attributes of current entitlement label is set in the object instance of described tag processes class, the doStartTag method in rights label process class called realizes, according to the Authorization Attributes in current entitlement label and authority information corresponding to active user, determining whether to show the element in current entitlement label.
Further, described is at least one rights label of each page setup in advance, comprising: introduce each rights label at the head of each page by taglib label.
Further, the described page comprises: Jave Server Pages JSP pages.
On the other hand, the invention provides a kind of device of control authority, comprising:
Setting unit, for arranging authority information corresponding to each user, be at least one rights label of each page setup, wherein, each rights label comprises Authorization Attributes;
Receiving element, for receiving the access request of active user, determines the corresponding page to be visited according to described access request;
Permission unit, for traveling through the rights label in the described page to be visited, for each rights label, according to the Authorization Attributes in current entitlement label and authority information corresponding to active user, determines whether to show the element in current entitlement label.
Further, described setting unit, when being at least one rights label of each page setup described in performing, concrete execution: the tag profile that each rights label is set, described Authorization Attributes is set in described tag profile, in web.xml file, registers each rights label by jsp-config label.
Further, described setting unit, when pre-setting authority information corresponding to each user described in performing, specifically performs: arrange the authority set that each user is corresponding;
Described Authorization Attributes comprises: operateID;
Described permission unit, is performing described according to the Authorization Attributes in current entitlement label and authority information corresponding to active user, when determining whether to show the element in current entitlement label, is specifically performing:
Judge operateID in current entitlement label whether in the authority set that active user is corresponding, if so, then determine to show the element in current entitlement label, otherwise, determine not show the element in current entitlement label.
Further, this device also comprises: realize unit, and for by continuing from javax.servlet.jsp.tarext.TagSupport class, the doStartTag method covering parent realizes rights label process class;
Described permission unit, for the Authorization Attributes of current entitlement label being set in the object instance of described tag processes class, the doStartTag method in rights label process class called realizes, according to the Authorization Attributes in current entitlement label and authority information corresponding to active user, determining whether to show the element in current entitlement label.
Further, described setting unit, when being at least one rights label of each page setup described in performing, specifically performs: introduce each rights label at the head of each page by taglib label.
Further, the described page comprises: Jave Server Pages JSP pages.
The invention provides a kind of method and device of control authority, establish the authority information that each user is corresponding in advance, determined the authority of each user by this authority information; For each page setup rights label, the element that the user with authority corresponding to this rights label could show rights label is limited by rights label, and when carrying out the exploitation of the page, the developer of the front end control logic on backstage without the need to referring to, perform and add rights label to each page, improve the efficiency of system development.
Accompanying drawing explanation
In order to be illustrated more clearly in the embodiment of the present invention or technical scheme of the prior art, be briefly described to the accompanying drawing used required in embodiment or description of the prior art below, apparently, accompanying drawing in the following describes is some embodiments of the present invention, for those of ordinary skill in the art, under the prerequisite not paying creative work, other accompanying drawing can also be obtained according to these accompanying drawings.
Fig. 1 is the flow chart of the method for a kind of control authority that one embodiment of the invention provides;
Fig. 2 is the flow chart of the method for the another kind of control authority that one embodiment of the invention provides;
Fig. 3 is the schematic diagram of the device of a kind of control authority that one embodiment of the invention provides;
Fig. 4 is the schematic diagram of the device of the another kind of control authority that one embodiment of the invention provides.
Embodiment
For making the object of the embodiment of the present invention, technical scheme and advantage clearly; below in conjunction with the accompanying drawing in the embodiment of the present invention; technical scheme in the embodiment of the present invention is clearly and completely described; obviously; described embodiment is the present invention's part embodiment, instead of whole embodiments, based on the embodiment in the present invention; the every other embodiment that those of ordinary skill in the art obtain under the prerequisite not making creative work, all belongs to the scope of protection of the invention.
As shown in Figure 1, embodiments provide a kind of method of control authority, the method can comprise the following steps:
S0: pre-set the authority information that each user is corresponding, be at least one rights label of each page setup in advance, wherein, each rights label comprises Authorization Attributes;
S1: the access request receiving active user, determines the corresponding page to be visited according to described access request;
S2: travel through the rights label in the described page to be visited, for each rights label, according to the Authorization Attributes in current entitlement label and authority information corresponding to active user, determines whether to show the element in current entitlement label.
By embodiments providing a kind of method of control authority, establishing the authority information that each user is corresponding in advance, being determined the authority of each user by this authority information; For each page setup rights label, the element that the user with authority corresponding to this rights label could show rights label is limited by rights label, and when carrying out the exploitation of the page, the developer of the front end control logic on backstage without the need to referring to, perform and add rights label to each page, improve the efficiency of system development.
The rights label of the page can be realized by the configuration of tag profile, in a kind of possible implementation, described is at least one rights label of each page setup in advance, comprise: the tag profile pre-setting each rights label, described Authorization Attributes is set in described tag profile; Each rights label is registered by jsp-config label in web.xml file.
In this implementation, each rights label can be registered in web server corresponding to current page, be set up the communicative channel of rights label and web server by tag profile.The rights label of current page is processed by the web server that current page is corresponding.
In addition, when the page is JSP, tag profile can be write according to the form of JSP label requirement, and in tag profile, configure the information such as the label library name of corresponding rights label, tag name, tag processes class.path and tag attributes.Particularly, tag profile can pass through following codes implement:
In a kind of possible implementation, described in pre-set authority information corresponding to each user, comprising: pre-set the authority set that each user is corresponding;
Described Authorization Attributes comprises: operateID;
In described S2, described according to the Authorization Attributes in current entitlement label and authority information corresponding to active user, determine whether to show the element in current entitlement label, comprising:
Judge operateID in current entitlement label whether in the authority set that active user is corresponding, if so, then determine to show the element in current entitlement label, otherwise, determine not show the element in current entitlement label.
After each rights label of traversal, determine that the element in which rights label can show, all elements that can show are returned to browser, is shown by browser.
Authority set wherein can be realized by permissions list.The authority set of all users can be put in authority storehouse.What preserve in authority set can be System Privileges code, when judging that the operateID in current entitlement label is whether in the authority set that active user is corresponding, the System Privileges code in the operateID in current entitlement label and authority set is compared.In addition, externally can provide query interface, by the identified query of each user to the authority information of this user, namely can inquire the corresponding authority set of this user.Further, the authority set of active user can be obtained by getOpeCodeList.
In a kind of possible implementation, before described S1, also comprise: by continuing from javax.servlet.jsp.tarext.TagSupport class, the doStartTag method covering parent realizes rights label process class;
Described S2, comprise: the Authorization Attributes of current entitlement label is set in the object instance of described tag processes class, the doStartTag method in rights label process class called realizes, according to the Authorization Attributes in current entitlement label and authority information corresponding to active user, determining whether to show the element in current entitlement label.
In this implementation, rights label process class continues from javax.servlet.jsp.tarext.TagSupport class, covers the doStartTag method of parent, realizes self-defining tag processes logic, namely have permission, show the element of rights label, lack of competence then ignores the element of rights label.For the treatment of rights label web server processing authority label time, the respective attributes of rights label is set in the object instance of rights label process class, and the doStartTag method called in rights label process class processes.
Above-mentioned rights label process class can realize in the following manner:
In addition, in a kind of possible implementation, in step so), be at least one rights label of each page setup in advance, comprise: be that each rights label arranges operateId by setOperateId method.Here the setOperateId method tag profile corresponding with this rights label with operateId echoes mutually.
In a kind of possible implementation, described is at least one rights label of each page setup in advance, comprising: introduce each rights label at the head of each page by taglib label.For example, have m.icm.home authority in the authority set of active user, < start page > menu just can show, otherwise without this content in the page seen of browser.Particularly, can be each page setup rights label by following codes implement:
In a kind of possible implementation, the described page comprises: JSP.
For making the object, technical solutions and advantages of the present invention clearly, below in conjunction with drawings and the specific embodiments, the present invention is described in further detail.
In this implementation, the page is JSP, by web server processing authority label.
As shown in Figure 2, embodiments provide a kind of method of control authority, the method can comprise the following steps:
Step 201: pre-set the authority set that each user is corresponding, pre-set the tag profile of each rights label, operateID is set in tag profile, in web.xml file, by jsp-config label, each rights label is registered to web server.
Step 202: the access request receiving active user, determines corresponding JSP to be visited according to access request.
Step 203:web server travels through the rights label in the page to be visited, judges operateID in current entitlement label whether in the authority set that active user is corresponding, if so, then performs step 205, otherwise, perform step 204.
Step 204:web server is determined not show the element in current entitlement label.
Step 205:web server is determined to show the element in current entitlement label, performs step 206.
Step 206:web server determines the element to be shown determining in all rights label to show, and sends to browser to show all elements to be shown.
As shown in Figure 3, Figure 4, a kind of device of control authority is embodiments provided.Device embodiment can pass through software simulating, also can be realized by the mode of hardware or software and hardware combining.Say from hardware view; as shown in Figure 3; a kind of hardware structure diagram of the device place equipment of a kind of control authority provided for the embodiment of the present invention; except the processor shown in Fig. 3, internal memory, network interface and nonvolatile memory; in embodiment, the equipment at device place can also comprise other hardware usually, as the forwarding chip etc. of responsible process message.For software simulating, as shown in Figure 4, as the device on a logical meaning, be by the CPU of its place equipment, computer program instructions corresponding in nonvolatile memory is read operation in internal memory to be formed.The device of a kind of control authority that the present embodiment provides, comprising:
Setting unit 401, for arranging authority information corresponding to each user, be at least one rights label of each page setup, wherein, each rights label comprises Authorization Attributes;
Receiving element 402, for receiving the access request of active user, determines the corresponding page to be visited according to described access request;
Permission unit 403, for traveling through the rights label in the described page to be visited, for each rights label, according to the Authorization Attributes in current entitlement label and authority information corresponding to active user, determines whether to show the element in current entitlement label.
In a kind of possible implementation, described setting unit 401, when being at least one rights label of each page setup described in performing, concrete execution: the tag profile that each rights label is set, described Authorization Attributes is set in described tag profile, in web.xml file, registers each rights label by jsp-config label.
In a kind of possible implementation, described setting unit 401, when pre-setting authority information corresponding to each user described in performing, specifically performs: arrange the authority set that each user is corresponding;
Described Authorization Attributes comprises: operateID;
Described permission unit, is performing described according to the Authorization Attributes in current entitlement label and authority information corresponding to active user, when determining whether to show the element in current entitlement label, is specifically performing:
Judge operateID in current entitlement label whether in the authority set that active user is corresponding, if so, then determine to show the element in current entitlement label, otherwise, determine not show the element in current entitlement label.
In a kind of possible implementation, this device also comprises: realize unit, and for by continuing from javax.servlet.jsp.tarext.TagSupport class, the doStartTag method covering parent realizes rights label process class;
Described permission unit 403, for the Authorization Attributes of current entitlement label being set in the object instance of described tag processes class, the doStartTag method in rights label process class called realizes, according to the Authorization Attributes in current entitlement label and authority information corresponding to active user, determining whether to show the element in current entitlement label.
In a kind of possible implementation, described setting unit 401, when being at least one rights label of each page setup described in performing, specifically performs: introduce each rights label at the head of each page by taglib label.
In a kind of possible implementation, the described page comprises: Jave Server Pages JSP pages.
The device of a kind of control authority that the embodiment of the present invention provides, can be realized by web server.The rights label of processing page can be carried out by the web server that the page is corresponding.
The content such as information interaction, implementation between each unit in said apparatus, due to the inventive method embodiment based on same design, particular content can see in the inventive method embodiment describe, repeat no more herein.
The method of a kind of control authority provided by the embodiment of the present invention and device, have following beneficial effect:
1, embodiments provide a kind of method and device of control authority, establish the authority information that each user is corresponding in advance, determined the authority of each user by this authority information; For each page setup rights label, the element that the user with authority corresponding to this rights label could show rights label is limited by rights label, and when carrying out the exploitation of the page, the developer of the front end control logic on backstage without the need to referring to, perform and add rights label to each page, improve the efficiency of system development.
2, a kind of method and device of control authority is embodiments provided, when not increasing page decision logic, front end developer's rights label is used to realize the control of authority, realize being separated of presentation layer code and service logic, reduce development difficulty and the workload on front end and backstage, improve system development efficiency.
It should be noted that, in this article, the relational terms of such as first and second and so on is only used for an entity or operation to separate with another entity or operating space, and not necessarily requires or imply the relation that there is any this reality between these entities or operation or sequentially.And, term " comprises ", " comprising " or its any other variant are intended to contain comprising of nonexcludability, thus make to comprise the process of a series of key element, method, article or equipment and not only comprise those key elements, but also comprise other key elements clearly do not listed, or also comprise by the intrinsic key element of this process, method, article or equipment.When not more restrictions, the key element " being comprised a 〃 〃 〃 〃 〃 〃 " limited by statement, and be not precluded within process, method, article or the equipment comprising described key element and also there is other identical factor.
One of ordinary skill in the art will appreciate that: all or part of step realizing said method embodiment can have been come by the hardware that program command is relevant, aforesaid program can be stored in the storage medium of embodied on computer readable, this program, when performing, performs the step comprising said method embodiment; And aforesaid storage medium comprises: ROM, RAM, magnetic disc or CD etc. various can be program code stored medium in.
Finally it should be noted that: the foregoing is only preferred embodiment of the present invention, only for illustration of technical scheme of the present invention, be not intended to limit protection scope of the present invention.All any amendments done within the spirit and principles in the present invention, equivalent replacement, improvement etc., be all included in protection scope of the present invention.

Claims (10)

1. a method for control authority, is characterized in that, comprising:
Pre-set the authority information that each user is corresponding, be at least one rights label of each page setup in advance, wherein, each rights label comprises Authorization Attributes;
S1: the access request receiving active user, determines the corresponding page to be visited according to described access request;
S2: travel through the rights label in the described page to be visited, for each rights label, according to the Authorization Attributes in current entitlement label and authority information corresponding to active user, determines whether to show the element in current entitlement label.
2. method according to claim 1, is characterized in that, described is at least one rights label of each page setup in advance, comprising:
Pre-set the tag profile of each rights label, described Authorization Attributes is set in described tag profile;
Each rights label is registered by jsp-config label in web.xml file.
3. method according to claim 1, is characterized in that, described in pre-set authority information corresponding to each user, comprising: pre-set the authority set that each user is corresponding;
Described Authorization Attributes comprises: operateID;
In described S2, described according to the Authorization Attributes in current entitlement label and authority information corresponding to active user, determine whether to show the element in current entitlement label, comprising:
Judge operateID in current entitlement label whether in the authority set that active user is corresponding, if so, then determine to show the element in current entitlement label, otherwise, determine not show the element in current entitlement label.
4. method according to claim 1, is characterized in that, before described S1, also comprises:
By continuing from javax.servlet.jsp.tarext.TagSupport class, the doStartTag method covering parent realizes rights label process class;
Described S2, comprising:
The Authorization Attributes of current entitlement label is set in the object instance of described tag processes class, the doStartTag method in rights label process class called realizes, according to the Authorization Attributes in current entitlement label and authority information corresponding to active user, determining whether to show the element in current entitlement label.
5., according to described method arbitrary in claim 1-4, it is characterized in that, described is at least one rights label of each page setup in advance, comprising: introduce each rights label at the head of each page by taglib label;
And/or the described page comprises: Jave Server Pages JSP pages.
6. a device for control authority, is characterized in that, comprising:
Setting unit, for arranging authority information corresponding to each user, be at least one rights label of each page setup, wherein, each rights label comprises Authorization Attributes;
Receiving element, for receiving the access request of active user, determines the corresponding page to be visited according to described access request;
Permission unit, for traveling through the rights label in the described page to be visited, for each rights label, according to the Authorization Attributes in current entitlement label and authority information corresponding to active user, determines whether to show the element in current entitlement label.
7. device according to claim 6, it is characterized in that, described setting unit, when being at least one rights label of each page setup described in performing, concrete execution: the tag profile that each rights label is set, described Authorization Attributes is set in described tag profile, in web.xml file, registers each rights label by jsp-config label.
8. device according to claim 6, is characterized in that, described setting unit, when pre-setting authority information corresponding to each user described in performing, specifically performs: arrange the authority set that each user is corresponding;
Described Authorization Attributes comprises: operateID;
Described permission unit, is performing described according to the Authorization Attributes in current entitlement label and authority information corresponding to active user, when determining whether to show the element in current entitlement label, is specifically performing:
Judge operateID in current entitlement label whether in the authority set that active user is corresponding, if so, then determine to show the element in current entitlement label, otherwise, determine not show the element in current entitlement label.
9. device according to claim 6, is characterized in that, also comprises: realize unit, and for by continuing from javax.servlet.jsp.tarext.TagSupport class, the doStartTag method covering parent realizes rights label process class;
Described permission unit, for the Authorization Attributes of current entitlement label being set in the object instance of described tag processes class, the doStartTag method in rights label process class called realizes, according to the Authorization Attributes in current entitlement label and authority information corresponding to active user, determining whether to show the element in current entitlement label.
10. according to described device arbitrary in claim 6-9, it is characterized in that, described setting unit, when being at least one rights label of each page setup described in performing, specifically performs: introduce each rights label at the head of each page by taglib label;
And/or the described page comprises: Jave Server Pages JSP pages.
CN201510660848.1A 2015-10-14 2015-10-14 A kind of method of control of authority and device Pending CN105227560A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510660848.1A CN105227560A (en) 2015-10-14 2015-10-14 A kind of method of control of authority and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510660848.1A CN105227560A (en) 2015-10-14 2015-10-14 A kind of method of control of authority and device

Publications (1)

Publication Number Publication Date
CN105227560A true CN105227560A (en) 2016-01-06

Family

ID=54996239

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510660848.1A Pending CN105227560A (en) 2015-10-14 2015-10-14 A kind of method of control of authority and device

Country Status (1)

Country Link
CN (1) CN105227560A (en)

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106657046A (en) * 2016-12-13 2017-05-10 飞狐信息技术(天津)有限公司 Configurable fine grit authority control method and device
CN106778215A (en) * 2016-11-18 2017-05-31 广州普惠创新金融信息服务有限公司 A kind of account management method of transaction system, apparatus and system
CN107341388A (en) * 2017-06-19 2017-11-10 东软集团股份有限公司 Access right control method and device
CN107729768A (en) * 2017-11-03 2018-02-23 广州视源电子科技股份有限公司 A kind of page display method, device, Intelligent flat and storage medium
CN108304172A (en) * 2017-01-13 2018-07-20 北京畅游天下网络技术有限公司 A kind of web development approaches and web develop engine
CN109522751A (en) * 2018-12-17 2019-03-26 泰康保险集团股份有限公司 Access right control method, device, electronic equipment and computer-readable medium
CN109657427A (en) * 2017-10-12 2019-04-19 北京国双科技有限公司 The method and device of permission control
CN109815712A (en) * 2018-12-25 2019-05-28 中国平安人寿保险股份有限公司 User right management-control method, device, computer installation and readable storage medium storing program for executing
CN114967992A (en) * 2021-02-26 2022-08-30 北京字跳网络技术有限公司 Information interaction method, label viewing method and device
CN115129404A (en) * 2021-03-25 2022-09-30 北京字跳网络技术有限公司 Information processing method and device based on task
CN115134104A (en) * 2021-03-25 2022-09-30 北京字跳网络技术有限公司 Information processing method, information display method and device

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101441688A (en) * 2007-11-20 2009-05-27 阿里巴巴集团控股有限公司 User authority allocation method and user authority control method
CN101727470A (en) * 2008-10-30 2010-06-09 鸿富锦精密工业(深圳)有限公司 System and method for controlling web page display authority
CN104317933A (en) * 2014-10-31 2015-01-28 北京思特奇信息技术股份有限公司 Authority control tag display method and system

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101441688A (en) * 2007-11-20 2009-05-27 阿里巴巴集团控股有限公司 User authority allocation method and user authority control method
CN101727470A (en) * 2008-10-30 2010-06-09 鸿富锦精密工业(深圳)有限公司 System and method for controlling web page display authority
CN104317933A (en) * 2014-10-31 2015-01-28 北京思特奇信息技术股份有限公司 Authority control tag display method and system

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
魏小辉: "基于JSP自定义标签的权限管理", 《生物技术世界》 *

Cited By (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106778215A (en) * 2016-11-18 2017-05-31 广州普惠创新金融信息服务有限公司 A kind of account management method of transaction system, apparatus and system
CN106657046A (en) * 2016-12-13 2017-05-10 飞狐信息技术(天津)有限公司 Configurable fine grit authority control method and device
CN108304172B (en) * 2017-01-13 2021-10-08 北京畅游天下网络技术有限公司 Web development method and web development engine
CN108304172A (en) * 2017-01-13 2018-07-20 北京畅游天下网络技术有限公司 A kind of web development approaches and web develop engine
CN107341388A (en) * 2017-06-19 2017-11-10 东软集团股份有限公司 Access right control method and device
CN109657427A (en) * 2017-10-12 2019-04-19 北京国双科技有限公司 The method and device of permission control
CN107729768B (en) * 2017-11-03 2020-12-22 广州视源电子科技股份有限公司 Page display method and device, intelligent panel and storage medium
CN107729768A (en) * 2017-11-03 2018-02-23 广州视源电子科技股份有限公司 A kind of page display method, device, Intelligent flat and storage medium
CN109522751A (en) * 2018-12-17 2019-03-26 泰康保险集团股份有限公司 Access right control method, device, electronic equipment and computer-readable medium
CN109815712A (en) * 2018-12-25 2019-05-28 中国平安人寿保险股份有限公司 User right management-control method, device, computer installation and readable storage medium storing program for executing
CN114967992A (en) * 2021-02-26 2022-08-30 北京字跳网络技术有限公司 Information interaction method, label viewing method and device
CN115129404A (en) * 2021-03-25 2022-09-30 北京字跳网络技术有限公司 Information processing method and device based on task
CN115134104A (en) * 2021-03-25 2022-09-30 北京字跳网络技术有限公司 Information processing method, information display method and device
CN115134104B (en) * 2021-03-25 2023-09-29 北京字跳网络技术有限公司 Information processing method, information display method and information display device

Similar Documents

Publication Publication Date Title
CN105227560A (en) A kind of method of control of authority and device
EP3278246B1 (en) In-domain webpage editing
CN102281311B (en) Method, system and device for implementing network service based on open application programming interface
CN107038042B (en) Service execution method and device
CN104572263A (en) Page data interaction method, related device and system
CN108351769B (en) Dashboard as a remote computing service
CN104715309A (en) Service control method and device
KR101977624B1 (en) Method and apparatus for providing authentication information on a web page
US20140317537A1 (en) Browser based application program extension method and device
CN110213105A (en) It is a kind of cross-platform micro- using creation method
CN105074652B (en) For remotely providing the method and computer system of application function to printer
CN111144878B (en) Instruction generation method and instruction generation device
KR20130085856A (en) Method and apparatus for creating automatically a widget to invoke heterogeneous web services in a composite application
CN112084446A (en) Webpage editing method, editor, electronic equipment and readable storage medium
CN110968367A (en) E-commerce commodity field configuration method, device, server and storage medium
CN103164324A (en) Microblog test method and device
US8862984B1 (en) Data contracts for network page generation code
CN111935107B (en) Identity authentication method, device, system, electronic equipment and storage medium
US10885565B1 (en) Network-based data discovery and consumption coordination service
CN104239514A (en) Webpage rendering method, device and mobile terminal
US20140380148A1 (en) Providing aggregated data to page generation code for network page generation
CN106209746B (en) Security service providing method and server
CN102682240B (en) Method for controlling resources in large browser/server (BS) structured system
CN102135909B (en) Information processing apparatus and plug-in interaction method
CN107111514B (en) Method for linking identity to account number in delayed mode

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
WD01 Invention patent application deemed withdrawn after publication
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20160106