US20100302582A1 - Image Forming Apparatus and Image Forming System - Google Patents
Image Forming Apparatus and Image Forming System Download PDFInfo
- Publication number
- US20100302582A1 US20100302582A1 US12/759,462 US75946210A US2010302582A1 US 20100302582 A1 US20100302582 A1 US 20100302582A1 US 75946210 A US75946210 A US 75946210A US 2010302582 A1 US2010302582 A1 US 2010302582A1
- Authority
- US
- United States
- Prior art keywords
- function
- application
- user
- restricted
- image forming
- 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.)
- Granted
Links
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N1/00—Scanning, transmission or reproduction of documents or the like, e.g. facsimile transmission; Details thereof
- H04N1/44—Secrecy systems
- H04N1/4406—Restricting access, e.g. according to user identity
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N1/00—Scanning, transmission or reproduction of documents or the like, e.g. facsimile transmission; Details thereof
- H04N1/44—Secrecy systems
- H04N1/4406—Restricting access, e.g. according to user identity
- H04N1/4433—Restricting access, e.g. according to user identity to an apparatus, part of an apparatus or an apparatus function
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N2201/00—Indexing scheme relating to scanning, transmission or reproduction of documents or the like, and to details thereof
- H04N2201/0077—Types of the still picture apparatus
- H04N2201/0094—Multifunctional device, i.e. a device capable of all of reading, reproducing, copying, facsimile transception, file transception
Definitions
- the present invention relates to an image forming apparatus and an image forming system.
- Some image forming apparatus such as a printer, a copier, and a multifunction peripheral are provided with an application that becomes available after acquisition of a license. Further, in some image forming apparatus, a restricted function of which use is inhibited can be set for each user.
- image forming apparatus having an application in which, as a license is acquired for each function within the application, the function for which the license is acquired becomes available within the application.
- An object of the present invention is to provide an image forming apparatus and an image forming system, which are capable of positively executing function restriction while performing license management for each application.
- An image forming apparatus includes at least one application, an application management unit that detects a restricted function of which use by a given user is inhibited from among functions within the at least one application, and a function monitoring unit that registers the restricted function detected by the application management unit and inhibits the user from executing the restricted function.
- An image forming system includes a server device and an image forming apparatus.
- the server device includes a storage unit that stores account data for each user, where the account data includes a restricted function of which use by the user is inhibited from among functions within an application.
- a communication unit performs communications with the image forming apparatus in order to access the account data.
- the image forming apparatus includes a communication unit that performs communications with the server device in order to access the account data, an application management unit that reads the account data from the storage unit of the server device by using the communication unit and detects the restricted function regarding a given user, and a function monitoring unit that registers the restricted function detected by the application management unit and inhibits the user from executing the restricted function.
- FIG. 1 is a block diagram illustrating a configuration of a multifunction peripheral according to an embodiment of the present invention
- FIG. 2 is a sequence diagram that describes an operation of the multifunction peripheral of FIG. 1 at a start of the application;
- FIG. 3 is a sequence diagram that describes the operation of the multifunction peripheral of FIG. 1 in a case where a function execution request regarding the application is approved;
- FIG. 4 is a sequence diagram that describes the operation of the multifunction peripheral of FIG. 1 in a case where the function execution request regarding the application is rejected;
- FIG. 5 is a sequence diagram that describes the operation of the multifunction peripheral of FIG. 1 at an end of the application.
- FIG. 6 is a block diagram illustrating a configuration of an image forming system according to another embodiment of the present invention.
- FIG. 1 is a block diagram illustrating a configuration of a multifunction peripheral according to an embodiment of the present invention.
- a multifunction peripheral 1 which is an example of an image forming apparatus, includes a printer 11 , a scanner 12 , a facsimile apparatus 13 , an operation panel 14 (an example of a display device), a communication device 15 , a storage unit 16 , and an arithmetic processing unit 17 .
- the printer 11 is an apparatus that prints a document image based on print data.
- the scanner 12 is an apparatus that optically reads a document image from a document and generates image data on the document image.
- the facsimile apparatus 13 is an apparatus that generates a facsimile signal from document data to be transmitted and transmits the facsimile signal, and that receives a facsimile signal and converts the facsimile signal into document data.
- the operation panel 14 is disposed at a surface of a casing of the multifunction peripheral 1 , and includes (i) a display device that displays thereon various kinds of information with respect to the user and (ii) an input device that detects a user operation.
- a display device includes a liquid crystal display.
- the input device include a key switch and a touch panel.
- the communication device 15 is a device connected to a communication channel, which allows data communications with a developer terminal device (not shown).
- a network interface is used as the communication device 15 .
- a modem is used as the communication device 15 .
- the storage unit 16 is a device capable of storing various programs and various kinds of data. Used as the storage unit 16 may be a hard disk drive, a nonvolatile memory, or the like.
- the arithmetic processing unit 17 which may be a computer including a central processing unit (CPU), a read only memory (ROM), and a random access memory (RAM), loads a program from the storage unit 16 or the like into the RAM and causes the CPU to execute the program.
- CPU central processing unit
- ROM read only memory
- RAM random access memory
- Pre-stored on the storage unit 16 are at least account data 41 and a program required for operation of the multifunction peripheral 1 . Then, the program is appropriately executed by the arithmetic processing unit 17 after the start of the multifunction peripheral 1 .
- Realized by the program are an operating system (OS) 21 , a controller 22 , a JAVA virtual machine 23 , a controller application program interface (API) 24 , an application management unit 25 , a function monitoring unit 26 , and an application 27 .
- OS operating system
- API controller application program interface
- the account data 41 includes a user ID of an authorized user and a restricted function ID of a restricted function of which use is inhibited on a user basis.
- the controller 22 controls the printer 11 , the scanner 12 , the facsimile apparatus 13 , and the operation panel 14 and performs input/output of data thereto/therefrom.
- the controller 22 includes a user account management unit 31 .
- the user account management unit 31 references the account data 41 to perform a login process for the user (user authentication and registration of a logged-in user) and perform a logout process (deregistration of the logged-in user).
- the controller API 24 causes the controller 22 to operate according to an instruction from the application running on the JAVA virtual machine 23 in a case of causing the functions of the printer 11 , the scanner 12 , the facsimile apparatus 13 , and the operation panel 14 to be executed or the input/output of data to be performed thereto/therefrom.
- the function monitoring unit 26 is provided between the controller API 24 and the controller 22 , and the controller API 24 uses the controller 22 through the intermediation of the function monitoring unit 26 .
- the application management unit 25 manages a life cycle (installation, start, stop, and uninstallation) of the application 27 . For example, when license information for an application 27 is input by the user, the application management unit 25 may install the application 27 .
- the application management unit 25 includes an application account management unit 32 that detects a restricted function of which use by a given user is inhibited from among a plurality of functions within the application 27 .
- the function monitoring unit 26 registers the restricted function detected by the application management unit 25 . If a function execution request for the application is made by the user, the function monitoring unit 26 determines whether or not the function specified by the function execution request is registered as the restricted function. If the function specified by the function execution request is not registered as the restricted function, the function monitoring unit 26 permits the execution of the function specified by the function execution request. If the function specified by the function execution request is registered as the restricted function, the function monitoring unit 26 inhibits the execution of the function specified by the function execution request. Note that the function monitoring unit 26 registers the restricted function by writing the restricted function ID (such as a code number, a class name, or a function name) of the restricted function to be registered into a table stored in the RAM or on the storage unit 16 .
- the restricted function ID such as a code number, a class name, or a function name
- the application 27 is caused to start and/or stop by the application management unit 25 based on an operation performed by the user through the operation panel 14 . Further, responsive to detection of the function execution request made by the user, the application 27 causes the controller 22 to execute the function (for example, color printing) specified by the function execution request through the intermediate controller API 24 and function monitoring unit 26 .
- the management of the function restriction is performed by the function monitoring unit 26 , and hence the function restriction is not performed within the application 27 . That is, without consideration given to the function restriction, the application 27 issues the function execution request to the controller API 24 .
- the user account management unit 31 performs the user authentication. If the user is an authorized user, the user account management unit 31 permits the user to use the apparatus and registers the user ID of the user as the logged-in user.
- FIG. 2 is a sequence diagram that describes an operation of the multifunction peripheral of FIG. 1 at the start of the application.
- the application management unit 25 For example, responsive to detecting a user operation making a start request for the application 27 through the operation panel 14 , information on the user operation (hereinafter, referred to as “user operation information”) is supplied to the application management unit 25 of the arithmetic processing unit 17 . Then, based on the user operation information, the application management unit 25 detects the start request for the application 27 (Step S 1 ).
- the application management unit 25 supplies the application account management unit 32 with a request for account information (hereinafter, referred to as “account information request”) along with the user ID of the logged-in user and the application ID of the application 27 (Step S 2 ). Then, the application account management unit 32 supplies the controller API 24 with the account information request along with the user ID and the application ID (Step S 3 ). At this time, the application account management unit 32 determines whether or not the license for the application exists (that is, whether or not the license information has already been input). Only in a case where the license exists, the processing of Step S 3 and the subsequent steps is executed.
- account information request a request for account information
- the application account management unit 32 determines whether or not the license for the application exists (that is, whether or not the license information has already been input). Only in a case where the license exists, the processing of Step S 3 and the subsequent steps is executed.
- the controller API 24 transfers the account information request to the function monitoring unit 26 along with the user ID and the application ID (Step S 4 ). Responsive to reception of the account information request along with the user ID and the application ID, the function monitoring unit 26 references the account data 41 to read one or a plurality of restricted function IDs associated with the user ID and the application ID, and supplies the controller API 24 therewith as a response. The response (that is, the restricted function ID(s)) is supplied to the application management unit 25 via the application account management unit 32 .
- the application management unit 25 based on the response to the account information request, the application management unit 25 identifies presence/absence of the restricted function considered when the logged-in user uses the application for which the logged-in user has made the start request (Step S 5 ). If a restricted function is present in the response, the one or a plurality of restricted function IDs are identified from the response.
- the application management unit 25 supplies the application account management unit 32 with a monitor request along with the user ID of the logged-in user and the restricted function ID (Step S 6 ).
- the application account management unit 32 supplies the controller API 24 with the monitor request along with the user ID and the restricted function ID (Step S 7 ).
- the controller API 24 transfers the monitor request to the function monitoring unit 26 along with the user ID and the restricted function ID (Step S 8 ).
- the function monitoring unit 26 registers the user ID and the restricted function ID in a monitor object table (not shown) in association with each other (Step S 9 ).
- identification information on a listener called when the execution of the function of the restricted function ID is supplied by the user of the user ID is registered in the monitor object table in association with the user ID and the restricted function ID.
- the monitor object table may be stored in the RAM within the arithmetic processing unit 17 or on the storage unit 16 .
- the function monitoring unit 26 supplies the controller API 24 with the registered identification information on the listener as the response (Step S 10 ).
- the response (that is, identification information on the listener) is transferred to the application account management unit 32 (Step S 11 ).
- the application account management unit 32 retains the user ID, the restricted function ID, and the identification information on the listener in association with one another, for example, in the RAM (Step S 12 ).
- the application management unit 25 starts the application 27 specified by the user (Step S 13 ).
- Step S 5 the processing of Steps S 6 to S 12 is not performed, and the application 27 is started.
- FIG. 3 is a sequence diagram that describes the operation of the multifunction peripheral of FIG. 1 in a case where the function execution request regarding the application is approved.
- FIG. 4 is a sequence diagram that describes the operation of the multifunction peripheral of FIG. 1 in a case where the function execution request regarding the application is rejected.
- Step S 21 After the start of the application 27 , if the user operation for executing a given function is input to the operation panel 14 by the user, the user operation information is supplied to the application 27 . Then, based on the user operation information, the application 27 detects the function execution request by the user (Step S 21 ). For example, when the application 27 is started, a menu screen for selecting a function is displayed. If one function (for example, color printing or scanning) is selected from the menu screen by the user, the selected function is identified based on the user operation information obtained in the selecting, and the function execution request by the user is detected.
- one function for example, color printing or scanning
- the application 27 Responsive to detecting the function execution request, the application 27 identifies the function ID (such as a code number, a class name, or a function name) of the requested function, and issues a call of the function accompanied by the function ID and the user ID of the logged-in user with respect to the controller API 24 (Step S 22 ).
- the function ID such as a code number, a class name, or a function name
- the controller API 24 transfers the call to the function monitoring unit 26 (Step S 23 ). Responsive to receiving the call from the controller API 24 , the function monitoring unit 26 references the monitor object table to read the restricted function ID registered in association with the user ID accompanying the call. Then, the function monitoring unit 26 determines whether or not the function ID accompanying the call of the function matches any one of the restricted function IDs (Step S 24 ).
- the function monitoring unit 26 transfers the call to the controller 22 , and causes the controller 22 to execute the requested function (Step S 25 ).
- the function monitoring unit 26 does not transfer the call to the controller 22 , but rather calls the listener associated with the restricted function ID (Step S 31 ). Accordingly, the application account management unit 32 detects an execution request for the restricted function. Then, the application account management unit 32 causes the operation panel 14 to display thereon a message indicating that the logged-in user is inhibited from executing the function requested by the logged-in user (Step S 32 ).
- the function monitoring unit 26 discards the call and supplies the controller API 24 with an error notification as the response (Step S 33 ). The response is then transferred to the application 27 (Step S 34 ).
- the function execution request by the user after the start of the application 27 is constantly monitored by the function monitoring unit 26 provided between the controller API 24 and the controller 22 .
- the execution request for the registered restricted function is rejected, while the execution requests for the other functions are approved.
- FIG. 5 is a sequence diagram that describes an operation of the multifunction peripheral of FIG. 1 at the end of the application.
- user operation information information on the user operation
- the application management unit 25 detects the end request for the application 27 (Step S 41 ).
- the application management unit 25 Responsive to detecting the end request for the application 27 , the application management unit 25 first causes the application 27 to stop (Step S 42 ).
- the application management unit 25 supplies the application account management unit 32 with a monitor ending request along with the user ID of the logged-in user and the registered restricted function ID (Step S 43 ).
- the application account management unit 32 supplies the controller API 24 with a deregistration request along with the user ID and the restricted function ID (Step S 44 ).
- the controller API 24 then transfers the deregistration request to the function monitoring unit 26 along with the user ID and the restricted function ID (Step S 45 ).
- the function monitoring unit 26 deletes the restricted function ID registered in association with the user ID from the monitor object table (Step S 46 ).
- the application account management unit 32 clears the registration of the listener associated with the restricted function ID (Step S 47 ).
- the user account management unit 31 After that, if the user performs a logout operation through the operation panel 14 , the user account management unit 31 performs the logout process. At a time of logout, all the restricted function IDs registered in association with the logged-in user are cleared.
- the application management unit 25 detects the restricted function of which the use by a given user is inhibited from among the functions within an application 27 . Then, the function monitoring unit 26 registers the restricted function detected by the application management unit 25 . If the function execution request for the application 27 is made by the user, the function monitoring unit 26 determines whether or not the function specified by the function execution request is registered as the restricted function. If the function specified by the function execution request is not registered as the restricted function, the function monitoring unit 26 permits the execution of the function specified by the function execution request. If the function specified by the function execution request is registered as the restricted function, the function monitoring unit 26 inhibits the function specified by the function execution request.
- the monitoring is constantly performed during the execution of the application so as to prevent the restricted function from being executed, which allows the function restriction regardless of the license for the application. Further, because the function monitoring unit 26 exists between the controller API 24 and the controller 22 , a developer of the application 27 can develop the application 27 without consideration given to the function restriction.
- the multifunction peripheral 1 is connected to a server device 3 via a network 2 .
- the multifunction peripheral 1 does not include the account data 41 .
- the account data 41 is stored not on the multifunction peripheral 1 but on the server device 3 .
- the multifunction peripheral 1 instead acquires the account data 41 by accessing the server device 3 via the network 2 .
- the network 2 is a computer network such as a local area network or the Internet.
- the server device 3 includes a communication device 61 , a storage unit 62 , and a processing device 63 .
- the communication device 61 is a device of the same kind as the communication device 15 , and is a device capable of performing data communications via the network 2 .
- the storage unit 62 is a device of the same kind as the storage unit 16 , and stores the account data 41 .
- the processing device 63 is a device that reads the account data 41 in response to a request from the multifunction peripheral 1 and transmits the account data 41 to the multifunction peripheral 1 .
- the application account management unit 32 controls the communication device 15 to transmit an account information request to the server device 3 along with the user ID of the logged-in user and the application ID. Then, on the server device 3 , the processing device 63 reads the restricted function ID corresponding to the request and uses the communication device 61 to transmit the restricted function ID to the multifunction peripheral 1 as the response. Then, the application account management unit 32 receives the response (that is, restricted function ID) via the communication device 15 .
- the user account management unit 31 controls the communication device 15 to acquire user registration information such as the user ID from the account data 41 stored on the server device 3 to thereby perform the login process and the like.
- one application 27 is provided, but also in a case where a plurality of applications are executed, the same process as described above is appropriately executed on each of the applications. However, in that case, an application ID is registered together in the monitor object table, and the registration and the deregistration of the restricted function ID are performed for each individual application.
- the application management unit 25 detects the restricted function based on the account data 41 at the time of login. Then, the function monitoring unit 26 registers the restricted function for the application.
- one multifunction peripheral 1 is provided, but a plurality of image forming apparatus (multifunction peripherals, printers, and the like) of the same kind as the multifunction peripheral 1 may be connected to the network 2 , and the account data 41 may be managed on one server device 3 that is accessible to the plurality of image forming apparatus.
- image forming apparatus multifunction peripherals, printers, and the like
- the restricted function may be set for each of one or more departments.
- a department ID of a department to which the user belongs is included in the account data.
- the restricted function ID of the restricted function regarding the department is included in association with the department ID.
- the restricted function ID associated with the department ID associated with the user ID may be acquired along with the restricted function ID associated with the user ID.
Landscapes
- Engineering & Computer Science (AREA)
- Multimedia (AREA)
- Signal Processing (AREA)
- Facsimiles In General (AREA)
- Accessory Devices And Overall Control Thereof (AREA)
Abstract
Description
- This application is based upon and claims the benefit of priority from corresponding Japanese Patent Application No. 2009-133522, filed Jun. 2, 2009, the entire contents of which is incorporated herein by reference.
- 1. Field
- The present invention relates to an image forming apparatus and an image forming system.
- 2. Description of the Related Art
- Some image forming apparatus such as a printer, a copier, and a multifunction peripheral are provided with an application that becomes available after acquisition of a license. Further, in some image forming apparatus, a restricted function of which use is inhibited can be set for each user.
- In addition, there are image forming apparatus having an application in which, as a license is acquired for each function within the application, the function for which the license is acquired becomes available within the application.
- However, in a case where license control and function restriction are both implemented in the application, for example, upon execution of an application of which use is permitted according to the license, there is a fear in that a restricted function of which use is inhibited may be executed from the application.
- Further, in a case of acquiring a license for each function within the application, it is necessary to previously specify the restricted function(s) for each user before acquiring the license, which complicates license management.
- An object of the present invention is to provide an image forming apparatus and an image forming system, which are capable of positively executing function restriction while performing license management for each application.
- An image forming apparatus according to the present invention includes at least one application, an application management unit that detects a restricted function of which use by a given user is inhibited from among functions within the at least one application, and a function monitoring unit that registers the restricted function detected by the application management unit and inhibits the user from executing the restricted function.
- An image forming system according to the present invention includes a server device and an image forming apparatus. The server device includes a storage unit that stores account data for each user, where the account data includes a restricted function of which use by the user is inhibited from among functions within an application. In addition, a communication unit performs communications with the image forming apparatus in order to access the account data. The image forming apparatus includes a communication unit that performs communications with the server device in order to access the account data, an application management unit that reads the account data from the storage unit of the server device by using the communication unit and detects the restricted function regarding a given user, and a function monitoring unit that registers the restricted function detected by the application management unit and inhibits the user from executing the restricted function.
- Additional features and advantages are described herein, and will be apparent from the following Detailed Description and the figures.
- In the accompanying drawings:
-
FIG. 1 is a block diagram illustrating a configuration of a multifunction peripheral according to an embodiment of the present invention; -
FIG. 2 is a sequence diagram that describes an operation of the multifunction peripheral ofFIG. 1 at a start of the application; -
FIG. 3 is a sequence diagram that describes the operation of the multifunction peripheral ofFIG. 1 in a case where a function execution request regarding the application is approved; -
FIG. 4 is a sequence diagram that describes the operation of the multifunction peripheral ofFIG. 1 in a case where the function execution request regarding the application is rejected; -
FIG. 5 is a sequence diagram that describes the operation of the multifunction peripheral ofFIG. 1 at an end of the application; and -
FIG. 6 is a block diagram illustrating a configuration of an image forming system according to another embodiment of the present invention. -
FIG. 1 is a block diagram illustrating a configuration of a multifunction peripheral according to an embodiment of the present invention. - A multifunction peripheral 1, which is an example of an image forming apparatus, includes a
printer 11, ascanner 12, afacsimile apparatus 13, an operation panel 14 (an example of a display device), acommunication device 15, astorage unit 16, and anarithmetic processing unit 17. - The
printer 11 is an apparatus that prints a document image based on print data. Thescanner 12 is an apparatus that optically reads a document image from a document and generates image data on the document image. Thefacsimile apparatus 13 is an apparatus that generates a facsimile signal from document data to be transmitted and transmits the facsimile signal, and that receives a facsimile signal and converts the facsimile signal into document data. - The
operation panel 14 is disposed at a surface of a casing of the multifunction peripheral 1, and includes (i) a display device that displays thereon various kinds of information with respect to the user and (ii) an input device that detects a user operation. An example of the display device includes a liquid crystal display. Examples of the input device include a key switch and a touch panel. - The
communication device 15 is a device connected to a communication channel, which allows data communications with a developer terminal device (not shown). In a case where the multifunction peripheral 1 and the developer terminal device are connected to the same computer network, a network interface is used as thecommunication device 15. In a case where the multifunction peripheral 1 and the developer terminal device are connected to the same telephone network, a modem is used as thecommunication device 15. - The
storage unit 16 is a device capable of storing various programs and various kinds of data. Used as thestorage unit 16 may be a hard disk drive, a nonvolatile memory, or the like. - The
arithmetic processing unit 17, which may be a computer including a central processing unit (CPU), a read only memory (ROM), and a random access memory (RAM), loads a program from thestorage unit 16 or the like into the RAM and causes the CPU to execute the program. - Pre-stored on the
storage unit 16 are at leastaccount data 41 and a program required for operation of the multifunction peripheral 1. Then, the program is appropriately executed by thearithmetic processing unit 17 after the start of the multifunction peripheral 1. Realized by the program are an operating system (OS) 21, acontroller 22, a JAVAvirtual machine 23, a controller application program interface (API) 24, anapplication management unit 25, afunction monitoring unit 26, and anapplication 27. - The
account data 41 includes a user ID of an authorized user and a restricted function ID of a restricted function of which use is inhibited on a user basis. - The
controller 22 controls theprinter 11, thescanner 12, thefacsimile apparatus 13, and theoperation panel 14 and performs input/output of data thereto/therefrom. - In addition, the
controller 22 includes a useraccount management unit 31. The useraccount management unit 31 references theaccount data 41 to perform a login process for the user (user authentication and registration of a logged-in user) and perform a logout process (deregistration of the logged-in user). - The
controller API 24 causes thecontroller 22 to operate according to an instruction from the application running on the JAVAvirtual machine 23 in a case of causing the functions of theprinter 11, thescanner 12, thefacsimile apparatus 13, and theoperation panel 14 to be executed or the input/output of data to be performed thereto/therefrom. Note that in this embodiment, thefunction monitoring unit 26 is provided between thecontroller API 24 and thecontroller 22, and the controller API 24 uses thecontroller 22 through the intermediation of thefunction monitoring unit 26. - The
application management unit 25 manages a life cycle (installation, start, stop, and uninstallation) of theapplication 27. For example, when license information for anapplication 27 is input by the user, theapplication management unit 25 may install theapplication 27. - In addition, the
application management unit 25 includes an applicationaccount management unit 32 that detects a restricted function of which use by a given user is inhibited from among a plurality of functions within theapplication 27. - The
function monitoring unit 26 registers the restricted function detected by theapplication management unit 25. If a function execution request for the application is made by the user, thefunction monitoring unit 26 determines whether or not the function specified by the function execution request is registered as the restricted function. If the function specified by the function execution request is not registered as the restricted function, thefunction monitoring unit 26 permits the execution of the function specified by the function execution request. If the function specified by the function execution request is registered as the restricted function, thefunction monitoring unit 26 inhibits the execution of the function specified by the function execution request. Note that thefunction monitoring unit 26 registers the restricted function by writing the restricted function ID (such as a code number, a class name, or a function name) of the restricted function to be registered into a table stored in the RAM or on thestorage unit 16. - The
application 27 is caused to start and/or stop by theapplication management unit 25 based on an operation performed by the user through theoperation panel 14. Further, responsive to detection of the function execution request made by the user, theapplication 27 causes thecontroller 22 to execute the function (for example, color printing) specified by the function execution request through theintermediate controller API 24 andfunction monitoring unit 26. The management of the function restriction is performed by thefunction monitoring unit 26, and hence the function restriction is not performed within theapplication 27. That is, without consideration given to the function restriction, theapplication 27 issues the function execution request to thecontroller API 24. - Described next is an operation of the above-mentioned apparatus.
- Hereafter described is (1) a processing at the start of the application, (2) a processing responsive to reception of the function execution request for the application made by the user, and (3) a processing at the end of the application.
- Note that it is assumed here that the user has already logged in. If the user performs a login operation through the
operation panel 14, the useraccount management unit 31 performs the user authentication. If the user is an authorized user, the useraccount management unit 31 permits the user to use the apparatus and registers the user ID of the user as the logged-in user. -
FIG. 2 is a sequence diagram that describes an operation of the multifunction peripheral ofFIG. 1 at the start of the application. - For example, responsive to detecting a user operation making a start request for the
application 27 through theoperation panel 14, information on the user operation (hereinafter, referred to as “user operation information”) is supplied to theapplication management unit 25 of thearithmetic processing unit 17. Then, based on the user operation information, theapplication management unit 25 detects the start request for the application 27 (Step S1). - Responsive to detecting the start request for the
application 27, theapplication management unit 25 supplies the applicationaccount management unit 32 with a request for account information (hereinafter, referred to as “account information request”) along with the user ID of the logged-in user and the application ID of the application 27 (Step S2). Then, the applicationaccount management unit 32 supplies thecontroller API 24 with the account information request along with the user ID and the application ID (Step S3). At this time, the applicationaccount management unit 32 determines whether or not the license for the application exists (that is, whether or not the license information has already been input). Only in a case where the license exists, the processing of Step S3 and the subsequent steps is executed. - The
controller API 24 transfers the account information request to thefunction monitoring unit 26 along with the user ID and the application ID (Step S4). Responsive to reception of the account information request along with the user ID and the application ID, thefunction monitoring unit 26 references theaccount data 41 to read one or a plurality of restricted function IDs associated with the user ID and the application ID, and supplies thecontroller API 24 therewith as a response. The response (that is, the restricted function ID(s)) is supplied to theapplication management unit 25 via the applicationaccount management unit 32. - Then, based on the response to the account information request, the
application management unit 25 identifies presence/absence of the restricted function considered when the logged-in user uses the application for which the logged-in user has made the start request (Step S5). If a restricted function is present in the response, the one or a plurality of restricted function IDs are identified from the response. - In a case where there is at least one restricted function to be considered when the logged-in user uses the application for which the logged-in user has made the start request, the
application management unit 25 supplies the applicationaccount management unit 32 with a monitor request along with the user ID of the logged-in user and the restricted function ID (Step S6). The applicationaccount management unit 32 supplies thecontroller API 24 with the monitor request along with the user ID and the restricted function ID (Step S7). Thecontroller API 24 transfers the monitor request to thefunction monitoring unit 26 along with the user ID and the restricted function ID (Step S8). Responsive to receiving the monitor request, the user ID, and the restricted function ID, thefunction monitoring unit 26 registers the user ID and the restricted function ID in a monitor object table (not shown) in association with each other (Step S9). In addition, identification information on a listener called when the execution of the function of the restricted function ID is supplied by the user of the user ID is registered in the monitor object table in association with the user ID and the restricted function ID. The monitor object table may be stored in the RAM within thearithmetic processing unit 17 or on thestorage unit 16. - Then, responsive to completing registration, the
function monitoring unit 26 supplies thecontroller API 24 with the registered identification information on the listener as the response (Step S10). The response (that is, identification information on the listener) is transferred to the application account management unit 32 (Step S11). Then, the applicationaccount management unit 32 retains the user ID, the restricted function ID, and the identification information on the listener in association with one another, for example, in the RAM (Step S12). - Meanwhile, responsive to completing the registration of the restricted function by the
function monitoring unit 26, theapplication management unit 25 starts theapplication 27 specified by the user (Step S13). - As described above, if there exists a restricted function within the specified
application 27, the restricted function is registered at the start of theapplication 27. Note that if there exists no restricted function within the specified application 27 (Step S5), the processing of Steps S6 to S12 is not performed, and theapplication 27 is started (Step S13). -
FIG. 3 is a sequence diagram that describes the operation of the multifunction peripheral ofFIG. 1 in a case where the function execution request regarding the application is approved.FIG. 4 is a sequence diagram that describes the operation of the multifunction peripheral ofFIG. 1 in a case where the function execution request regarding the application is rejected. - After the start of the
application 27, if the user operation for executing a given function is input to theoperation panel 14 by the user, the user operation information is supplied to theapplication 27. Then, based on the user operation information, theapplication 27 detects the function execution request by the user (Step S21). For example, when theapplication 27 is started, a menu screen for selecting a function is displayed. If one function (for example, color printing or scanning) is selected from the menu screen by the user, the selected function is identified based on the user operation information obtained in the selecting, and the function execution request by the user is detected. - Responsive to detecting the function execution request, the
application 27 identifies the function ID (such as a code number, a class name, or a function name) of the requested function, and issues a call of the function accompanied by the function ID and the user ID of the logged-in user with respect to the controller API 24 (Step S22). - When the call is issued, the
controller API 24 transfers the call to the function monitoring unit 26 (Step S23). Responsive to receiving the call from thecontroller API 24, thefunction monitoring unit 26 references the monitor object table to read the restricted function ID registered in association with the user ID accompanying the call. Then, thefunction monitoring unit 26 determines whether or not the function ID accompanying the call of the function matches any one of the restricted function IDs (Step S24). - If the function ID accompanying the call of the function matches none of the restricted function IDs, the
function monitoring unit 26 transfers the call to thecontroller 22, and causes thecontroller 22 to execute the requested function (Step S25). - Alternatively, if the function ID accompanying the call of the function matches any one of the restricted function IDs, the
function monitoring unit 26 does not transfer the call to thecontroller 22, but rather calls the listener associated with the restricted function ID (Step S31). Accordingly, the applicationaccount management unit 32 detects an execution request for the restricted function. Then, the applicationaccount management unit 32 causes theoperation panel 14 to display thereon a message indicating that the logged-in user is inhibited from executing the function requested by the logged-in user (Step S32). - If the function ID accompanying the call of the function matches any one of the restricted function IDs, the
function monitoring unit 26 discards the call and supplies thecontroller API 24 with an error notification as the response (Step S33). The response is then transferred to the application 27 (Step S34). - As described above, the function execution request by the user after the start of the
application 27 is constantly monitored by thefunction monitoring unit 26 provided between thecontroller API 24 and thecontroller 22. The execution request for the registered restricted function is rejected, while the execution requests for the other functions are approved. -
FIG. 5 is a sequence diagram that describes an operation of the multifunction peripheral ofFIG. 1 at the end of the application. - For example, responsive to detecting a user operation for making an end request for the
application 27 through theoperation panel 14, information on the user operation (hereinafter, referred to as “user operation information”) is supplied to theapplication management unit 25 of thearithmetic processing unit 17. Then, based on the user operation information, theapplication management unit 25 detects the end request for the application 27 (Step S41). - Responsive to detecting the end request for the
application 27, theapplication management unit 25 first causes theapplication 27 to stop (Step S42). - Then, the
application management unit 25 supplies the applicationaccount management unit 32 with a monitor ending request along with the user ID of the logged-in user and the registered restricted function ID (Step S43). When the applicationaccount management unit 32 receives the monitor ending request, it supplies thecontroller API 24 with a deregistration request along with the user ID and the restricted function ID (Step S44). Thecontroller API 24 then transfers the deregistration request to thefunction monitoring unit 26 along with the user ID and the restricted function ID (Step S45). - Responsive to receiving the deregistration request along with the user ID and the restricted function ID, the
function monitoring unit 26 deletes the restricted function ID registered in association with the user ID from the monitor object table (Step S46). - Meanwhile, after supplying the deregistration request to the
controller API 24, the applicationaccount management unit 32 clears the registration of the listener associated with the restricted function ID (Step S47). - As described above, if there is a restricted function within the specified
application 27, the registration of the restricted function is cleared at the end of theapplication 27. If there is no restricted function within the specifiedapplication 27, theapplication 27 is ended, and the process of Steps S43 to S47 is not performed. - After that, if the user performs a logout operation through the
operation panel 14, the useraccount management unit 31 performs the logout process. At a time of logout, all the restricted function IDs registered in association with the logged-in user are cleared. - As described above, according to the above-mentioned embodiment, the
application management unit 25 detects the restricted function of which the use by a given user is inhibited from among the functions within anapplication 27. Then, thefunction monitoring unit 26 registers the restricted function detected by theapplication management unit 25. If the function execution request for theapplication 27 is made by the user, thefunction monitoring unit 26 determines whether or not the function specified by the function execution request is registered as the restricted function. If the function specified by the function execution request is not registered as the restricted function, thefunction monitoring unit 26 permits the execution of the function specified by the function execution request. If the function specified by the function execution request is registered as the restricted function, thefunction monitoring unit 26 inhibits the function specified by the function execution request. - Accordingly, the monitoring is constantly performed during the execution of the application so as to prevent the restricted function from being executed, which allows the function restriction regardless of the license for the application. Further, because the
function monitoring unit 26 exists between thecontroller API 24 and thecontroller 22, a developer of theapplication 27 can develop theapplication 27 without consideration given to the function restriction. - Described next is another embodiment of the present invention.
- In an image forming system according to another embodiment of the present invention, the multifunction peripheral 1 is connected to a
server device 3 via anetwork 2. - The multifunction peripheral 1 according to the another embodiment does not include the
account data 41. Theaccount data 41 is stored not on the multifunction peripheral 1 but on theserver device 3. The multifunction peripheral 1 instead acquires theaccount data 41 by accessing theserver device 3 via thenetwork 2. - The
network 2 is a computer network such as a local area network or the Internet. - The
server device 3 includes acommunication device 61, astorage unit 62, and aprocessing device 63. Thecommunication device 61 is a device of the same kind as thecommunication device 15, and is a device capable of performing data communications via thenetwork 2. Thestorage unit 62 is a device of the same kind as thestorage unit 16, and stores theaccount data 41. Theprocessing device 63 is a device that reads theaccount data 41 in response to a request from the multifunction peripheral 1 and transmits theaccount data 41 to the multifunction peripheral 1. - When the
application management unit 25 attempts to acquire the account information, the applicationaccount management unit 32 controls thecommunication device 15 to transmit an account information request to theserver device 3 along with the user ID of the logged-in user and the application ID. Then, on theserver device 3, theprocessing device 63 reads the restricted function ID corresponding to the request and uses thecommunication device 61 to transmit the restricted function ID to the multifunction peripheral 1 as the response. Then, the applicationaccount management unit 32 receives the response (that is, restricted function ID) via thecommunication device 15. - Further, in the same manner, the user
account management unit 31 controls thecommunication device 15 to acquire user registration information such as the user ID from theaccount data 41 stored on theserver device 3 to thereby perform the login process and the like. - Note that each of the above-mentioned embodiments is a preferred example of the present invention, but the present invention is not limited thereto, and various modifications and changes can be made within the scope that does not depart from the gist of the present invention.
- For example, in each of the above-mentioned embodiments, one
application 27 is provided, but also in a case where a plurality of applications are executed, the same process as described above is appropriately executed on each of the applications. However, in that case, an application ID is registered together in the monitor object table, and the registration and the deregistration of the restricted function ID are performed for each individual application. - Further, if there is an application that has already started (for example, resident application) at a time of user login, the
application management unit 25 detects the restricted function based on theaccount data 41 at the time of login. Then, thefunction monitoring unit 26 registers the restricted function for the application. - Further, in each of the above-mentioned embodiments, one multifunction peripheral 1 is provided, but a plurality of image forming apparatus (multifunction peripherals, printers, and the like) of the same kind as the multifunction peripheral 1 may be connected to the
network 2, and theaccount data 41 may be managed on oneserver device 3 that is accessible to the plurality of image forming apparatus. - Further, in each of the above-mentioned embodiments, the restricted function may be set for each of one or more departments. In that case, in association with the user ID, a department ID of a department to which the user belongs is included in the account data. In addition, the restricted function ID of the restricted function regarding the department is included in association with the department ID. In the case where the restricted function ID is acquired, the restricted function ID associated with the department ID associated with the user ID may be acquired along with the restricted function ID associated with the user ID.
- It should be understood that various changes and modifications to the presently preferred embodiments described herein will be apparent to those skilled in the art. Such changes and modifications can be made without departing from the spirit and scope of the present subject matter and without diminishing its intended advantages. It is therefore intended that such changes and modifications be covered by the appended claims.
Claims (20)
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2009133522A JP5479783B2 (en) | 2009-06-02 | 2009-06-02 | Image forming apparatus and image forming system |
JP2009-133522 | 2009-06-02 |
Publications (2)
Publication Number | Publication Date |
---|---|
US20100302582A1 true US20100302582A1 (en) | 2010-12-02 |
US8873081B2 US8873081B2 (en) | 2014-10-28 |
Family
ID=43219886
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US12/759,462 Expired - Fee Related US8873081B2 (en) | 2009-06-02 | 2010-04-13 | Image forming apparatus and image forming system |
Country Status (2)
Country | Link |
---|---|
US (1) | US8873081B2 (en) |
JP (1) | JP5479783B2 (en) |
Cited By (10)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US8861006B2 (en) * | 2013-03-06 | 2014-10-14 | Ricoh Company, Ltd. | Device management in a distributed scan system |
US8867080B2 (en) | 2013-03-06 | 2014-10-21 | Ricoh Company, Ltd. | Metadata support in a distributed scan system |
US8873095B2 (en) | 2013-03-06 | 2014-10-28 | Ricoh Company, Ltd. | Delegate access in a distributed scan system |
US8958110B2 (en) | 2013-04-26 | 2015-02-17 | Konica Minolta, Inc. | Displaying image forming apparatus job settings on a portable apparatus |
US9007632B2 (en) | 2013-03-06 | 2015-04-14 | Ricoh Company, Ltd. | Rights management in a distributed scan system |
US9092181B2 (en) | 2013-03-06 | 2015-07-28 | Ricoh Company, Ltd. | Distributed print management |
US20160065788A1 (en) * | 2014-08-26 | 2016-03-03 | Canon Kabushiki Kaisha | Image forming apparatus, control method for image forming apparatus, and storage medium |
US9648175B2 (en) | 2013-10-30 | 2017-05-09 | Ricoh Company, Ltd. | Usage tracking in a distributed scan system |
US10931849B2 (en) * | 2017-08-22 | 2021-02-23 | Fuji Xerox Co., Ltd. | Information processing apparatus |
CN117376534A (en) * | 2023-12-07 | 2024-01-09 | 江西云眼视界科技股份有限公司 | Intelligent device data acquisition system |
Families Citing this family (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP6199758B2 (en) * | 2014-01-30 | 2017-09-20 | 京セラドキュメントソリューションズ株式会社 | Embedded system, image forming device |
JP6199759B2 (en) * | 2014-01-31 | 2017-09-20 | 京セラドキュメントソリューションズ株式会社 | Embedded system, image forming device |
Citations (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20040117784A1 (en) * | 2002-10-15 | 2004-06-17 | Canon Kabushiki Kaisha | Management apparatus, management method, and control program therefor |
US20060001900A1 (en) * | 2004-06-30 | 2006-01-05 | Oki Data Corporation | Image inputting apparatus, image outputting apparatus, and composite system that includes image inputting apparatus and image outputting apparatus |
US20060026434A1 (en) * | 2004-07-27 | 2006-02-02 | Konica Minolta Business Technologies, Inc. | Image forming apparatus and image forming system |
US20070076241A1 (en) * | 2005-09-30 | 2007-04-05 | Brother Kogyo Kabushiki Kaisha | Multi function peripheral |
US20070094499A1 (en) * | 2005-10-21 | 2007-04-26 | Murata Kikai Kabushiki Kaisha | Processing device, authentication server, processing system and function offering method |
US20070106668A1 (en) * | 2005-10-24 | 2007-05-10 | Chial And Associates C. Lrd. | File management system, information processing apparatus, authentication system, and file access authority setting system |
US20070136293A1 (en) * | 2005-11-29 | 2007-06-14 | Wataru Mizumukai | Peripheral device |
US20090024531A1 (en) * | 2007-07-17 | 2009-01-22 | Konica Minolta Business Technologies, Inc. | Image formation apparatus capable of personal authentication, control method of image formation apparatus, and computer readable medium having software program stored therein |
Family Cites Families (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP4320633B2 (en) * | 2004-12-13 | 2009-08-26 | 村田機械株式会社 | Compound machine |
JP2008243180A (en) * | 2007-02-28 | 2008-10-09 | Ricoh Co Ltd | Image forming apparatus, information processor and information processing method |
-
2009
- 2009-06-02 JP JP2009133522A patent/JP5479783B2/en not_active Expired - Fee Related
-
2010
- 2010-04-13 US US12/759,462 patent/US8873081B2/en not_active Expired - Fee Related
Patent Citations (8)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20040117784A1 (en) * | 2002-10-15 | 2004-06-17 | Canon Kabushiki Kaisha | Management apparatus, management method, and control program therefor |
US20060001900A1 (en) * | 2004-06-30 | 2006-01-05 | Oki Data Corporation | Image inputting apparatus, image outputting apparatus, and composite system that includes image inputting apparatus and image outputting apparatus |
US20060026434A1 (en) * | 2004-07-27 | 2006-02-02 | Konica Minolta Business Technologies, Inc. | Image forming apparatus and image forming system |
US20070076241A1 (en) * | 2005-09-30 | 2007-04-05 | Brother Kogyo Kabushiki Kaisha | Multi function peripheral |
US20070094499A1 (en) * | 2005-10-21 | 2007-04-26 | Murata Kikai Kabushiki Kaisha | Processing device, authentication server, processing system and function offering method |
US20070106668A1 (en) * | 2005-10-24 | 2007-05-10 | Chial And Associates C. Lrd. | File management system, information processing apparatus, authentication system, and file access authority setting system |
US20070136293A1 (en) * | 2005-11-29 | 2007-06-14 | Wataru Mizumukai | Peripheral device |
US20090024531A1 (en) * | 2007-07-17 | 2009-01-22 | Konica Minolta Business Technologies, Inc. | Image formation apparatus capable of personal authentication, control method of image formation apparatus, and computer readable medium having software program stored therein |
Cited By (14)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US9462158B2 (en) | 2013-03-06 | 2016-10-04 | Ricoh Company, Ltd. | Rights management in a distributed image capture system |
US8867080B2 (en) | 2013-03-06 | 2014-10-21 | Ricoh Company, Ltd. | Metadata support in a distributed scan system |
US8873095B2 (en) | 2013-03-06 | 2014-10-28 | Ricoh Company, Ltd. | Delegate access in a distributed scan system |
US8861006B2 (en) * | 2013-03-06 | 2014-10-14 | Ricoh Company, Ltd. | Device management in a distributed scan system |
US9007632B2 (en) | 2013-03-06 | 2015-04-14 | Ricoh Company, Ltd. | Rights management in a distributed scan system |
US9092181B2 (en) | 2013-03-06 | 2015-07-28 | Ricoh Company, Ltd. | Distributed print management |
US9277068B2 (en) | 2013-03-06 | 2016-03-01 | Ricoh Company, Ltd. | Metadata support in a distributed scan system |
US9998629B2 (en) | 2013-03-06 | 2018-06-12 | Ricoh Company, Ltd. | Rights management in a distributed image capture system |
US8958110B2 (en) | 2013-04-26 | 2015-02-17 | Konica Minolta, Inc. | Displaying image forming apparatus job settings on a portable apparatus |
US9648175B2 (en) | 2013-10-30 | 2017-05-09 | Ricoh Company, Ltd. | Usage tracking in a distributed scan system |
US20160065788A1 (en) * | 2014-08-26 | 2016-03-03 | Canon Kabushiki Kaisha | Image forming apparatus, control method for image forming apparatus, and storage medium |
US10257388B2 (en) * | 2014-08-26 | 2019-04-09 | Canon Kabushiki Kaisha | Image forming apparatus, control method for image forming apparatus, and storage medium for setting user authentication |
US10931849B2 (en) * | 2017-08-22 | 2021-02-23 | Fuji Xerox Co., Ltd. | Information processing apparatus |
CN117376534A (en) * | 2023-12-07 | 2024-01-09 | 江西云眼视界科技股份有限公司 | Intelligent device data acquisition system |
Also Published As
Publication number | Publication date |
---|---|
JP5479783B2 (en) | 2014-04-23 |
US8873081B2 (en) | 2014-10-28 |
JP2010283472A (en) | 2010-12-16 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US8873081B2 (en) | Image forming apparatus and image forming system | |
US20120013936A1 (en) | Device management system, device management apparatus, and device management method | |
US10333774B2 (en) | Image forming apparatus that cooperates with management server, method of controlling image forming apparatus, and storage medium | |
JP2013225287A (en) | Information processing system, information processor, information processing method and information processing program | |
US20100036796A1 (en) | Image forming apparatus, log storing method, and computer program product | |
US20140289798A1 (en) | Information processing apparatus, communication system, and computer-readable medium | |
US20140078542A1 (en) | Print control apparatus and print control method | |
US20090276847A1 (en) | Multi-Function Apparatus and Method of Restricting Use of Multi-Function Apparatus | |
US10073792B2 (en) | Device, system, and method for detecting, identifying, and communicating with a storage medium | |
US9350719B2 (en) | Device, information processing terminal, information processing system, display control method, and recording medium | |
JP6160753B2 (en) | Information processing system, information processing apparatus, information processing method, and information processing program | |
JP2012128703A (en) | Image processing apparatus, unauthorized utilization prevention method, unauthorized utilization prevention program and recording medium with the program recorded thereon | |
JP2006209504A (en) | Network compatible image forming system | |
JP2001309104A (en) | Status monitor | |
CN101582971B (en) | Application platform | |
US20110010718A1 (en) | Electronic device, information processing method, and computer program product having computer-readable information processing program | |
JP2012086448A (en) | Image forming apparatus, information processor, program for achieving information processor, and image forming system | |
US8988705B2 (en) | Image processing apparatus capable of controlling the execution of an image processing command transmitted from a client terminal | |
CN115016744A (en) | Image forming apparatus with a toner supply device | |
US20120127521A1 (en) | Image forming apparatus, image forming system, and image forming method in which image is formed with approval of management user | |
US10891096B2 (en) | Communication device, non-transitory computer-readable recording medium storing computer-readable instructions for communication device, and method performed by communication device | |
US10019210B2 (en) | Print system that reduces transmission failure of instruction execution type print job and recording medium | |
JP2009237675A (en) | Device | |
US20240053938A1 (en) | Information processing apparatus, non-transitory computer readable medium, and information processing system | |
US8619295B2 (en) | Computer readable medium having facsimile driver program facsimile system and computer executable method using the facsimile driver program |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AS | Assignment |
Owner name: KYOCERA MITA CORPORATION, JAPAN Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:YOSHIMURA, SACHIKO;REEL/FRAME:024226/0922 Effective date: 20100407 |
|
AS | Assignment |
Owner name: KYOCERA DOCUMENT SOLUTIONS INC., JAPAN Free format text: CHANGE OF NAME;ASSIGNOR:KYOCERA MITA CORPORATION;REEL/FRAME:028300/0279 Effective date: 20120401 |
|
STCF | Information on status: patent grant |
Free format text: PATENTED CASE |
|
FEPP | Fee payment procedure |
Free format text: PAYOR NUMBER ASSIGNED (ORIGINAL EVENT CODE: ASPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
MAFP | Maintenance fee payment |
Free format text: PAYMENT OF MAINTENANCE FEE, 4TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1551) Year of fee payment: 4 |
|
FEPP | Fee payment procedure |
Free format text: MAINTENANCE FEE REMINDER MAILED (ORIGINAL EVENT CODE: REM.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
LAPS | Lapse for failure to pay maintenance fees |
Free format text: PATENT EXPIRED FOR FAILURE TO PAY MAINTENANCE FEES (ORIGINAL EVENT CODE: EXP.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY |
|
STCH | Information on status: patent discontinuation |
Free format text: PATENT EXPIRED DUE TO NONPAYMENT OF MAINTENANCE FEES UNDER 37 CFR 1.362 |
|
FP | Lapsed due to failure to pay maintenance fee |
Effective date: 20221028 |