CN110852724B - Method and device for flow transfer authorization, computer equipment and storage medium - Google Patents

Method and device for flow transfer authorization, computer equipment and storage medium Download PDF

Info

Publication number
CN110852724B
CN110852724B CN201911134223.6A CN201911134223A CN110852724B CN 110852724 B CN110852724 B CN 110852724B CN 201911134223 A CN201911134223 A CN 201911134223A CN 110852724 B CN110852724 B CN 110852724B
Authority
CN
China
Prior art keywords
authorization
interface
authorized person
information
authorizer
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.)
Active
Application number
CN201911134223.6A
Other languages
Chinese (zh)
Other versions
CN110852724A (en
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.)
Shenzhen Qianhai Huanrong Lianyi Information Technology Service Co Ltd
Original Assignee
Shenzhen Qianhai Huanrong Lianyi Information Technology Service 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 Shenzhen Qianhai Huanrong Lianyi Information Technology Service Co Ltd filed Critical Shenzhen Qianhai Huanrong Lianyi Information Technology Service Co Ltd
Priority to CN201911134223.6A priority Critical patent/CN110852724B/en
Publication of CN110852724A publication Critical patent/CN110852724A/en
Application granted granted Critical
Publication of CN110852724B publication Critical patent/CN110852724B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/10Office automation; Time management
    • G06Q10/103Workflow collaboration or project management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/30Authentication, i.e. establishing the identity or authorisation of security principals

Landscapes

  • Engineering & Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • Human Resources & Organizations (AREA)
  • Strategic Management (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Computer Hardware Design (AREA)
  • Economics (AREA)
  • Marketing (AREA)
  • Operations Research (AREA)
  • Quality & Reliability (AREA)
  • Tourism & Hospitality (AREA)
  • General Business, Economics & Management (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The invention discloses a method and a device for flow authorization transfer, computer equipment and a storage medium, wherein the method comprises the following steps: receiving the authorization transfer application information input and submitted by an authorizer, wherein the authorization transfer application information comprises: the effective time period, the information of authorized persons and the information of approvals; after receiving an approval command of an approver, controlling the authorization transfer application to take effect and generating token information of an authorizer; attaching the token information to an authorization link, and displaying the authorization link on an interface of an authorized person; when an instruction that an authorized person clicks the authorization link is received, controlling to automatically switch the interface of the authorized person to the interface of the authorized person; and receiving the flow operation input on the interface of the authorizer by the authorized person and responding. The invention improves the efficiency of the transfer authorization, reduces the workload, is not easy to make mistakes and improves the reliability.

Description

Method and device for flow transfer authorization, computer equipment and storage medium
Technical Field
The present invention relates to the field of process authorization, and in particular, to a method and an apparatus for process authorization, a computer device, and a storage medium.
Background
The process transfer authorization refers to transferring the authority of business examination and approval from one person to another person. For example, when business manager a vacates, the approval authority of some businesses is transferred to business manager B, that is, business manager B may go to approve the application originally approved by business manager a. In the prior art, a common method is to transfer a new application piece from a business manager a to a business manager B during the period of authorization transfer, and the stored businesses also need to be transferred to the business manager B one by one, and if the authorization transfer period is over, the original application piece transferred from the business manager a to the business manager B needs to be transferred back to the business manager a. Obviously, the number of logic points to be controlled in the above process is too large, a slight error will cause the flow to be wrong, and the flow efficiency is low.
Disclosure of Invention
The invention aims to provide a method and a device for flow transfer authorization, computer equipment and a storage medium, and aims to solve the problems of low efficiency, high error possibility and the like of the flow transfer authorization in the prior art.
The embodiment of the invention provides a method for process transfer authorization, which comprises the following steps:
receiving the authorization transfer application information input and submitted by an authorizer, wherein the authorization transfer application information comprises: the effective time period, the information of authorized persons and the information of approvals persons;
after receiving an approval command of an approver, controlling the authorization transfer application to take effect and generating token information of the approver;
attaching the token information to an authorization link, and displaying the authorization link on an interface of an authorized person;
when an instruction that an authorized person clicks the authorization link is received, controlling to automatically switch the interface of the authorized person to the interface of the authorized person;
and receiving the flow operation input on the interface of the authorizer by the authorized person and responding.
Preferably, the method further comprises the following steps:
and when an instruction that the authorized person clicks the authorization link again is received, controlling to return the interface of the authorized person to the interface of the authorized person.
Preferably, when an instruction that an authorized person clicks the authorization link is received, controlling to automatically switch the interface of the authorized person to the interface of the authorized person includes:
when an instruction that an authorized person clicks the authorization link is received, analyzing the authorization link to obtain token information in the authorization link;
judging whether the token information is in an effective time period or not;
and if so, judging that the token information is valid, and controlling to automatically switch the interface of the authorized person to the interface of the authorized person.
Preferably, if yes, determining that the token information is valid, and controlling to automatically switch the interface of the authorized person to the interface of the authorized person, including:
and storing the information of the authorized person in the session control object.
Preferably, when receiving an instruction that the authorized person clicks the authorization link again, the controlling returning the interface of the authorized person to the interface of the authorized person includes:
when an instruction that the authorized person clicks the authorization link again is received, analyzing the authorization link to obtain token information in the authorization link;
judging whether the token information is in an effective time period or not;
and if so, judging that the token information is valid, and controlling to return the interface of the authorizer to the interface of the authorized person.
Preferably, the method further comprises the following steps:
when receiving the authorization canceling information input by the authorizer, deleting the authorization link from the interface of the authorizer and invalidating the token information.
Preferably, the information of the trans-authorization application further includes: mask setting information specifying a function.
The embodiment of the invention provides a device for process transfer authorization, which comprises:
the system comprises a transfer authorization application unit, a transfer authorization processing unit and a transfer authorization processing unit, wherein the transfer authorization application unit is used for receiving transfer authorization application information input and submitted by an authorizer, and the transfer authorization application information comprises: the effective time period, the information of authorized persons and the information of approvals;
the approval validation unit is used for controlling the authorization transfer application to be validated and generating token information of the authorizer after receiving the instruction that the approver approves;
the link display unit is used for attaching the token information to an authorization link and displaying the authorization link on an interface of an authorized person;
the interface switching unit is used for controlling the interface of the authorized person to be automatically switched to the interface of the authorized person when receiving the instruction of clicking the authorization link by the authorized person;
and the process operation unit is used for receiving the process operation input by the authorized person on the interface of the authorized person and responding.
The embodiment of the invention provides computer equipment, which comprises a memory, a processor and a computer program which is stored on the memory and can run on the processor, wherein the processor realizes the method for flow transfer authorization when executing the computer program.
An embodiment of the present invention provides a computer-readable storage medium, where a computer program is stored on the computer-readable storage medium, and when the computer program is executed by a processor, the method for flow authorization transfer is implemented.
The embodiment of the invention provides a method and a device for flow transfer authorization, computer equipment and a storage medium, wherein the method comprises the following steps: receiving the authorization transfer application information input and submitted by an authorizer, wherein the authorization transfer application information comprises: the effective time period, the information of authorized persons and the information of approvals persons; after receiving an approval command of an approver, controlling the authorization transfer application to take effect and generating token information of the approver; attaching the token information to an authorization link, and displaying the authorization link on an interface of an authorized person; when an instruction that an authorized person clicks the authorization link is received, controlling to automatically switch the interface of the authorized person to the interface of the authorized person; and receiving the flow operation input on the interface of the authorizer by the authorized person and responding. By the invention, the authorized person can directly enter the interface of the authorized person through the authorization link and perform flow operation on the interface of the authorized person without authorizing individual flows, so that the authorization transferring efficiency is improved, the workload is reduced, errors are not easy to occur, and the reliability is improved.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings required to be used in the description of the embodiments are briefly introduced below, and it is obvious that the drawings in the description below are some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings based on the drawings without creative efforts.
Fig. 1 is a schematic flowchart illustrating a method for process delegation according to an embodiment of the present invention;
fig. 2 is a schematic block diagram of an apparatus for performing a process delegation according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, but not all, embodiments of the present 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.
It is to be understood that the terminology used in the description of the invention herein is for the purpose of describing particular embodiments only and is not intended to be limiting of the invention. As used in this specification and the appended claims, the singular forms "a", "an", and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise.
It should be further understood that the term "and/or" as used in this specification and the appended claims refers to and includes any and all possible combinations of one or more of the associated listed items.
Referring to fig. 1, fig. 1 is a schematic flowchart illustrating a method for process re-authorization according to an embodiment of the present invention, where the method includes:
s101, receiving the authorization transfer application information input and submitted by an authorizer, wherein the authorization transfer application information comprises: the effective time period, the information of authorized persons and the information of approvals persons;
the method and the device for processing the flow operation authority transfer are characterized in that the process operation authority of the authorizer is transferred to the authorized person, so that the trigger of the method and the device is started by the authorizer, and the authorizer can input and submit the transfer authorization application information first to initiate the application.
The information of the authorized person is included in the information of the authorization transfer application so as to determine the transfer target of the process operation authority; the authorization transfer application information also comprises an effective time period so as to determine an assignment time period of the process operation authority, the effective time period is default to the current time as a starting time, an ending time is specified by an authorizer, and the authorizer can also set the starting time so as to determine when the authorizer can perform the process operation; the information of the authorization transfer application also comprises information of an approver, namely, the approver can only enable the authorization transfer application to take effect under the consent of a superior leader of the approver, such as an authorizer. In addition, the information of the application for transferring authorization can also comprise a reason for transferring authorization, so that an approver can know timely why the authorizer wants to transfer the process operation authority to the authorized person.
S102, after receiving an approval command of an approver, controlling the authorization transfer application to take effect and generating token information of the approver;
when the authorizer submits the authorization transfer application information, the authorization transfer application information is forwarded to the approver, the approver can approve the authorization transfer application, the approver receives an approved command after agreeing, and the authorization transfer application can be controlled to take effect. And simultaneously generating token information of the authorizer after the approval is passed, wherein the token information is equivalent to a pass, so that the authorized person can enter the interface of the authorizer on the interface of the authorized person. It should be noted that the interface mentioned in the embodiment of the present invention is an interface of software for performing a process operation, that is, after the user of the authorized person logs in the software for performing the process operation through his own account password, the user may enter the interface of the authorized person, and after the user is authorized, the user may directly jump to the interface of the authorized person through his own interface to perform the process operation. The method for jumping is described below.
Certainly, the approver can also reject the re-authorization application, so that the re-authorization application can be controlled to be invalid, and meanwhile, a rejection message can be returned to the authorizer, so that the authorizer can timely obtain the information. In addition, when the approver approves and controls the authorization transfer application to take effect, the approver can also return an approval passing message to the authorizer, so that the authorizer can timely know that the application of the authorizer passes.
In addition, the approver can also inform the reason of refusal when refusing the re-authorization application, and return the refusal reason to the interface of the approver, so that the approver can receive the refusal message and the refusal reason, can modify the re-authorization application information according to the refusal reason, can re-submit the re-authorization application information after modifying the re-authorization application information, and can re-receive the re-authorization application information and determine whether to pass or refuse according to the modified situation.
S103, attaching the token information to an authorization link, and displaying the authorization link on an interface of an authorized person;
in this step, token information may be attached to the authorization link, which is then displayed on the authorized person's interface.
After the authorized person logs in the own account, whether the authorized link exists can be inquired on the interface of the authorized person. Specifically, when the authorization link is displayed on the interface of the authorized person, the authorization transfer record can be added and displayed on the interface of the authorized person, so that after the authorized person logs in the own account and enters the interface of the authorized person, whether the authorization transfer record exists can be checked, if yes, the authorized person is authorized, and the corresponding authorization link can be further inquired.
S104, when an instruction that the authorized person clicks the authorization link is received, controlling to automatically switch the interface of the authorized person to the interface of the authorized person;
after the authorized person looks at the authorized link, the authorized link can be clicked, so that an instruction for clicking the authorized link by the authorized person is received, and after the instruction is received, the interface of the authorized person can be automatically switched to the interface of the authorized person, so that the operation can be performed on the interface of the authorized person. In the step, the authorized person can automatically transfer to the interface of the authorized person from the interface of the authorized person by clicking the authorization link without using the account number and the password of the authorized person, so that the use is more convenient. In addition, the authorized person does not need to transfer the processes which need to be operated to the authorized person, but the authorized person checks the processes and operates the processes, so that the burden of the authorized person is greatly reduced.
In one embodiment, the step S104 includes:
s201, when an instruction that an authorized person clicks the authorization link is received, analyzing the authorization link to obtain token information in the authorization link;
s202, judging whether the token information is in an effective time period;
and S203, if yes, judging that the token information is valid, and controlling to automatically switch the interface of the authorized person to the interface of the authorized person.
In this embodiment, when an instruction to click the authorization link is received, the authorization link is first parsed, so as to obtain the token information previously attached to the authorization link.
After the token information is acquired, whether the token information is in the valid time period or not can be judged, because the valid time period is determined when the application is started, whether the token information is in the valid time period or not can be judged, if yes, the token information is valid currently, the interface of the authorized person can be controlled to be automatically switched to the interface of the authorized person, and if not, the token information is invalid currently, the interface of the authorized person is kept continuously without switching.
In an embodiment, the step S203 includes:
and storing the information of the authorized person in the session control object.
When the token information is judged to be valid, the information of the authorizer is stored in a session control object (session), which is equivalent to login to an authorizer account without secret for process operation, and login is performed without inputting an account number and a password of the authorizer.
And S105, receiving the flow operation input by the authorized person on the interface of the authorized person and responding.
In the foregoing steps, the authorized person can already view the interface of the authorized person, and the authorized person can view the application of the authorized person on the interface of the authorized person, where the application is a process that should be processed by the authorized person. Therefore, the authorized person can directly perform the process operation on the interface of the authorized person, for example, the application examination and approval operation which should be performed by the authorized person, and at this time, the authorized person can directly perform the application examination and approval operation without transferring the examination and approval process of the application to the authorized person, so that the authorization transfer efficiency is greatly improved, and errors are not easy to occur.
In an embodiment, the method for process transfer authorization further includes:
and when an instruction that the authorized person clicks the authorization link again is received, controlling to return the interface of the authorized person to the interface of the authorized person.
This step means that under the interface of the authorizer, the authorized person can click the authorization link again, so as to switch the current interface of the authorizer to the interface of the authorized person. Therefore, the authorized person can conveniently perform self-transaction processing after the flow operation is completed, or can switch to the interface of the authorized person at any time even if the flow operation is not completed, so as to perform self-transaction processing.
In addition, in order to conveniently click the authorization link, the interface of the authorizer and the interface of the authorized person should have a common point, that is, the authorization link is displayed, so that the authorized person can click the authorization link on different interfaces. The authorization link can be displayed on the interface of the authorized person and the interface of the authorized person in a floating manner, and does not disappear or hide due to the switching of the interfaces; of course, the authorization link may also be fixedly displayed on the interface of the whole software, and will not disappear or hide due to the change of the current interface.
In an embodiment, the controlling, when receiving an instruction that the authorized person clicks the authorization link again, returning the interface of the authorized person to the interface of the authorized person includes:
when an instruction that the authorized person clicks the authorization link again is received, analyzing the authorization link to obtain token information in the authorization link;
judging whether the token information is in an effective time period;
and if so, judging that the token information is valid, and controlling to return the interface of the authorizer to the interface of the authorized person.
In this embodiment, when the authorized person clicks the authorization link again, the authorization link may be directly analyzed to obtain the token information, and then it is determined whether the token information is valid, that is, whether the token information is within the valid time period is determined, if so, the token information is valid, so as to control the interface of the authorized person to be returned to the interface of the authorized person, and if not, the token information is invalid, and at this time, the interface of the authorized person cannot be returned continuously.
That is to say, no matter when the authorized person clicks the authorization link, the authorization link is analyzed again each time to obtain the token information therein, whether the token information is within the validation time period is determined, only in the case of the validation time period, the interface of the authorized person is controlled to be returned to the interface of the authorized person, and if not, the interface cannot be switched. In the above situation, the authorized person cannot return to the interface of the authorized person, so that the entire software can be exited at this time, and the interface of the authorized person can be entered by logging in again.
In an embodiment, the method for process delegation further includes:
when detecting that the current time reaches the end time of the effective time period, controlling the token information to be invalid and detecting a current interface;
if the current interface is the interface of the authorized person, keeping the interface of the authorized person, and clearing the authorization link;
and if the current interface is the interface of the authorizer, controlling to automatically switch the interface of the authorizer to the interface of the authorized person, and clearing the authorization link.
That is to say, the present embodiment obtains the current time in real time, and detects whether the current time reaches the end time of the effective time period, if so, it indicates that the process authorization should be ended, otherwise, it indicates that the process authorization can be continued. When the end time is reached, if the current interface is the own interface of the authorized person, only the interface needs to be kept without switching, and if the current interface is the interface of the authorized person, switching is needed to be carried out, so that the interface is switched to the own interface of the authorized person; and the authorized links need to be cleared, that is, the authorized person cannot click the corresponding authorized links any more.
In an embodiment, the method for process transfer authorization further includes:
receiving re-authorization application information input by an authorized person, wherein the re-authorization application information comprises: the effective time period, the information of the authorized person, the information of the third person and the information of the approver;
when an instruction that the approver passes the approval is received, controlling the re-authorization application to take effect and generating token information of the authorized person;
attaching the token information to an authorization link and displaying the authorization link on an interface of a third person;
when an instruction that a third person clicks the authorization link is received, controlling to automatically switch the interface of the third person to the interface of the authorizer;
and receiving the flow operation input by the third person on the interface of the authorizer and responding.
In this embodiment, the authorized person may not be able to process the flow entrusted by the authorizer in time for various reasons, so that the flow entrusted by the authorizer may be re-authorized at this time, that is, transferred to a third person for processing, and similarly, the approver needs to perform approval, and re-authorize the application to take effect after the approval is passed, and token information of the authorized person is generated. It should be noted that the validation time period for re-authorizing the application should be the same as the validation time period for initially making the re-authorizing application, i.e. the validation time period set by the authorizer cannot be modified. The third person can click the authorization link on the interface of the third person so as to switch to the interface of the authorizer and perform related flow operation, so that even if the authorized person cannot process the authorization link in time, the flow operation such as examination and approval of the original application part of the authorizer is not influenced.
In an embodiment, the method for process delegation further includes:
when receiving the authorization transfer canceling information input by the authorizer, deleting the authorization link from the interface of the authorizer and invalidating the token information.
In the embodiment of the invention, the authorized person can not only return to the interface of the authorized person by clicking the authorization link again, but also directly cancel the authorization transfer, thereby inputting the authorization transfer canceling information, deleting the authorization link from the interface of the authorized person and invalidating the token information, so that for the authorized person, the interface of the authorized person automatically returns to the interface of the authorized person, and the flow operation can not be continuously carried out on the interface of the authorized person.
The authorizer may want to cancel the re-authorization before the validation period for various reasons, such as the authorizer returning in advance, when the authorizer wants to perform the flow operation by himself without the need for the authorizer to replace the operation. Then the authorizer may submit a request for canceling the re-authorization, receive the information for canceling the re-authorization, clear the authorization link from the interface of the authorizer after receiving the information, and if the authorizer is authorized to use the interface of the authorizer, return to the interface of the authorizer, and if the authorizer is authorized to use the interface of the authorizer, switch to the interface of the authorizer is impossible.
In an embodiment, the method for process delegation further includes:
and when receiving the authorization transfer prolonging information input by the authorizer, prolonging the end time of the effective time period to the specified time.
In this embodiment, the authorizer may not return to work according to the appointed time due to various reasons, for example, due to a prolonged holiday, and the like, and the effective time period originally applied by the authorizer may not be enough, so the authorizer may apply for prolonging the effective time period, specifically, the end time of the effective time period is prolonged, that is, the end time of the effective time period is prolonged to the appointed time desired by the authorizer.
Specifically, when receiving the authorization transfer extension information input by the authorizer, extending the end time of the effective time period to a specified time includes:
when receiving authorization transfer extension information input by an authorizer, forwarding the authorization transfer application information to an approver;
and after receiving an order that the approver approves the product, controlling to prolong the end time of the effective time period to the specified time.
That is to say, the authorization transfer extension information of the authorizer needs to be forwarded to the approver, the approver approves the extension request of the authorizer, the end time of the effective time period is controlled to be extended to the specified time only when the approver approves the extension request, and if the approver rejects the approval, the original effective time period is controlled to be maintained.
It should be noted that, during the period of validity of the re-authorization, the authorizer can normally use its own account password to log in the interface of the authorizer, and at this time, the authorized person can also switch to the interface of the authorizer through its own interface, that is, both can use the interface of the authorizer to perform the process operation. Meanwhile, during the period of the validation of the transfer authorization, the authorizer can perform operations such as canceling the transfer authorization and prolonging the transfer authorization on an interface of the authorizer.
In an embodiment, the information of the trans-authorization application further includes: mask setting information specifying a function.
Since some functions are private contents, they need to be masked, so that it is avoided that authorized persons view or operate these specific functions, and therefore, when applying for re-authorization, these specific functions can be set as masked, so that even if authorized persons log in to the interface of authorized persons, they cannot view or operate these specific functions.
Referring to fig. 2, fig. 2 is a schematic block diagram of a flow re-authorization apparatus according to an embodiment of the present invention, where the flow re-authorization apparatus 200 may include:
a transfer authorization application unit 201, configured to receive transfer authorization application information input and submitted by an authorizer, where the transfer authorization application information includes: the effective time period, the information of authorized persons and the information of approvals;
the approval validation unit 202 is used for controlling the authorization transfer application to be validated and generating token information of the authorizer after receiving the instruction that the approver approves;
a link display unit 203, configured to attach the token information to an authorized link, and display the authorized link on an interface of an authorized person;
the interface switching unit 204 is configured to control, when receiving an instruction that an authorized person clicks the authorization link, to automatically switch the interface of the authorized person to the interface of the authorized person;
a flow operation unit 205, configured to receive a flow operation input by the authorized person on the interface of the authorized person and perform a response.
In one embodiment, the apparatus 200 for process transfer authorization further includes:
and the interface returning unit is used for controlling the interface of the authorizer to be returned to the interface of the authorized person when the instruction that the authorized person clicks the authorization link again is received.
In an embodiment, the interface switching unit 204 includes:
the first analysis unit is used for analyzing the authorization link to obtain token information when receiving an instruction of an authorized person for clicking the authorization link;
the first judgment unit is used for judging whether the token information is in the effective time period;
and the first control unit is used for judging that the token information is valid if the token information is valid, and controlling the interface of the authorized person to be automatically switched to the interface of the authorized person.
In one embodiment, the first control unit comprises:
and the storage unit is used for storing the information of the authorizer into the session control object.
In one embodiment, the interface returning unit includes:
the second analysis unit is used for analyzing the authorization link to obtain the token information when receiving the instruction that the authorized person clicks the authorization link again;
the second judgment unit is used for judging whether the token information is in an effective time period or not;
and the second control unit is used for judging that the token information is valid if the token information is valid, and controlling the interface of the authorizer to be returned to the interface of the authorized person.
In one embodiment, the apparatus 200 for process transfer authorization further includes:
and the deleting unit is used for deleting the authorization link from the interface of the authorizer and invalidating the token information when receiving the authorization transfer canceling information input by the authorizer.
In an embodiment, the information of the trans-authorization application further includes: mask setting information of a specified function.
The embodiment of the present invention further provides a computer device, which includes a memory, a processor, and a computer program stored in the memory and capable of running on the processor, and when the processor executes the computer program, the method for flow authorization is implemented.
An embodiment of the present invention further provides a computer-readable storage medium, where a computer program is stored on the computer-readable storage medium, and when the computer program is executed by a processor, the method for flow authorization transfer is implemented.
The embodiments are described in a progressive manner in the specification, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other. The device disclosed by the embodiment corresponds to the method disclosed by the embodiment, so that the description is simple, and the relevant points can be referred to the method part for description. It should be noted that, for those skilled in the art, it is possible to make various improvements and modifications to the present invention without departing from the principle of the present invention, and those improvements and modifications also fall within the scope of the claims of the present invention.
It should also be noted that, in this specification, relational terms such as first and second, and the like are used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrases "comprising a," "8230," "8230," or "comprising" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises the element.

Claims (10)

1. A method for process re-authorization, comprising:
receiving the authorization transfer application information input and submitted by an authorizer, wherein the authorization transfer application information comprises: the effective time period, the information of authorized persons and the information of approvals;
after receiving an approval command of an approver, controlling the authorization transfer application to take effect and generating token information of the approver;
attaching the token information to an authorization link, and displaying the authorization link on an interface of an authorized person;
when an instruction that an authorized person clicks the authorization link is received, controlling to automatically switch the interface of the authorized person to the interface of the authorized person;
and receiving the flow operation input on the interface of the authorizer by the authorized person and responding.
2. The method for process re-authorization according to claim 1, further comprising:
and when an instruction that the authorized person clicks the authorization link again is received, controlling to return the interface of the authorized person to the interface of the authorized person.
3. The method for process transfer authorization according to claim 1, wherein the controlling of automatically switching the interface of the authorized person to the interface of the authorized person when receiving the instruction of the authorized person to click the authorization link comprises:
when an instruction that an authorized person clicks the authorization link is received, analyzing the authorization link to obtain token information in the authorization link;
judging whether the token information is in an effective time period or not;
and if so, judging that the token information is valid, and controlling to automatically switch the interface of the authorized person to the interface of the authorized person.
4. The method for process transfer authorization according to claim 3, wherein if yes, determining that the token information is valid, and controlling to automatically switch the interface of the authorized person to the interface of the authorized person includes:
and storing the information of the authorized person in the session control object.
5. The method for process transfer authorization according to claim 2, wherein the controlling the interface of the authorizer to be returned to the interface of the authorizer when receiving the instruction that the authorizer clicks the authorization link again comprises:
when an instruction that the authorized person clicks the authorization link again is received, analyzing the authorization link to obtain token information in the authorization link;
judging whether the token information is in an effective time period;
and if so, judging that the token information is valid, and controlling to return the interface of the authorizer to the interface of the authorized person.
6. The method for process re-authorization as claimed in claim 1, further comprising:
when receiving the authorization canceling information input by the authorizer, deleting the authorization link from the interface of the authorizer and invalidating the token information.
7. The method for process transfer authorization according to claim 1, wherein the transfer authorization application information further includes: mask setting information specifying a function.
8. An apparatus for process re-authorization, comprising:
the authorization transfer application unit is used for receiving authorization transfer application information input and submitted by an authorizer, and the authorization transfer application information comprises: the effective time period, the information of authorized persons and the information of approvals;
the approval validation unit is used for controlling the authorization transfer application to be validated and generating token information of the authorizer after receiving the instruction that the approver approves;
the link display unit is used for attaching the token information to an authorization link and displaying the authorization link on an interface of an authorized person;
the interface switching unit is used for controlling the interface of the authorized person to be automatically switched to the interface of the authorized person when receiving the instruction of clicking the authorization link by the authorized person;
and the process operation unit is used for receiving the process operation input by the authorized person on the interface of the authorized person and responding.
9. A computer device comprising a memory, a processor, and a computer program stored on the memory and executable on the processor, the processor implementing the method of process delegation as claimed in any one of claims 1 to 7 when executing the computer program.
10. A computer-readable storage medium, having stored thereon a computer program which, when executed by a processor, implements a method of process trans-authorization according to any of claims 1 to 7.
CN201911134223.6A 2019-11-19 2019-11-19 Method and device for flow transfer authorization, computer equipment and storage medium Active CN110852724B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911134223.6A CN110852724B (en) 2019-11-19 2019-11-19 Method and device for flow transfer authorization, computer equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911134223.6A CN110852724B (en) 2019-11-19 2019-11-19 Method and device for flow transfer authorization, computer equipment and storage medium

Publications (2)

Publication Number Publication Date
CN110852724A CN110852724A (en) 2020-02-28
CN110852724B true CN110852724B (en) 2023-03-14

Family

ID=69602604

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911134223.6A Active CN110852724B (en) 2019-11-19 2019-11-19 Method and device for flow transfer authorization, computer equipment and storage medium

Country Status (1)

Country Link
CN (1) CN110852724B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113065805A (en) * 2021-04-29 2021-07-02 中国工商银行股份有限公司 Business process re-authorization method, device, electronic equipment and medium

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2019046059A (en) * 2017-08-31 2019-03-22 キヤノン株式会社 Delegation-of-authority system, control method and program
US10785211B2 (en) * 2017-12-27 2020-09-22 Microsoft Technology Licensing, Llc Authorization and authentication for recurring workflows
CN109309683B (en) * 2018-10-30 2021-09-14 泰华智慧产业集团股份有限公司 Token-based client identity authentication method and system

Also Published As

Publication number Publication date
CN110852724A (en) 2020-02-28

Similar Documents

Publication Publication Date Title
US11494225B2 (en) Invoking an automated assistant to perform multiple tasks through an individual command
US8635170B2 (en) Adaptive business process automation
US8407670B2 (en) Collaborative code conflict detection, notification and resolution
CN109583857B (en) Method, system, device and storage medium for processing public offer task
CN111641627A (en) User role authority management method and device, computer equipment and storage medium
US20080103871A1 (en) Company project management system
JP6722309B2 (en) Verification method and apparatus for performing annotation processing work using verification annotation processing work
CN102411503A (en) Dry-run design time environment
EP2411923A1 (en) Capturing an application state
JP2007034739A (en) Management support system, management support method and management support program
CN110852724B (en) Method and device for flow transfer authorization, computer equipment and storage medium
CN104506317A (en) An authentication method and device based on multiple authentication modes
US20210073373A1 (en) Automating password change management
CN110457118A (en) Task processing method, device, computer equipment and storage medium
CN111966426A (en) API (application program interface) docking method, system, equipment and storage medium
CN106201182A (en) The method and device that application subfield is shown
JP2007122306A (en) Window input control method
CN111507852B (en) Method, device, medium and equipment for determining insurance scheme based on big data
WO2022160789A1 (en) Information processing method and apparatus
CN107220818A (en) online payment method and device
CN111143305B (en) Data storage method, device, equipment and medium based on distributed storage system
CN109919774A (en) A kind of securities trading control method and system
US20240152447A1 (en) Enhanced testing of edge gateways with a virtual network function
JP2003162651A (en) Matching system for classified employment offers and job seekers
CN114367995B (en) High-density unmanned on duty robot control method based on RPA and AI

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
GR01 Patent grant
GR01 Patent grant