CN112182606A - Access request processing method and device, electronic equipment and readable storage medium - Google Patents

Access request processing method and device, electronic equipment and readable storage medium Download PDF

Info

Publication number
CN112182606A
CN112182606A CN202011015170.9A CN202011015170A CN112182606A CN 112182606 A CN112182606 A CN 112182606A CN 202011015170 A CN202011015170 A CN 202011015170A CN 112182606 A CN112182606 A CN 112182606A
Authority
CN
China
Prior art keywords
level
user
resource
access request
target
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
CN202011015170.9A
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.)
China Construction Bank Corp
Original Assignee
CCB Finetech 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 CCB Finetech Co Ltd filed Critical CCB Finetech Co Ltd
Priority to CN202011015170.9A priority Critical patent/CN112182606A/en
Publication of CN112182606A publication Critical patent/CN112182606A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/604Tools and structures for managing or administering access control systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/62Protecting access to data via a platform, e.g. using keys or access control rules
    • G06F21/6218Protecting access to data via a platform, e.g. using keys or access control rules to a system of files or objects, e.g. local or distributed file system or database
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2221/00Indexing scheme relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F2221/21Indexing scheme relating to G06F21/00 and subgroups addressing additional information or applications relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F2221/2141Access rights, e.g. capability lists, access control lists, access tables, access matrices

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Databases & Information Systems (AREA)
  • General Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • Bioethics (AREA)
  • Software Systems (AREA)
  • Computer Security & Cryptography (AREA)
  • Computer Hardware Design (AREA)
  • General Health & Medical Sciences (AREA)
  • Health & Medical Sciences (AREA)
  • Automation & Control Theory (AREA)
  • Data Mining & Analysis (AREA)
  • Storage Device Security (AREA)

Abstract

The embodiment of the application provides a processing method and device of an access request, electronic equipment and a readable storage medium. The method comprises the following steps: when detecting that a user firstly accesses a target resource through a browser, acquiring a resource level of the target resource; acquiring the current user grade of a user; and processing the access request based on the current user level and the resource level. Based on the scheme, the automatic authorization of the user access behavior can be realized through the browser, complicated authority setting in a financial system can be responded, the authority does not need to be applied, and the processing efficiency is higher.

Description

Access request processing method and device, electronic equipment and readable storage medium
Technical Field
The present application relates to the field of computer technologies, and in particular, to a method and an apparatus for processing an access request, an electronic device, and a readable storage medium.
Background
Browsers are application programs used to retrieve, present, and deliver Web information resources. A Web information Resource is tagged by a Uniform Resource Identifier (URI), which is a Web page, a picture, a piece of video, or any content presented on the Web. The user can browse the information associated with each other through a browser by means of Hyperlinks (Hyperlinks).
With the development of technology, browsers are not only information browsing tools, but also gradually become some transaction processing tools, such as making an online purchase, booking an air ticket, completing a workflow, and the like.
When a browser user browses network contents by using a browser, certain operations have certain safety level requirements, currently, a system prefabrication authorization system is mainly adopted to limit an account number of the user, the user obtains corresponding authorization information through permission approval, and the system determines whether the user can perform related operations to browse related contents. However, the business process in the financial field is duplicated, the authority setting is complicated, the application needs to be submitted for the authorization of new authority, the auditing period is long, and the business is not favorable for quick development.
Disclosure of Invention
The present application aims to solve at least one of the above technical drawbacks. The technical scheme adopted by the application is as follows:
in a first aspect, an embodiment of the present application provides a method for processing an access request, where the method includes:
when detecting that a user firstly accesses a target resource through a browser, acquiring a resource level of the target resource;
acquiring the current user grade of a user;
and processing the access request based on the current user level and the resource level.
Optionally, processing the access request based on the current user level and the resource level includes:
determining a target user level corresponding to the resource level of the target resource based on the corresponding relation between the preset resource level and the user level;
and processing the access request based on the current user level and the target user level.
Optionally, processing the access request based on the current user level and the target user level includes:
if the current user level is lower than the target user level, the access request is forbidden;
and if the current user level is not lower than the target user level, allowing the access request.
Optionally, the method further includes:
and determining the current user level of the user based on the browsing information of the browser in the preset time period.
Optionally, determining the user level of the user based on browsing information of the browser of the user in a preset time period includes:
when it is detected that the user accesses the specified resource for the first time, determining the user level based on the access information of the specified resource and the browsing information of the browser in a preset time period before the specified resource is accessed.
Optionally, the browsing information comprises at least one of:
an access time;
an access path;
a resource level;
a request mode;
requesting content;
the frequency is requested.
In a second aspect, an embodiment of the present application provides an apparatus for processing an access request, where the apparatus includes:
the access request receiving module is used for acquiring the resource level of the target resource when detecting the first access request to the target resource sent by the user through the browser;
the user grade acquisition module is used for acquiring the current user grade of the user;
and the access request processing module is used for processing the access request based on the current user level and the resource level.
Optionally, the access request processing module is specifically configured to:
determining a target user level corresponding to the resource level of the target resource based on the corresponding relation between the preset resource level and the user level;
and processing the access request based on the current user level and the target user level.
Optionally, when the access request processing module processes the access request based on the current user level and the target user level, the access request processing module is specifically configured to:
if the current user level is lower than the target user level, the access request is forbidden;
and if the current user level is not lower than the target user level, allowing the access request.
Optionally, the apparatus further comprises:
and the user level configuration module is used for determining the current user level of the user based on the browsing information of the browser in the preset time period.
Optionally, the user level configuration module, when determining the user level of the user based on the browsing information of the browser of the user in the preset time period, is specifically configured to:
when it is detected that the user accesses the specified resource for the first time, determining the user level based on the access information of the specified resource and the browsing information of the browser in a preset time period before the specified resource is accessed.
Optionally, the browsing information comprises at least one of:
an access time;
an access path;
a resource level;
a request mode;
requesting content;
the frequency is requested.
In a third aspect, an embodiment of the present application provides an electronic device, including: a processor and a memory;
a memory for storing operating instructions;
the processor is used for executing the processing method of the access request shown in any implementation manner of the first aspect of the application by calling the operation instruction.
In a fourth aspect, the present application provides a computer-readable storage medium, on which a computer program is stored, where the computer program, when executed by a processor, implements the method for processing an access request shown in any implementation manner of the first aspect of the present application.
The technical scheme provided by the embodiment of the application has the following beneficial effects:
according to the scheme provided by the embodiment of the application, when the access request of the user for the target resource is detected for the first time through the browser, the access request is processed based on the current user level and the resource level. Based on the scheme, the automatic authorization of the user access behavior can be realized through the browser, complicated authority setting in a financial system can be responded, the authority does not need to be applied, and the processing efficiency is higher.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present application, the drawings used in the description of the embodiments of the present application will be briefly described below.
Fig. 1 is a schematic flowchart of a processing method of an access request according to an embodiment of the present application;
fig. 2 is a schematic structural diagram of an access request processing apparatus according to an embodiment of the present application;
fig. 3 is a schematic structural diagram of an electronic device according to an embodiment of the present application.
Detailed Description
Reference will now be made in detail to embodiments of the present application, examples of which are illustrated in the accompanying drawings, wherein like or similar reference numerals refer to the same or similar elements or elements having the same or similar function throughout. The embodiments described below with reference to the drawings are exemplary only for the purpose of explaining the present application and are not to be construed as limiting the present invention.
As used herein, the singular forms "a", "an", "the" and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise. It will be further understood that the terms "comprises" and/or "comprising," when used in this specification, specify the presence of stated features, integers, steps, operations, elements, and/or components, but do not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components, and/or groups thereof. It will be understood that when an element is referred to as being "connected" or "coupled" to another element, it can be directly connected or coupled to the other element or intervening elements may also be present. Further, "connected" or "coupled" as used herein may include wirelessly connected or wirelessly coupled. As used herein, the term "and/or" includes all or any element and all combinations of one or more of the associated listed items.
To make the objects, technical solutions and advantages of the present application more clear, embodiments of the present application will be described in further detail below with reference to the accompanying drawings.
The following describes the technical solutions of the present application and how to solve the above technical problems with specific embodiments. The following several specific embodiments may be combined with each other, and details of the same or similar concepts or processes may not be repeated in some embodiments. Embodiments of the present application will be described below with reference to the accompanying drawings.
Fig. 1 shows a schematic flowchart of a processing method of an access request provided in an embodiment of the present application, and as shown in fig. 1, the method mainly includes:
step S110: when detecting that a user firstly accesses a target resource through a browser, acquiring a resource level of the target resource;
step S120: acquiring the current user grade of a user;
step S130: and processing the access request based on the current user level and the resource level.
The browser in the embodiment of the application can be a safety browser developed based on the safety requirement of a financial system, and the management of the access behavior of the user can be realized through the browser.
In the embodiment of the application, the resource grade can be allocated to the target resource according to the security requirement of the target resource. Meanwhile, the user grade can be distributed to the user according to the access authority of the user, the user grade can be dynamically adjusted according to the browsing behavior of the user, and the current user grade of the user can be obtained when the access authority is carried out.
According to the method provided by the embodiment of the application, when the access request of the user for the target resource is detected for the first time through the browser, the access request is processed based on the current user level and the resource level. Based on the scheme, the automatic authorization of the user access behavior can be realized through the browser, complicated authority setting in a financial system can be responded, the authority does not need to be applied, and the processing efficiency is higher.
In an optional manner of the embodiment of the present application, processing an access request based on a current user level and a resource level includes:
determining a target user level corresponding to the resource level of the target resource based on the corresponding relation between the preset resource level and the user level;
and processing the access request based on the current user level and the target user level.
In the embodiment of the application, the corresponding relation between the resource level and the user level can be preset, namely the user level with the access authority of the resource at a certain resource level is set. For example, for a target resource with resource level a, the user level a corresponds to the user having the access right.
In the embodiment of the application, the user level with the access authority for the target resource to be accessed can be determined, and then the current user level of the user is compared to realize the authority verification of the access request.
In an optional manner of the embodiment of the present application, processing an access request based on a current user level and a target user level includes:
if the current user level is lower than the target user level, the access request is forbidden;
and if the current user level is not lower than the target user level, allowing the access request.
In the embodiment of the application, when the current user level is lower than the target user level, the user is considered not to have the access right of the target resource, and the access to the target resource can be prohibited. When the current user level is not lower than the target user level, the user can be considered to have the access authority of the target resource, and the access to the target resource can be allowed.
In an optional manner of the embodiment of the present application, the method further includes:
and determining the current user level of the user based on the browsing information of the browser in the preset time period.
According to the embodiment of the application, the user grade can be evaluated for the user according to the historical browsing information of the user.
In an optional manner of the embodiment of the present application, determining a user level of a user based on browsing information of a browser of the user in a preset time period includes:
when it is detected that the user accesses the specified resource for the first time, determining the user level based on the access information of the specified resource and the browsing information of the browser in a preset time period before the specified resource is accessed.
In the embodiment of the application, the user grade can be re-evaluated when the user accesses the new resource, so that the dynamic adjustment of the user grade is realized, and the actual use requirement is met.
In an optional manner of the embodiment of the present application, the browsing information includes at least one of the following:
an access time;
an access path;
a resource level;
a request mode;
requesting content;
the frequency is requested.
In the embodiment of the application, the browsing information can be collected so as to perform safe scoring according to the browsing information.
In the embodiment of the application, the user browsing behaviors are graded and scored through the user-defined browser software, the dynamic authority distribution effect is achieved by combining the limited resource grade, when the user access behaviors tend to be low in risk, the behaviors are properly released, and when the user access behaviors tend to be high in risk, the user access behaviors are automatically limited, so that the dynamic authority management effect is achieved.
Based on the same principle as the method shown in fig. 1, fig. 2 shows a schematic structural diagram of an access request processing apparatus provided in an embodiment of the present application, and as shown in fig. 2, the access request processing apparatus 20 may include:
an access request receiving module 210, configured to obtain a resource level of a target resource when detecting a first access request to the target resource, where the first access request is sent by a user through a browser;
a user level obtaining module 220, configured to obtain a current user level of a user;
and an access request processing module 230, configured to process the access request based on the current user level and the resource level.
According to the device provided by the embodiment of the application, when the access request of the user to the target resource is detected for the first time through the browser, the access request is processed based on the current user level and the resource level. Based on the scheme, the automatic authorization of the user access behavior can be realized through the browser, complicated authority setting in a financial system can be responded, the authority does not need to be applied, and the processing efficiency is higher.
Optionally, the access request processing module is specifically configured to:
determining a target user level corresponding to the resource level of the target resource based on the corresponding relation between the preset resource level and the user level;
and processing the access request based on the current user level and the target user level.
Optionally, when the access request processing module processes the access request based on the current user level and the target user level, the access request processing module is specifically configured to:
if the current user level is lower than the target user level, the access request is forbidden;
and if the current user level is not lower than the target user level, allowing the access request.
Optionally, the apparatus further comprises:
and the user level configuration module is used for determining the current user level of the user based on the browsing information of the browser in the preset time period.
Optionally, the user level configuration module, when determining the user level of the user based on the browsing information of the browser of the user in the preset time period, is specifically configured to:
when it is detected that the user accesses the specified resource for the first time, determining the user level based on the access information of the specified resource and the browsing information of the browser in a preset time period before the specified resource is accessed.
Optionally, the browsing information comprises at least one of:
an access time;
an access path;
a resource level;
a request mode;
requesting content;
the frequency is requested.
It is understood that the above modules of the processing apparatus of the access request in the present embodiment have functions of implementing the corresponding steps of the processing method of the access request in the embodiment shown in fig. 1. The function can be realized by hardware, and can also be realized by executing corresponding software by hardware. The hardware or software includes one or more modules corresponding to the functions described above. The modules can be software and/or hardware, and each module can be implemented independently or by integrating a plurality of modules. For the functional description of each module of the access request processing apparatus, reference may be specifically made to the corresponding description of the access request processing method in the embodiment shown in fig. 1, and details are not repeated here.
The embodiment of the application provides an electronic device, which comprises a processor and a memory;
a memory for storing operating instructions;
and the processor is used for executing the processing method of the access request provided by any embodiment of the application by calling the operation instruction.
As an example, fig. 3 shows a schematic structural diagram of an electronic device to which an embodiment of the present application is applicable, and as shown in fig. 3, the electronic device 2000 includes: a processor 2001 and a memory 2003. Wherein the processor 2001 is coupled to a memory 2003, such as via a bus 2002. Optionally, the electronic device 2000 may also include a transceiver 2004. It should be noted that the transceiver 2004 is not limited to one in practical applications, and the structure of the electronic device 2000 is not limited to the embodiment of the present application.
The processor 2001 is applied to the embodiment of the present application to implement the method shown in the above method embodiment. The transceiver 2004 may include a receiver and a transmitter, and the transceiver 2004 is applied to the embodiments of the present application to implement the functions of the electronic device of the embodiments of the present application to communicate with other devices when executed.
The Processor 2001 may be a CPU (Central Processing Unit), general Processor, DSP (Digital Signal Processor), ASIC (Application Specific Integrated Circuit), FPGA (Field Programmable Gate Array) or other Programmable logic device, transistor logic device, hardware component, or any combination thereof. Which may implement or perform the various illustrative logical blocks, modules, and circuits described in connection with the disclosure. The processor 2001 may also be a combination of computing functions, e.g., comprising one or more microprocessors, DSPs and microprocessors, and the like.
Bus 2002 may include a path that conveys information between the aforementioned components. The bus 2002 may be a PCI (Peripheral Component Interconnect) bus, an EISA (Extended Industry Standard Architecture) bus, or the like. The bus 2002 may be divided into an address bus, a data bus, a control bus, and the like. For ease of illustration, only one thick line is shown in FIG. 3, but this does not mean only one bus or one type of bus.
The Memory 2003 may be a ROM (Read Only Memory) or other type of static storage device that can store static information and instructions, a RAM (Random Access Memory) or other type of dynamic storage device that can store information and instructions, an EEPROM (Electrically Erasable Programmable Read Only Memory), a CD-ROM (Compact Disc Read Only Memory) or other optical Disc storage, optical Disc storage (including Compact Disc, laser Disc, optical Disc, digital versatile Disc, blu-ray Disc, etc.), a magnetic disk storage medium or other magnetic storage device, or any other medium that can be used to carry or store desired program code in the form of instructions or data structures and that can be accessed by a computer, but is not limited to these.
Optionally, the memory 2003 is used for storing application program code for performing the disclosed aspects, and is controlled in execution by the processor 2001. The processor 2001 is configured to execute the application program code stored in the memory 2003 to implement the method for processing the access request provided in any of the embodiments of the present application.
The electronic device provided by the embodiment of the application is applicable to any embodiment of the method, and is not described herein again.
Compared with the prior art, when an access request for a target resource sent by a user through a browser for the first time is detected, the access request is processed based on the current user level and the resource level. Based on the scheme, the automatic authorization of the user access behavior can be realized through the browser, complicated authority setting in a financial system can be responded, the authority does not need to be applied, and the processing efficiency is higher.
The embodiment of the present application provides a computer-readable storage medium, which stores a computer program thereon, and when the program is executed by a processor, the program implements the processing method of the access request shown in the above method embodiment.
The computer-readable storage medium provided in the embodiments of the present application is applicable to any of the embodiments of the foregoing method, and is not described herein again.
Compared with the prior art, when an access request for a target resource sent by a user through a browser for the first time is detected, the access request is processed based on the current user level and the resource level. Based on the scheme, the automatic authorization of the user access behavior can be realized through the browser, complicated authority setting in a financial system can be responded, the authority does not need to be applied, and the processing efficiency is higher.
It should be understood that, although the steps in the flowcharts of the figures are shown in order as indicated by the arrows, the steps are not necessarily performed in order as indicated by the arrows. The steps are not performed in the exact order shown and may be performed in other orders unless explicitly stated herein. Moreover, at least a portion of the steps in the flow chart of the figure may include multiple sub-steps or multiple stages, which are not necessarily performed at the same time, but may be performed at different times, which are not necessarily performed in sequence, but may be performed alternately or alternately with other steps or at least a portion of the sub-steps or stages of other steps.
The foregoing is only a partial embodiment of the present invention, and it should be noted that, for those skilled in the art, various modifications and decorations can be made without departing from the principle of the present invention, and these modifications and decorations should also be regarded as the protection scope of the present invention.

Claims (10)

1. A method for processing an access request, comprising:
when detecting that a user firstly accesses a target resource through a browser, acquiring the resource level of the target resource;
acquiring the current user grade of the user;
and processing the access request based on the current user level and the resource level.
2. The method of claim 1, wherein processing the access request based on the current user level and the resource level comprises:
determining a target user level corresponding to the resource level of the target resource based on the corresponding relation between the preset resource level and the user level;
and processing the access request based on the current user level and the target user level.
3. The method of claim 2, wherein processing the access request based on the current user rating and the target user rating comprises:
if the current user level is lower than the target user level, the access request is forbidden;
and if the current user level is not lower than the target user level, allowing the access request.
4. The method of claim 2, further comprising:
and determining the current user level of the user based on the browsing information of the browser of the user in a preset time period.
5. The method of claim 4, wherein the determining the user rating of the user based on the browsing information of the browser of the user within a preset time period comprises:
when detecting that a user accesses a specified resource for the first time, determining the user level based on the access information of the specified resource and the browsing information of the browser in a preset time period before the specified resource is accessed.
6. The method of claim 4, wherein the browsing information comprises at least one of:
an access time;
an access path;
a resource level;
a request mode;
requesting content;
the frequency is requested.
7. An apparatus for processing an access request, comprising:
the system comprises an access request receiving module, a resource level acquiring module and a resource level acquiring module, wherein the access request receiving module is used for acquiring the resource level of a target resource when detecting a first access request to the target resource sent by a user through a browser;
the user grade acquisition module is used for acquiring the current user grade of the user;
and the access request processing module is used for processing the access request based on the current user level and the resource level.
8. The apparatus of claim 7, wherein the access request processing module is specifically configured to:
determining a target user level corresponding to the resource level of the target resource based on the corresponding relation between the preset resource level and the user level;
and processing the access request based on the current user level and the target user level.
9. An electronic device comprising a processor and a memory;
the memory is used for storing operation instructions;
the processor is used for executing the method of any one of claims 1-6 by calling the operation instruction.
10. A computer-readable storage medium, characterized in that the storage medium has stored thereon a computer program which, when being executed by a processor, carries out the method of any one of claims 1-6.
CN202011015170.9A 2020-09-24 2020-09-24 Access request processing method and device, electronic equipment and readable storage medium Pending CN112182606A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011015170.9A CN112182606A (en) 2020-09-24 2020-09-24 Access request processing method and device, electronic equipment and readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011015170.9A CN112182606A (en) 2020-09-24 2020-09-24 Access request processing method and device, electronic equipment and readable storage medium

Publications (1)

Publication Number Publication Date
CN112182606A true CN112182606A (en) 2021-01-05

Family

ID=73956207

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011015170.9A Pending CN112182606A (en) 2020-09-24 2020-09-24 Access request processing method and device, electronic equipment and readable storage medium

Country Status (1)

Country Link
CN (1) CN112182606A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115314247A (en) * 2022-06-30 2022-11-08 中化学交通建设集团有限公司 Internet of things equipment management method and related equipment
CN115329316A (en) * 2022-10-17 2022-11-11 闪捷信息科技有限公司 Authority processing method, device, storage medium and electronic equipment

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107172007A (en) * 2017-03-28 2017-09-15 深圳市卓讯信息技术有限公司 The concentration authorization management method and device of a kind of multifactor adaptation
CN111079104A (en) * 2019-11-21 2020-04-28 腾讯科技(深圳)有限公司 Authority control method, device, equipment and storage medium
CN111400765A (en) * 2020-03-25 2020-07-10 支付宝(杭州)信息技术有限公司 Private data access method and device and electronic equipment
CN111683087A (en) * 2020-06-07 2020-09-18 中信银行股份有限公司 Access control method, device, electronic equipment and computer readable storage medium

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107172007A (en) * 2017-03-28 2017-09-15 深圳市卓讯信息技术有限公司 The concentration authorization management method and device of a kind of multifactor adaptation
CN111079104A (en) * 2019-11-21 2020-04-28 腾讯科技(深圳)有限公司 Authority control method, device, equipment and storage medium
CN111400765A (en) * 2020-03-25 2020-07-10 支付宝(杭州)信息技术有限公司 Private data access method and device and electronic equipment
CN111683087A (en) * 2020-06-07 2020-09-18 中信银行股份有限公司 Access control method, device, electronic equipment and computer readable storage medium

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115314247A (en) * 2022-06-30 2022-11-08 中化学交通建设集团有限公司 Internet of things equipment management method and related equipment
CN115314247B (en) * 2022-06-30 2024-02-09 中化学交通建设集团有限公司 Internet of things equipment management method and related equipment
CN115329316A (en) * 2022-10-17 2022-11-11 闪捷信息科技有限公司 Authority processing method, device, storage medium and electronic equipment

Similar Documents

Publication Publication Date Title
CN110222533B (en) Distributed data security application method and system and electronic equipment
CN113840012B (en) Block chain-based screen recording evidence obtaining method and system and electronic equipment
CN107729137B (en) Server, block chain signature verification decryption method and storage medium
CN107276970B (en) Unbinding and binding method and device
US20120030576A1 (en) Reducing the value of a browser fingerprint
CN105871577A (en) Method and device for managing resource privilege
CN112182606A (en) Access request processing method and device, electronic equipment and readable storage medium
EP3468128B1 (en) Method and device for preventing server from being attacked
US20170052979A1 (en) Input/Output (IO) Request Processing Method and File Server
CN112053149A (en) Method and device for preventing repeated payment, electronic equipment and readable storage medium
CN111966938A (en) Configuration method and system for realizing loading speed improvement of front-end page of cloud platform
CN112149112B (en) Enterprise information security management method based on authority separation
CN111553668A (en) Big data-based cash withdrawal method and device, electronic equipment and medium
CN111147496A (en) Data processing method and device
CN110363515B (en) Rights and interests card account information inquiry method, system, server and readable storage medium
CN112182605A (en) Operation request processing method and device, electronic equipment and readable storage medium
CN111090839B (en) Resource operation authority management method and device, electronic equipment and storage medium
CN115134348B (en) Sharing method of cloud application instance, system, equipment and storage medium thereof
CN111639846A (en) Demand processing method and device, electronic equipment and computer readable storage medium
CN116663066B (en) Data access method, device and storage medium
US20220188435A1 (en) Access control method, apparatus and device, and storage medium
CN112182535A (en) Operation request processing method and device, electronic equipment and readable storage medium
CN114650252B (en) Routing method and device based on enterprise service bus and computer equipment
CN116755956A (en) Operation and maintenance method and device of encryptor proxy server
CN114049084A (en) Wind control auditing processing method and device and electronic equipment

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
TA01 Transfer of patent application right

Effective date of registration: 20220908

Address after: 25 Financial Street, Xicheng District, Beijing 100033

Applicant after: CHINA CONSTRUCTION BANK Corp.

Address before: 12 / F, 15 / F, 99 Yincheng Road, Pudong New Area pilot Free Trade Zone, Shanghai, 200120

Applicant before: Jianxin Financial Science and Technology Co.,Ltd.

TA01 Transfer of patent application right