CN114266072A - Authority distribution control method and device, electronic equipment and storage medium - Google Patents

Authority distribution control method and device, electronic equipment and storage medium Download PDF

Info

Publication number
CN114266072A
CN114266072A CN202111613350.1A CN202111613350A CN114266072A CN 114266072 A CN114266072 A CN 114266072A CN 202111613350 A CN202111613350 A CN 202111613350A CN 114266072 A CN114266072 A CN 114266072A
Authority
CN
China
Prior art keywords
authority
congruent
similar
user
matching
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
CN202111613350.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.)
Beijing Abt Networks Co ltd
Original Assignee
Beijing Abt Networks 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 Abt Networks Co ltd filed Critical Beijing Abt Networks Co ltd
Priority to CN202111613350.1A priority Critical patent/CN114266072A/en
Publication of CN114266072A publication Critical patent/CN114266072A/en
Pending legal-status Critical Current

Links

Images

Abstract

The invention provides a permission distribution control method, a permission distribution control device, electronic equipment and a storage medium, wherein the method comprises the following steps: acquiring all accessible pages, and dividing the accessible pages into a plurality of minimum sub-pages; dividing the minimum sub-pages into a congruent authority set and a similar authority set; and matching at least one target minimum sub-page for the role from the congruent authority set and the similar authority set based on the authority requirement of the role. When the authority of the role needs to be divided, according to the authority requirements of the role, at least one target minimum sub-page is matched for the role from the congruent authority set and the similar authority set, the use authority of different roles does not need to be divided in advance, the flexibility of the role is improved, and the authority control is not influenced by the business development; meanwhile, the roles are flexible, and personalized customization of authority distribution is achieved.

Description

Authority distribution control method and device, electronic equipment and storage medium
Technical Field
The invention relates to the technical field of network security, in particular to a permission distribution control method and device, electronic equipment and a storage medium.
Background
In a background management system of a hierarchical system, multiple levels of access rights need to be allocated to a user account, so that the user account can manage management objects of different levels.
The commonly used method for right distribution control in the prior art is a three-right mode: the method comprises the steps of firstly dividing different role use authorities, obtaining a role identifier of a user after the user logs in, and then limiting a page accessible by the user by a front end, thereby achieving the purpose of authority control.
However, the existing method has the following problems: because the use authorities of different roles are divided in advance, the roles lose flexibility, and the pre-defined authorities cannot be compatible with the service development.
Disclosure of Invention
In view of the above, it is necessary to provide a method, an apparatus, an electronic device and a storage medium for controlling permission allocation, so as to solve the technical problem in the prior art that due to the fact that the usage permissions of different roles are divided in advance, the roles lose flexibility, and the permissions defined in advance are not compatible with the service development.
In order to solve the above technical problem, the present invention provides an authority allocation control method, including:
acquiring all accessible pages, and dividing the accessible pages into a plurality of minimum sub-pages;
dividing the minimum sub-pages into a congruent authority set and a similar authority set;
and matching at least one target minimum sub-page for the role from the congruent authority set and the similar authority set based on the authority requirement of the role.
In some possible implementations, the dividing the plurality of smallest sub-pages into a congruent set of permissions and a similar set of permissions includes:
obtaining a matching mode of the minimum subpage, wherein the matching mode comprises precise matching and fuzzy matching;
dividing the minimum sub-pages into the congruent authority sets and the similar authority sets according to the matching mode;
the matching mode is that the minimum sub-page which is accurately matched belongs to the congruent authority set, and the matching mode is that the minimum sub-page which is fuzzy matched belongs to the similar authority set.
In some possible implementations, the smallest sub-page in the congruent authority set is stored using a hash table; and the minimum sub page in the similar permission set is stored by adopting a radix tree.
In some possible implementations, the minimum subpage includes a uniform resource locator and an http request.
In some possible implementations, the right assignment control method further includes:
and acquiring an access request of a user, and determining whether the user has access authority or not based on the access request, the congruent authority set and the similar authority set.
In some possible implementation manners, the access request comprises a uniform resource locator to be matched and an http request manner to be matched; the determining whether the user has access rights based on the access request, the congruent set of rights and the similar set of rights includes:
matching in the congruent authority set and/or the similar authority set according to the uniform resource locator to be matched and the http request mode to be matched;
judging whether the matching of the uniform resource locator to be matched and the http request mode to be matched in the congruent authority set or the similar authority set is successful or not;
if the matching is successful, the user has access authority; and if the matching is unsuccessful, the user has no access right.
In some possible implementations, before the obtaining the access request of the user, the method includes:
acquiring a login request of a user, wherein the login request comprises a user name identifier and a token identifier;
judging whether the user is a valid user or not according to the user name identification and the token identification;
and if the user is the valid user, generating the access request.
In another aspect, the present invention further provides an authority distribution control apparatus, including:
the page dividing unit is used for acquiring all accessible pages and dividing the accessible pages into a plurality of minimum sub-pages;
the permission set dividing unit is used for dividing the minimum subpages into an identical permission set and a similar permission set;
and the permission allocation unit is used for matching at least one target minimum sub-page for the role from the congruent permission set and the similar permission set based on the permission requirement of the role.
In another aspect, the present invention also provides an electronic device comprising a memory and a processor, wherein,
the memory is used for storing programs;
the processor is coupled to the memory, and configured to execute the program stored in the memory to implement the steps in the right assignment control method in any of the above implementations.
In another aspect, the present invention further provides a computer-readable storage medium for storing a computer-readable program or instruction, where the program or instruction, when executed by a processor, can implement the steps in the authority allocation control method in any one of the above-mentioned implementation manners.
The beneficial effects of adopting the above embodiment are: the permission allocation control method provided by the invention divides all accessible pages into a plurality of minimum sub-pages, divides the plurality of minimum sub-pages into the congruent permission set and the similar permission set, and matches at least one target minimum sub-page for a role from the congruent permission set and the similar permission set according to the permission requirement of the role when the permission of the role needs to be divided, so that the use permission of different roles does not need to be divided in advance, the flexibility of the role is improved, and the permission control is not influenced by the development of the business. Furthermore, the invention can match the target minimum sub-page for the role according to the authority requirement, so that the role has flexibility and the individual customization of authority distribution is realized.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present invention, the drawings needed to be used in the description of the embodiments will be briefly introduced below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without creative efforts.
FIG. 1 is a flowchart illustrating a method for controlling authority assignment according to an embodiment of the present invention;
FIG. 2 is a schematic flow chart of one embodiment of S102 of FIG. 1;
FIG. 3 is a flowchart illustrating an embodiment of determining access rights provided by the present invention;
FIG. 4 is a flowchart illustrating an embodiment of verifying user login according to the present invention;
FIG. 5 is a schematic structural diagram of an authority allocation control apparatus according to an embodiment of the present invention;
fig. 6 is a schematic structural diagram of an embodiment of an electronic device provided in the present invention.
Detailed Description
The technical solution in the embodiments of the present invention will be clearly and completely described below with reference to the accompanying drawings in the embodiments of the present invention. It is to be understood that the described embodiments are merely exemplary of the invention, and not restrictive of the full scope of the invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
In the description of the embodiments of the present application, "a plurality" means two or more unless otherwise specified.
Reference herein to "an embodiment" means that a particular feature, structure, or characteristic described in connection with the embodiment can be included in at least one embodiment of the invention. The appearances of the phrase in various places in the specification are not necessarily all referring to the same embodiment, nor are separate or alternative embodiments mutually exclusive of other embodiments. It is explicitly and implicitly understood by one skilled in the art that the embodiments described herein can be combined with other embodiments.
The invention provides an authority distribution control method, an authority distribution control device, electronic equipment and a storage medium, which are respectively described below.
Before the examples are shown, the following terms are introduced:
fig. 1 is a schematic flowchart of an embodiment of a right assignment control method provided by the present invention, and as shown in fig. 1, the right assignment control method includes:
s101, acquiring all pages which can be accessed, and dividing the pages which can be accessed into a plurality of minimum sub-pages;
s102, dividing a plurality of minimum sub-pages into a congruent authority set and a similar authority set;
s103, matching at least one target minimum sub-page for the role from the congruent authority set and the similar authority set based on the authority requirement of the role.
Compared with the prior art, the permission allocation control method provided by the embodiment of the invention divides all accessible pages into a plurality of minimum sub-pages, divides the plurality of minimum sub-pages into the congruent permission set and the similar permission set, and matches at least one target minimum sub-page for a role from the congruent permission set and the similar permission set according to the permission requirements of the role when the permission of the role needs to be divided, so that the use permission of different roles does not need to be divided in advance, the flexibility of the role is improved, and the permission control is not influenced by the business development. Furthermore, the embodiment of the invention can match the target minimum sub-page for the role according to the authority requirement, so that the role has flexibility and the personalized customization of authority distribution is realized.
It should be understood that: the authority distribution control method in the embodiment of the invention can be applied to any system needing authority distribution control. In one embodiment, the permission assignment control method is applied to a traffic forensics system.
In some embodiments of the present invention, as shown in fig. 2, step S102 comprises:
s201, obtaining a matching mode of a minimum sub-page, wherein the matching mode comprises accurate matching and fuzzy matching;
s202, dividing a plurality of minimum sub-pages into a congruent authority set and a similar authority set according to a matching mode;
the matching mode is that the minimum sub-page which is accurately matched belongs to the congruent authority set, and the matching mode is that the minimum sub-page which is fuzzy matched belongs to the similar authority set.
According to the embodiment of the invention, the plurality of minimum sub-pages are divided into the congruent authority sets and the similar authority sets according to the matching, so that the efficiency of judging whether the user has the access authority can be improved, and the access efficiency is improved.
In order to reduce the technical problem that the real service is slowed down along with the increase of the data volume to a certain extent when the data volume needing to be processed by the authority distribution control method is increased, in some embodiments of the invention, the smallest sub-page in the congruent authority set is stored by adopting a hash table; the smallest sub-page in the similar permission set is stored by using a radix tree.
The embodiment of the invention adopts a hash table to store by setting the minimum sub-page in the congruent authority set; the minimum sub-page in the similar authority set is stored by adopting a radix tree, so that the time complexity of the authority distribution control method can be improved, and the time complexity is ensured to be between O (n) and O (logN) when the authority nodes are increased, thereby ensuring the access authority matching efficiency. Meanwhile, the authority distribution control method is more suitable for systems with multiple functions, fast iteration and complex service, such as: and a flow forensics system.
It should be noted that: the time complexity o (n) represents a several-fold increase in data size, and the time consumption is correspondingly increased by several times. The time complexity o (logN) represents the time consumption increased by a factor logN when the data amount is increased by a factor n.
In some embodiments of the invention, the minimum subpage includes a Uniform Resource Locator (URL) and an http request method (http method).
The http request manner includes, but is not limited to, GET, HEAD, POST, PUT, DELETE, OPTIONS.
GET: the method is generally used for retrieving query data and requesting specified information, and the server returns a specified entity according to parameters, so that the operation can not modify the data of the server;
HEAD: similar to GET, the difference is that it only requests header information of the page to GET the header information, and returns a response without content, GET returns an entity. Generally used for judging the type, determining the existence of the resource according to the return status code, whether the resource is updated, the updating time and the like;
POST: the method is generally used for submitting data to a server for processing, and the method is usually used for newly added operations such as data submission and the like;
PUT: similar to POST, for modifying server resources, transmitting data from the client to the server in place of the contents of the specified document;
DELETE: for requesting deletion of certain resources of the server;
OPTIONS: typically to check certain capabilities of the server, such as sending a request to see if the server accepts a request.
Namely: a uniform resource locator and an http request mode form a request mode for a page, so that the decoupling of possible request modes on an accessible page is realized, and the flexibility of roles is further improved.
In some embodiments of the present invention, the right assignment control method further includes:
and acquiring an access request of the user, and determining whether the user has access right or not based on the access request, the congruent authority set and the similar authority set.
According to the embodiment of the invention, whether the user has the access right can be determined through the access request, the congruent authority set and the similar authority set, so that the speed of matching the access right is improved.
In some embodiments of the invention, the access request comprises a uniform resource locator to be matched and an http request mode to be matched; then, as shown in fig. 3, determining whether the user has access rights based on the access request, the congruent sets of rights, and the similar sets of rights includes:
s301, matching is carried out in a congruent authority set and/or a similar authority set according to a uniform resource locator (UPL) to be matched and an http request mode to be matched;
s302, judging whether the matching of the uniform resource locator to be matched and the http request mode to be matched in the congruent authority set or the similar authority set is successful or not;
s303, if the matching is successful, the user has an access right; and if the matching is unsuccessful, the user has no access right.
In order to improve the matching success rate and improve the reliability of the access right determination, in some embodiments of the present invention, step S301 specifically includes: and matching the congruent authority set and the similar authority set according to the uniform resource locator to be matched and the http request mode to be matched.
The matching success rate and the matching reliability can be improved by utilizing the congruent authority set and the similar authority set to match the uniform resource locator to be matched and the http request mode to be matched together.
In order to avoid that the matching result is inaccurate by matching the uniform resource locator to be matched and the http request to be matched by using the similar permission set, in some embodiments of the present invention, step S301 specifically includes: matching the uniform resource locator to be matched and the http request mode to be matched in a congruent authority set, and if the matching is successful, indicating that the access authority exists; if the matching is unsuccessful, matching the uniform resource locator to be matched with the http request mode to be matched in the similar permission set, and if the matching is successful, indicating that the access permission exists; if the matching is unsuccessful, no access right is indicated.
According to the embodiment of the invention, the uniform resource locator to be matched and the http request mode to be matched are matched in the congruent authority set, and when the uniform resource locator to be matched and the http request mode to be matched are not successful, the uniform resource locator to be matched and the http request mode to be matched are matched in the similar authority set, so that the matching accuracy can be further improved.
In the prior art, when controlling the authority assignment, only the user name identification of the user is used for user identification, which can only control the authority of the ordinary user, and for professional users, the user identification can be bypassed by other methods, such as postman and other tools, so that the user identification is disabled, resulting in a security problem, in order to solve the technical problem, in some embodiments of the present invention, as shown in fig. 4, before obtaining the access request of the user, the method further includes:
s401, obtaining a login request of a user, wherein the login request comprises a user name identifier and a token identifier;
s402, judging whether the user is a valid user or not according to the user name identification and the token identification;
and S403, if the user is a valid user, generating an access request.
The user name identification is plaintext, and the token identification is ciphertext.
When the user logs in, the embodiment of the invention judges whether the user is an effective user through the plaintext and the ciphertext together, thereby avoiding the user identification from bypassing the login verification and ensuring the safety.
In order to better implement the right assignment control method in the embodiment of the present invention, on the basis of the right assignment control method, as shown in fig. 5, correspondingly, an embodiment of the present invention further provides a right assignment control device 500, including:
the page dividing unit 501 is configured to obtain all accessible pages and divide the accessible pages into a plurality of minimum sub-pages;
a permission set dividing unit 502, configured to divide the multiple minimum sub-pages into an equal permission set and a similar permission set;
and the permission allocation unit 503 is configured to match at least one target minimum sub-page for the role from the congruent permission set and the similar permission set based on the permission requirement of the role.
The right assignment control apparatus 500 provided in the foregoing embodiment may implement the technical solutions described in the foregoing embodiments of the right assignment control method, and the specific implementation principles of the modules or units may refer to the corresponding contents in the foregoing embodiments of the right assignment control method, which are not described herein again.
As shown in fig. 6, the present invention further provides an electronic device 600. The electronic device 600 comprises a processor 601, a memory 602 and a display 603. Fig. 6 shows only some of the components of the electronic device 600, but it is to be understood that not all of the shown components are required to be implemented, and that more or fewer components may be implemented instead.
The storage 602 may be an internal storage unit of the electronic device 600 in some embodiments, such as a hard disk or a memory of the electronic device 600. The memory 602 may also be an external storage device of the electronic device 600 in other embodiments, such as a plug-in hard disk, a Smart Media Card (SMC), a Secure Digital (SD) Card, a Flash memory Card (Flash Card), and the like, provided on the electronic device 600.
Further, the memory 602 may also include both internal storage units and external storage devices of the electronic device 600. The memory 602 is used for storing application software and various types of data for installing the electronic device 600.
Processor 601, which in some embodiments may be a Central Processing Unit (CPU), microprocessor or other data Processing chip, executes program code or processes data stored in memory 602, such as the rights assignment control method of the present invention.
The display 603 may be an LED display, a liquid crystal display, a touch-sensitive liquid crystal display, an OLED (Organic Light-Emitting Diode) touch panel, or the like in some embodiments. The display 603 is used for displaying information at the electronic device 600 and for displaying a visual user interface. The components 601 and 603 of the electronic device 600 communicate with each other via a system bus.
In one embodiment, when the processor 601 executes the rights assignment control program in the memory 602, the following steps may be implemented:
acquiring all accessible pages, and dividing the accessible pages into a plurality of minimum sub-pages;
dividing a plurality of minimum subpages into a congruent authority set and a similar authority set;
and matching at least one target minimum sub-page for the role from the congruent authority set and the similar authority set based on the authority requirement of the role.
It should be understood that: the processor 601, when executing the right assignment control program in the memory 602, may also implement other functions in addition to the above functions, which may be specifically referred to the description of the corresponding method embodiments above.
Further, the type of the electronic device 600 is not particularly limited in the embodiment of the present invention, and the electronic device 600 may be a portable electronic device such as a mobile phone, a tablet computer, a Personal Digital Assistant (PDA), a wearable device, and a laptop computer (laptop). Exemplary embodiments of portable electronic devices include, but are not limited to, portable electronic devices that carry an IOS, android, microsoft, or other operating system. The portable electronic device may also be other portable electronic devices such as laptop computers (laptop) with touch sensitive surfaces (e.g., touch panels), etc. It should also be understood that in other embodiments of the present invention, the electronic device 600 may not be a portable electronic device, but may be a desktop computer having a touch-sensitive surface (e.g., a touch panel).
Accordingly, the present application also provides a computer-readable storage medium, which is used for storing a computer-readable program or instruction, and when the program or instruction is executed by a processor, the method steps or functions provided by the above method embodiments can be implemented.
According to the authority distribution control method, the authority distribution control device, the electronic equipment and the storage medium, all the accessible pages are divided into the plurality of minimum sub-pages, the plurality of minimum sub-pages are divided into the congruent authority sets and the similar authority sets, when the authority of the role needs to be divided, at least one target minimum sub-page is matched for the role from the congruent authority sets and the similar authority sets according to the authority requirements of the role, the use authority of different roles does not need to be divided in advance, the flexibility of the role is improved, and the authority control is not influenced by the development of the business. Furthermore, the embodiment of the invention can match the target minimum sub-page for the role according to the authority requirement, so that the role has flexibility and the personalized customization of authority distribution is realized.
Furthermore, the embodiment of the invention adopts a hash table to store by setting the minimum sub-page in the congruent authority set; the minimum sub-page in the similar authority set is stored by adopting a radix tree, so that the time complexity of the authority distribution control method can be improved, and the time complexity is ensured to be between O (n) and O (logN) when the authority nodes are increased, thereby ensuring the access authority matching efficiency.
Furthermore, when the user logs in, the embodiment of the invention judges whether the user is an effective user through the plaintext and the ciphertext together, thereby avoiding the user identification from bypassing the login verification and ensuring the safety.
Those skilled in the art will appreciate that all or part of the flow of the method implementing the above embodiments may be implemented by a computer program, which may be stored in a computer-readable storage medium, to instruct associated hardware. The computer readable storage medium is a magnetic disk, an optical disk, a read-only memory or a random access memory.
The authority distribution control method, apparatus, electronic device and storage medium provided by the present invention are described in detail above, and a specific example is applied in the present document to explain the principle and the implementation of the present invention, and the description of the above embodiment is only used to help understanding the method and the core idea of the present invention; meanwhile, for those skilled in the art, according to the idea of the present invention, there may be variations in the specific embodiments and the application scope, and in summary, the content of the present specification should not be construed as a limitation to the present invention.

Claims (10)

1. An authority allocation control method, comprising:
acquiring all accessible pages, and dividing the accessible pages into a plurality of minimum sub-pages;
dividing the minimum sub-pages into a congruent authority set and a similar authority set;
and matching at least one target minimum sub-page for the role from the congruent authority set and the similar authority set based on the authority requirement of the role.
2. The privilege distribution control method according to claim 1, wherein the dividing the plurality of smallest sub-pages into a congruent privilege set and a similar privilege set comprises:
obtaining a matching mode of the minimum subpage, wherein the matching mode comprises precise matching and fuzzy matching;
dividing the minimum sub-pages into the congruent authority sets and the similar authority sets according to the matching mode;
the matching mode is that the minimum sub-page which is accurately matched belongs to the congruent authority set, and the matching mode is that the minimum sub-page which is fuzzy matched belongs to the similar authority set.
3. The authority distribution control method according to any one of claims 1 or 2, wherein the smallest sub-page in the congruent authority set is stored using a hash table; and the minimum sub page in the similar permission set is stored by adopting a radix tree.
4. The privilege assignment control method as claimed in claim 1, wherein the minimum subpage comprises a uniform resource locator and an http request.
5. The right assignment control method according to claim 1, further comprising:
and acquiring an access request of a user, and determining whether the user has access authority or not based on the access request, the congruent authority set and the similar authority set.
6. The permission allocation control method according to claim 5, wherein the access request includes a uniform resource locator to be matched and an http request manner to be matched; the determining whether the user has access rights based on the access request, the congruent set of rights and the similar set of rights includes:
matching in the congruent authority set and/or the similar authority set according to the uniform resource locator to be matched and the http request mode to be matched;
judging whether the matching of the uniform resource locator to be matched and the http request mode to be matched in the congruent authority set or the similar authority set is successful or not;
if the matching is successful, the user has access authority; and if the matching is unsuccessful, the user has no access right.
7. The right distribution control method according to claim 5, comprising, before the obtaining of the access request of the user:
acquiring a login request of a user, wherein the login request comprises a user name identifier and a token identifier;
judging whether the user is a valid user or not according to the user name identification and the token identification;
and if the user is the valid user, generating the access request.
8. An authority distribution control apparatus, comprising:
the page dividing unit is used for acquiring all accessible pages and dividing the accessible pages into a plurality of minimum sub-pages;
the permission set dividing unit is used for dividing the minimum subpages into an identical permission set and a similar permission set;
and the permission allocation unit is used for matching at least one target minimum sub-page for the role from the congruent permission set and the similar permission set based on the permission requirement of the role.
9. An electronic device comprising a memory and a processor, wherein,
the memory is used for storing programs;
the processor, coupled to the memory, is configured to execute the program stored in the memory to implement the steps in the right assignment control method of any of the preceding claims 1 to 7.
10. A computer-readable storage medium storing a computer-readable program or instructions, which when executed by a processor, is capable of implementing the steps in the rights assignment control method of any one of claims 1 to 7.
CN202111613350.1A 2021-12-27 2021-12-27 Authority distribution control method and device, electronic equipment and storage medium Pending CN114266072A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111613350.1A CN114266072A (en) 2021-12-27 2021-12-27 Authority distribution control method and device, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111613350.1A CN114266072A (en) 2021-12-27 2021-12-27 Authority distribution control method and device, electronic equipment and storage medium

Publications (1)

Publication Number Publication Date
CN114266072A true CN114266072A (en) 2022-04-01

Family

ID=80830423

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111613350.1A Pending CN114266072A (en) 2021-12-27 2021-12-27 Authority distribution control method and device, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN114266072A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115361414A (en) * 2022-08-16 2022-11-18 中国第一汽车股份有限公司 Vehicle personalized permission customization method and system based on multiple users and vehicle

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115361414A (en) * 2022-08-16 2022-11-18 中国第一汽车股份有限公司 Vehicle personalized permission customization method and system based on multiple users and vehicle

Similar Documents

Publication Publication Date Title
US10614233B2 (en) Managing access to documents with a file monitor
CN108462760B (en) Electronic device, automatic cluster access domain name generation method and storage medium
US20200412538A1 (en) Serverless connected app design
US9684505B2 (en) Development environment system, development environment apparatus, development environment providing method, and program
US10122693B2 (en) Protocol based key management
US20110321147A1 (en) Dynamic, temporary data access token
EP3610623B1 (en) Protocol-level identity mapping
CN111414407A (en) Data query method and device of database, computer equipment and storage medium
US10673835B2 (en) Implementing single sign-on in a transaction processing system
CN111814179A (en) User authority management and data control method and related equipment thereof
US11924210B2 (en) Protected resource authorization using autogenerated aliases
KR20230005308A (en) Prevent deployment of unapproved packages in the cluster
US8341733B2 (en) Creating secured file views in a software partition
CN107729768B (en) Page display method and device, intelligent panel and storage medium
CN110839014B (en) Authentication method, authentication device, computer equipment and readable storage medium
WO2019085470A1 (en) Authorization configuration method for system, application server and computer-readable storage medium
CN107819743B (en) Resource access control method and terminal equipment
CN113761552A (en) Access control method, device, system, server and storage medium
CN114266072A (en) Authority distribution control method and device, electronic equipment and storage medium
CN114780519A (en) DBC file generation method, device, equipment and medium based on CAN communication
CN112905990A (en) Access method, client, server and access system
WO2021051569A1 (en) Data isolation method and apparatus, computer device and storage medium
US9317677B1 (en) Access control for content delivery networks
CN113282890B (en) Resource authorization method, device, electronic equipment and storage medium
CN115203672A (en) Information access control method and device, computer equipment and medium

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