CN106528185A - Application interface management method and apparatus - Google Patents

Application interface management method and apparatus Download PDF

Info

Publication number
CN106528185A
CN106528185A CN201510570439.2A CN201510570439A CN106528185A CN 106528185 A CN106528185 A CN 106528185A CN 201510570439 A CN201510570439 A CN 201510570439A CN 106528185 A CN106528185 A CN 106528185A
Authority
CN
China
Prior art keywords
application interface
information
authentication
called
module
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
CN201510570439.2A
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.)
Alibaba Group Holding Ltd
Original Assignee
Alibaba Group Holding 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 Alibaba Group Holding Ltd filed Critical Alibaba Group Holding Ltd
Priority to CN201510570439.2A priority Critical patent/CN106528185A/en
Priority to PCT/CN2016/097505 priority patent/WO2017041657A1/en
Publication of CN106528185A publication Critical patent/CN106528185A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)
  • Telephonic Communication Services (AREA)

Abstract

The invention discloses an application interface management method and apparatus. The method comprises the steps of intercepting a call request for an application interface; obtaining annotation information of the application interface; and managing the call of the application interface according to the annotation information and the call request. Compared with the prior art, the application interface management method and apparatus provided by the invention has the advantages that information required for call process management is provided in a way of adding the annotation information to existing codes; it is not required to modify the existing codes on a large scale or modify code main body logic; and the call of each application interface can be managed by performing processing according to the annotation information through independently added application interface management codes, so that the cost overhead of code maintenance is reduced.

Description

A kind of application interface management method and device
Technical field
The application is related to computer realm, more particularly to a kind of application interface management method and device.
Background technology
Existing information system typically also needs to setting opening except completing the demand of own services Interface, to realize by API (application programming interface, Application Programming Interface mode) externally provides service, is accompanied by corresponding index number in externally providing service process According to return;Wherein, index generally refers to the data category returned by interface interchange.For data Safety, generally requires the identity to called side and tests, while needing the identity pair according to called side The index granularity of return is controlled.
Prior art the side of being called authentication and index filter when, typically by the concrete reality in interface Increase corresponding logic on modern code, carry out hard coded.This way can reach in the early stage of the project compared with Good maintenance, but to the later stage, due to the interface opened it is excessive, when existing code logic is changed Wait, it is impossible to ensure stablizing for existing service.Simultaneously for the code for not carrying out interface management before, Increase the function if desired, be then related to the modification of extensive code.
The content of the invention
One purpose of the application is to provide a kind of application interface management method and device, to solve not When changing existing code on a large scale or body of code logic not being modified, realize that application interface is called The problem of management.
It is according to the one side of the application, there is provided a kind of application interface management method, wherein, described Method includes:
Intercept the call request to application interface;
Obtain the annotating information of the application interface;
Calling for the application interface is managed according to the annotating information and the call request.
According to further aspect of the application, there is provided a kind of application interface managing device, wherein, institute Stating device includes:
Blocking module, for intercepting the call request to application interface;
Acquisition module, for obtaining the annotating information of the application interface;
Management module is called, for connecing to the application according to the annotating information and the call request Calling for mouth is managed.
Compared with prior art, the application is provided application interface management method and device, due to explaining The increase of information will not be impacted to the execution logic of the existing code of application interface, it is not necessary to big to advise Mould is changed existing code or body of code logic is modified, it is only necessary on existing application interface Increase annotating information, and introduce extra process logic accordingly, it is possible to be opened to each connect Mouth carries out varigrained interface management, so as to reduce the value expense that code maintenance brings.
Description of the drawings
By reading the detailed description made to non-limiting example made with reference to the following drawings, this Shen Other features, objects and advantages please will become more apparent upon:
Fig. 1 illustrates the schematic flow sheet of the application interface management method according to the application one side;
Fig. 2 illustrates the schematic flow sheet of the application interface management method according to the application another aspect;
Fig. 3 illustrates the structural representation of the application interface managing device according to the application one side;
Fig. 4 illustrates the structural representation of the application interface managing device according to the application another aspect.
In accompanying drawing, same or analogous reference represents same or analogous part.
Specific embodiment
Below in conjunction with the accompanying drawings the application is described in further detail.
Fig. 1 illustrates the schematic flow sheet of the application interface management method according to the application one side.Such as Shown in Fig. 1, the application interface management method includes:
Step S101, intercepts the call request to application interface;
Step S102, obtains the annotating information of the application interface;
Step S103, calls to the application interface according to the annotating information and the call request It is managed.
Wherein, application interface refers to api interface.Api interface is added with annotating information, such as Java in advance The Annotation annotating informations that language is provided, include the pipe called to api interface in annotating information Reason information, the management information for for example calling authentication, index to filter.When receiving the tune to api interface With during request, intercept call request and obtain the annotating information of the api interface, then according to note letter The authentication information that calls in breath is called authentication management, and the called side to api interface, i.e. service make With side, identity control is carried out;Or information is filtered according to the index in annotating information, to api interface The index granularity of return is controlled management.AOP (Aspect Oriented can be passed through Programming, towards tangent plane programming) technology, annotating information is processed, to control API Interface is called.The increase of annotating information will not be caused to the execution logic of the existing code of application interface Affect, therefore, during to being managed using interface interchange, it is not necessary to change on a large scale existing code or Person is modified to body of code logic, it is only necessary to by the application interface management code independently set up, Processed according to annotating information and management is called to each application interface, so as to reduce generation Code safeguards the value expense brought, for example, avoid the service failure brought because of the modification of subject logic.
Alternatively, the annotating information is included and calls authentication information;
Calling for the application interface is managed according to the annotating information and the call request Also include:
Authentication information is called to be called authentication to the call request according to described;
It is described call authentication to pass through after, execution the application interface is called;
It is described call authentication not over when, return miscue information.
Here, calling authentication to be divided into two kinds of results, call authentication to pass through, now perform to api interface Call;Authentication is called to call power not over what the status incongruence of, such as caller closed api interface Limit, now according to Value Types are returned, directly returns after mispacking information.
Alternatively, according to the annotating information and the call request to the application interface call into Row management also includes:
Before authentication is called, judge whether that needs are called authentication;
When authentication need not be called, directly performs and the application interface is called.
If here, preset need not to the api interface call be called authentication when, it is right In the caller of the api interface, authentication is not called, directly performs api interface and call.
Alternatively, the annotating information also filters information comprising index;
Calling for the application interface is managed according to the annotating information and the call request Also include:
Information is filtered according to the index is carried out to performing the returning result after the application interface is called Index is filtered;
The returning result filtered through the index is returned.
Here, when api interface is preset as needing index to filter, can directly be performed api interface The returning result called and obtain, or, authentication will be called to call by rear execution api interface and obtain The returning result for taking, is returned after index is filtered again.
Alternatively, according to the annotating information and the call request to the application interface call into Row management also includes:
Before row index filtration is entered, judge whether to need into row index to filter;
When row index filtration need not be entered, directly to performing the return knot after the application interface is called Fruit is returned.
Here, when api interface is preset as not needing index to filter, can directly be performed API Interface interchange and the returning result that obtains, or, authentication will be called to call by the rear api interface that performs And the returning result for obtaining, do not enter row index filtration, directly returned and terminated whole flow process.
Alternatively, methods described also includes:
The annotating information is added to the application interface;
The class processed to the annotating information by establishment.Preferably, can be by towards the side of tangent plane Formula creates the class processed to the annotating information.
Here, annotating information is added in advance using the Annotation mechanism that Java language is provided, The annotating information increased by Annotation will not be impacted to the execution logic of existing code.Face Refer to AOP (towards tangent plane programming, Aspect Oriented Programming) to the mode of tangent plane, i.e., A kind of unified technology safeguarded of program function is realized by precompile mode and runtime dynamic proxy. Class for being processed to annotating information is newly increased, it is not necessary to change the tool of existing application interface Body realizes logic class.
Fig. 2 illustrates the schematic flow sheet of the application interface management method according to the application another aspect. As shown in Fig. 2 the application interface call method includes:
Step S201, adds the annotating information to application interface.
Here, annotating information is added using the Annotation mechanism that Java language is provided, pass through The annotating information that Annotation increases will not be impacted to the execution logic of existing code.Explain letter Whether breath is included and calls authentication information and index to filter information, further, it is also possible to include need to be connect The information of mouth management, for example, if needs are called the information of authentication to the api interface, or, Whether need to enter the returning result for calling the api interface information of row index filtration.Wherein, call Authentication information can filter information and can filter comprising index comprising the information such as authentication process object, index The information such as object.Herein, index can refer to the data category returned by interface interchange api interface.
Step S202, creates the class processed to the annotating information.
Here, the class processed to the annotating information can be created by way of towards tangent plane, Mode towards tangent plane refers to AOP modes.Class for being processed to annotating information is newly increased, That need not change existing application interface implements logic class.
Step S203, intercepts the call request of application interface and obtains the note letter of the application interface Breath.
Here, service requester, i.e. api interface called side, initiate call request.By AOP The call request is intercepted, while the added Annotation annotating informations of api interface are parsed, with Obtain follow-up api interface and call the data message needed for management.
Step S204, judges whether that needs are called authentication.
Here, being judged according to the information for whether needing to carry out interface management that annotating information is included. Whether what for example basis was set to the api interface in advance needs to be called the information of authentication, is sentenced It is disconnected.
Step S205, when being called authentication, directly performs the tune to the application interface With.
If here, preset need not to the api interface call be called authentication when, it is right In the caller of the api interface, authentication is not called, directly performs api interface and call.Perform After api interface is called and obtains returning result, step S209 can be jumped to, judge whether that needs are right The returning result enters row index filtration.
Step S206, when needing to be called authentication, calls authentication information to the tune according to described Authentication is called with request.
Here, calling authentication to be divided into two kinds of results, call authentication to pass through, now jump to step S208 Processed;Authentication is called not over the status incongruence of such as caller closes calling for api interface Authority, now jumps to the process of step S207.
Step S207, it is described call authentication not over when, return miscue information.
Here, according to Value Types are returned, directly returning and terminating whole stream after mispacking information Journey.
Step S208, it is described call authentication to pass through after, execution the application interface is called.
Here, caller identity meet api interface call priority assignation, call authentication to allow to pass through. After execution api interface is called and obtains returning result, judged into step S209.
Step S209, judges whether to need into row index to filter.
Here, being judged according to the information for whether needing to carry out interface management that annotating information is included. For example according to the information whether needed into row index filtration in advance to the api interface setting, sentenced It is disconnected.Judgement is divided into two kinds and filters result it is not necessary to enter row index, jumps at step S210 Reason;Need into row index to filter, jump to the process of step S211.
Step S210, when row index filtration need not be entered, the returning result after directly calling to execution Returned.
Here, when api interface is preset as not needing index to filter, can be direct by step S205 The returning result that api interface is called and obtained is performed, or, call authentication to pass through step S208 The returning result that api interface is called and obtained is performed afterwards, is not entered row index filtration, is directly returned And terminate whole flow process.
Step S211, when needing into row index to filter, filters information to performing tune according to the index Returning result with after enters row index filtration.
Step S212, the returning result filtered through the index is returned.
Here, when api interface is preset as needing index to filter, step S205 directly can be held The returning result called and obtain of row api interface, or, call authentication to pass through step S208 The returning result that api interface is called and obtained is performed afterwards, after index is filtered is returned again and is tied Beam whole flow process, it is possible to achieve the index granularity for returning is controlled according to the identity of called side.
By the application interface management method of the application, it is only necessary to increase on existing interface and explain letter Breath, and extra process logic class is introduced accordingly, it is possible to reach the premise for not changing existing logic Under varigrained interface management is carried out to each interface for being opened to.
Fig. 3 illustrates the structural representation of the application interface managing device according to the application one side.Such as Shown in Fig. 3, the application interface managing device 3 includes:Blocking module 31, acquisition module 32 and tune With management module 33.
Wherein, blocking module 31, for intercepting the call request to application interface;Acquisition module 32, For obtaining the annotating information of the application interface;Management module 33 is called, for according to the note Solution information and the call request are managed to calling for the application interface.
Here, blocking module 31 intercepts the call request to api interface that called side sends, concurrently Deliver to and call management module 33 to be processed;Acquisition module 32 is obtained from the api interface and is added in advance Annotating information, and send to calling management module 33 to be processed.Api interface is added with advance The Annotation annotating informations that annotating information, such as Java language are provided, include in annotating information The management information called by api interface, the management information for for example calling authentication, index to filter.Call Management module 33 is called authentication management according to the authentication information that calls in annotating information, to API The called side of interface, that is, service user, carries out identity control;Or according to the finger in annotating information Mark filtration information, is controlled management to the index granularity that api interface is returned.
The application interface managing device of the application, it is not necessary to change existing code on a large scale or to code Subject logic is modified, it is only necessary to by the application interface management code independently set up, according to note Information is processed calls management to each application interface, so as to reduce code maintenance band The value expense come, for example, avoid the service failure brought because of the modification of subject logic.
Fig. 4 illustrates the structural representation of the application interface managing device according to the application another aspect. As shown in figure 4, the application interface managing device 4 includes:Blocking module 31, acquisition shown in Fig. 3 Module 32 and management module 33 is called, and addition is explained module 41 and processes generic module 42.
Wherein, blocking module 31, for intercepting the call request to application interface;Acquisition module 32, For obtaining the annotating information of the application interface;Management module 33 is called, for according to the note Solution information and the call request are managed to calling for the application interface.
Here, blocking module 31 intercepts the call request to api interface that called side sends, concurrently Deliver to and call management module 33 to be processed;Acquisition module 32 is obtained from the api interface and is added in advance Annotating information, and send to calling management module 33 to be processed.
Wherein, module 41 is explained in addition, for adding the annotating information to the application interface.
Here, annotating information will not be impacted to the execution logic of existing code.Annotating information is included Authentication information and index is called to filter information, further, it is also possible to include whether need to carry out interface management Information, for example, if needs are called the information of authentication to the api interface, or, if The returning result to calling the api interface is needed to enter the information of row index filtration.Wherein, call authentication Information can filter information and can include index filtering object comprising the information such as authentication process object, index Etc. information.Herein, index can refer to the data category returned by interface interchange api interface.
Wherein, generic module 42 is processed, for creating the class processed to the annotating information.It is preferred that Ground, the process generic module 42 are additionally operable to:Create by way of towards tangent plane letter is explained to described The class processed by breath.
Here, the class for being processed to annotating information is newly increased, it is not necessary to change existing answering Logic class is implemented with interface.
Further, it is described to call management module 33 also to include:Authentication module 331, execution calling module 332 and first judge module 333.
Authentication module 331, for calling authentication information to be called the call request according to described Authentication;The authentication module 331 is additionally operable to:It is described call authentication not over when, return mistake Information.
Perform calling module 332, for it is described call authentication to pass through after, execution the application is connect Mouthful call.The execution calling module 332 is additionally operable to:When authentication need not be called, directly Connect execution to call the application interface.
First judge module 333, for, before authentication is called, judging whether that needs are adjusted With authentication.
Here, when being called authentication, the first judge module 333 notifies that mould is called in execution Block 332 directly performs and the application interface is called;When needing to be called authentication, first sentences Disconnected module 333 notifies that authentication module 331 is called authentication;After calling authentication to pass through, mould is authenticated Block 331 notifies that performing the execution api interface of calling module 332 calls;When call authenticate not over when, Authentication module 331 is directly returned after mispacking information according to Value Types are returned.
Further, it is described to call management module 33 also to include:Index filtering module 334, return module 335 and second judge module 336.
Index filtering module 334, for filtering information to performing the application interface according to the index Returning result after calling enters row index filtration.
Module 335 is returned, for the returning result filtered through the index is returned.It is described Return module 334 to be additionally operable to:When row index filtration need not be entered, directly connect to performing the application Returning result after mouth is called is returned.
Second judge module 336, for, before row index filtration is entered, judging whether that needs are referred to Mark is filtered;
Wherein, when entering row index filtration, the second judge module 336 notifies to return module 334 The returning result for directly drawing to performing calling module 332 is returned.When need into row index filter When, the second judge module 336 notifies that index filtering module 334 pairs performs what calling module 332 drew Returning result enters row index filtration, returns module 334 by returning for processing through index filtering module 334 Return result to be returned.The returning result for performing calling module 332 can be for directly performing api interface Call and obtain, or, call authentication to call by rear execution api interface and obtain.
By the application interface managing device of the application, it is only necessary to increase on existing interface and explain letter Breath, and extra process logic class is introduced accordingly, it is possible on the premise of existing logic is not changed, Realize that each application interface to being opened to carries out varigrained interface management.
It should be noted that the application can be carried out in the assembly of software and/or software with hardware, example Such as, can be set using special IC (ASIC), general purpose computer or any other similar hardware It is standby realizing.In one embodiment, the software program of the application can pass through computing device to realize Steps described above or function.Similarly, the software program (including related data structure) of the application Can be stored in computer readable recording medium storing program for performing, for example, RAM memory, magnetically or optically driver or Floppy disc and similar devices.In addition, some steps or function of the application can employ hardware to realize, example Such as, as the circuit coordinated with processor so as to perform each step or function.
In addition, the part of the application can be applied to computer program, such as computer journey Sequence is instructed, and when which is computer-executed, by the operation of the computer, can be called or be provided According to the present processes and/or technical scheme.And the programmed instruction of the present processes is called, can Can be stored in fixed or moveable recording medium, and/or be held by broadcast or other signals Carry the data flow in media and be transmitted, and/or be stored in the meter according to described program instruction operation Calculate in the working storage of machine equipment.Here, including a dress according to one embodiment of the application Put, the device includes the memorizer for storing computer program instructions and for execute program instructions Processor, wherein, when the computer program instructions are by the computing device, trigger the device Methods and/or techniques scheme of the operation based on aforementioned multiple embodiments according to the application.
It is obvious to a person skilled in the art that the application is not limited to the thin of above-mentioned one exemplary embodiment Section, and in the case of without departing substantially from spirit herein or basic feature, can be with other concrete Form realizes the application.Therefore, no matter from the point of view of which point, embodiment all should be regarded as exemplary , and be nonrestrictive, scope of the present application is by claims rather than described above is limited It is fixed, it is intended that all changes in the implication and scope of the equivalency of claim that will fall are included In the application.Any reference in claim should not be considered as the right involved by limiting will Ask.Furthermore, it is to be understood that " an including " word is not excluded for other units or step, odd number is not excluded for plural number.Dress The multiple units stated in putting claim or device can also pass through software by a unit or device Or hardware is realizing.The first, the second grade word is used for representing title, and is not offered as any specific Order.

Claims (16)

1. a kind of application interface management method, wherein, methods described includes:
Intercept the call request to application interface;
Obtain the annotating information of the application interface;
Calling for the application interface is managed according to the annotating information and the call request.
2. method according to claim 1, wherein, the annotating information is comprising calling authentication letter Breath;
Calling for the application interface is managed according to the annotating information and the call request Also include:
Authentication information is called to be called authentication to the call request according to described;
It is described call authentication to pass through after, execution the application interface is called.
3. method according to claim 2, wherein, according to the annotating information and described calls Ask calling to be managed and also include to the application interface:
It is described call authentication not over when, return miscue information.
4. method according to claim 2, wherein, according to the annotating information and described calls Ask calling to be managed and also include to the application interface:
Before authentication is called, judge whether that needs are called authentication;
When authentication need not be called, directly performs and the application interface is called.
5. method according to claim 1, wherein, the annotating information is also filtered comprising index Information;
Calling for the application interface is managed according to the annotating information and the call request Also include:
Information is filtered according to the index is carried out to performing the returning result after the application interface is called Index is filtered;
The returning result filtered through the index is returned.
6. method according to claim 5, wherein, according to the annotating information and described calls Ask calling to be managed and also include to the application interface:
Before row index filtration is entered, judge whether to need into row index to filter;
When row index filtration need not be entered, directly to performing the return knot after the application interface is called Fruit is returned.
7. method according to any one of claim 1 to 6, wherein, methods described also includes:
The annotating information is added to the application interface;
The class processed to the annotating information by establishment.
8. method according to claim 7, wherein, the establishment is carried out to the annotating information The class of process also includes:
The class processed to the annotating information is created by way of towards tangent plane.
9. a kind of application interface managing device, wherein, described device includes:
Blocking module, for intercepting the call request to application interface;
Acquisition module, for obtaining the annotating information of the application interface;
Management module is called, for connecing to the application according to the annotating information and the call request Calling for mouth is managed.
10. device according to claim 9, wherein, the annotating information is comprising calling authentication Information;
It is described to call management module also to include:
Authentication module, for calling authentication information to be called mirror to the call request according to described Power;
Perform calling module, for it is described call authentication to pass through after, perform to the application interface Call.
11. devices according to claim 10, wherein, the authentication module is additionally operable to:
It is described call authentication not over when, return miscue information.
12. devices according to claim 10, it is wherein, described to call management module also to include:
First judge module, for, before authentication is called, judging whether that needs are called mirror Power;
The execution calling module is additionally operable to:When authentication need not be called, directly perform to institute State calling for application interface.
13. devices according to claim 9, wherein, the annotating information also includes index mistake Filter information;
It is described to call management module also to include:
Index filtering module, calls to performing the application interface for filtering information according to the index Returning result afterwards enters row index filtration;
Module is returned, for the returning result filtered through the index is returned.
14. devices according to claim 13, it is wherein, described to call management module also to include:
Second judge module, for, before row index filtration is entered, judging whether to need into row index mistake Filter;
The return module is additionally operable to:When row index filtration need not be entered, directly to performing described answering Returned with the returning result after interface interchange.
15. devices according to any one of claim 9 to 14, wherein, described device is also wrapped Include:
Module is explained in addition, for adding the annotating information to the application interface;
Generic module is processed, for creating the class processed to the annotating information.
16. devices according to claim 15, wherein, the process generic module is additionally operable to:
The class processed to the annotating information is created by way of towards tangent plane.
CN201510570439.2A 2015-09-09 2015-09-09 Application interface management method and apparatus Pending CN106528185A (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN201510570439.2A CN106528185A (en) 2015-09-09 2015-09-09 Application interface management method and apparatus
PCT/CN2016/097505 WO2017041657A1 (en) 2015-09-09 2016-08-31 Application interface management method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510570439.2A CN106528185A (en) 2015-09-09 2015-09-09 Application interface management method and apparatus

Publications (1)

Publication Number Publication Date
CN106528185A true CN106528185A (en) 2017-03-22

Family

ID=58240539

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510570439.2A Pending CN106528185A (en) 2015-09-09 2015-09-09 Application interface management method and apparatus

Country Status (2)

Country Link
CN (1) CN106528185A (en)
WO (1) WO2017041657A1 (en)

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109726081A (en) * 2019-01-02 2019-05-07 深圳壹账通智能科技有限公司 Method, apparatus, computer equipment and the storage medium of service exception processing
CN110045952A (en) * 2019-04-19 2019-07-23 京东数字科技控股有限公司 Code call method and device
CN110147261A (en) * 2019-04-15 2019-08-20 平安普惠企业管理有限公司 Parameter verification method and relevant device based on calling interface
CN110569299A (en) * 2018-01-29 2019-12-13 北京数聚鑫云信息技术有限公司 management system and management method based on API
CN110968296A (en) * 2019-12-03 2020-04-07 政采云有限公司 Data acquisition method, device, equipment and readable storage medium
CN111324394A (en) * 2020-01-23 2020-06-23 北京恒华伟业科技股份有限公司 System integration method and device
CN111858101A (en) * 2020-07-28 2020-10-30 平安医疗健康管理股份有限公司 Cloud architecture system-oriented adaptation method, device, equipment and storage medium
CN113127309A (en) * 2021-04-30 2021-07-16 北京奇艺世纪科技有限公司 Program monitoring method and device, electronic equipment and storage medium
CN113722733A (en) * 2021-08-27 2021-11-30 北京航天云路有限公司 Data access authority control method based on Java annotation
CN113779638A (en) * 2021-11-15 2021-12-10 浪潮软件股份有限公司 Method and device for realizing interface caller authentication in dynamic proxy mode

Families Citing this family (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10496387B2 (en) 2018-04-03 2019-12-03 Microsoft Technology Licensing, Llc Crowdsourced API resource consumption information for integrated development environments
CN110489180B (en) * 2019-08-07 2023-03-28 北京字节跳动网络技术有限公司 Buried point reporting method, device, medium and electronic equipment
CN112632158A (en) * 2019-09-24 2021-04-09 阿里巴巴集团控股有限公司 Data processing method, device and storage medium
CN110908644B (en) * 2019-10-16 2023-12-12 浙江大搜车软件技术有限公司 Configuration method and device of state node, computer equipment and storage medium
CN111191246A (en) * 2019-12-19 2020-05-22 杭州安恒信息技术股份有限公司 Spring annotation based security development verification method
CN111414194B (en) * 2020-03-19 2023-08-11 政采云有限公司 Interface information generation method, system, electronic equipment and storage medium
CN112398870B (en) * 2020-11-30 2022-09-13 深圳市六度人和科技有限公司 Cross-platform protocol generation method, device, system, equipment and storage medium
CN115174683B (en) * 2022-06-29 2023-10-13 广州鲁邦通智能科技有限公司 Request method and system for calling query interface

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101276271A (en) * 2007-03-29 2008-10-01 北京邮电大学 Method and interceptor system facing to tangent plane programming
CN102982130A (en) * 2012-11-16 2013-03-20 深圳市融创天下科技股份有限公司 Synchronized method for not only structured query language (NOSQL) and relational database management system (RDBMS) database and system thereof
CN103399734A (en) * 2013-07-10 2013-11-20 北京慧点科技股份有限公司 Method for generating REST service and achieving REST and corresponding equipment
CN103412766A (en) * 2013-09-05 2013-11-27 曙光云计算技术有限公司 User right-based data access method and device

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103049271B (en) * 2012-12-27 2016-01-27 微梦创科网络科技(中国)有限公司 The method and apparatus of the description document of automatic generation api interface
CN103514026A (en) * 2013-09-27 2014-01-15 摩卡软件(天津)有限公司 Method for directly calling java api through javascript

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101276271A (en) * 2007-03-29 2008-10-01 北京邮电大学 Method and interceptor system facing to tangent plane programming
CN102982130A (en) * 2012-11-16 2013-03-20 深圳市融创天下科技股份有限公司 Synchronized method for not only structured query language (NOSQL) and relational database management system (RDBMS) database and system thereof
CN103399734A (en) * 2013-07-10 2013-11-20 北京慧点科技股份有限公司 Method for generating REST service and achieving REST and corresponding equipment
CN103412766A (en) * 2013-09-05 2013-11-27 曙光云计算技术有限公司 User right-based data access method and device

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
SHAN桔梗: "spring shiro权限注解方式验证", 《HTTPS://BLOG.CSDN.NET/ HUZHEACCP/ARTICLE/DETAILS/24807327》 *
李云鹏: "基于XACML的EPCIS访问控制机制研究与实现", 《中国优秀硕士学位论文全文数据库 信息科技辑》 *

Cited By (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110569299A (en) * 2018-01-29 2019-12-13 北京数聚鑫云信息技术有限公司 management system and management method based on API
CN109726081A (en) * 2019-01-02 2019-05-07 深圳壹账通智能科技有限公司 Method, apparatus, computer equipment and the storage medium of service exception processing
CN110147261A (en) * 2019-04-15 2019-08-20 平安普惠企业管理有限公司 Parameter verification method and relevant device based on calling interface
CN110045952B (en) * 2019-04-19 2020-09-29 京东数字科技控股有限公司 Code calling method and device
CN110045952A (en) * 2019-04-19 2019-07-23 京东数字科技控股有限公司 Code call method and device
CN110968296A (en) * 2019-12-03 2020-04-07 政采云有限公司 Data acquisition method, device, equipment and readable storage medium
CN110968296B (en) * 2019-12-03 2023-07-25 政采云有限公司 Data acquisition method, device, equipment and readable storage medium
CN111324394A (en) * 2020-01-23 2020-06-23 北京恒华伟业科技股份有限公司 System integration method and device
CN111858101A (en) * 2020-07-28 2020-10-30 平安医疗健康管理股份有限公司 Cloud architecture system-oriented adaptation method, device, equipment and storage medium
CN111858101B (en) * 2020-07-28 2023-05-26 深圳平安医疗健康科技服务有限公司 Cloud architecture system-oriented adaptation method, device, equipment and storage medium
CN113127309A (en) * 2021-04-30 2021-07-16 北京奇艺世纪科技有限公司 Program monitoring method and device, electronic equipment and storage medium
CN113127309B (en) * 2021-04-30 2023-10-10 北京奇艺世纪科技有限公司 Program monitoring method and device, electronic equipment and storage medium
CN113722733A (en) * 2021-08-27 2021-11-30 北京航天云路有限公司 Data access authority control method based on Java annotation
CN113779638A (en) * 2021-11-15 2021-12-10 浪潮软件股份有限公司 Method and device for realizing interface caller authentication in dynamic proxy mode

Also Published As

Publication number Publication date
WO2017041657A1 (en) 2017-03-16

Similar Documents

Publication Publication Date Title
CN106528185A (en) Application interface management method and apparatus
CN109711168B (en) Behavior-based service identification method, behavior-based service identification device, behavior-based service identification equipment and readable storage medium
TW201911032A (en) Wisdom contract processing method and device
EP3694170A1 (en) Method and device for withstanding denial-of-service attack
CN105337928B (en) Method for identifying ID, safety protection problem generation method and device
CN104572446B (en) A kind of automated testing method and system
CN104346148B (en) Obtain method, the apparatus and system of program feature consumption information
CN106874232B (en) Charging method, device and terminal of Universal Serial Bus (USB)
CN106685894B (en) Risk identification method, device and system
CN110489310B (en) Method and device for recording user operation, storage medium and computer equipment
CN107533596B (en) Fingerprint identification method and mobile terminal
CN110138767B (en) Transaction request processing method, device, equipment and storage medium
CN106845170A (en) A kind of anti-debug method and system
CN108428175A (en) A kind of big data analysis method and system based on consumer record
CN112565026A (en) Test frame generation method, device and equipment
CN108733374A (en) Application program homepage development approach and terminal device
CN104486306A (en) Method for identity authentication based on finger vein recognition and cloud service
CN109727040B (en) Data publishing method, data calling method, device and storage medium
CN113448545B (en) Method, apparatus, storage medium and program product for machine learning model servitization
CN106528056A (en) Control method and device for system function
KR20100065723A (en) Method and apparatus for implementing mtm functions in mobile communication terminal
CN110908869B (en) Application program data monitoring method, device, equipment and storage medium
CN112052439A (en) Access right control method and device of embedded system and storage medium
CN104572036B (en) Event processing method and device
CN111882321A (en) Identity verification processing method, device and system

Legal Events

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

Application publication date: 20170322