JP2016212854A - Information processor, information processing method and program - Google Patents

Information processor, information processing method and program Download PDF

Info

Publication number
JP2016212854A
JP2016212854A JP2016087486A JP2016087486A JP2016212854A JP 2016212854 A JP2016212854 A JP 2016212854A JP 2016087486 A JP2016087486 A JP 2016087486A JP 2016087486 A JP2016087486 A JP 2016087486A JP 2016212854 A JP2016212854 A JP 2016212854A
Authority
JP
Japan
Prior art keywords
instruction
information
screen
execution
application
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
Application number
JP2016087486A
Other languages
Japanese (ja)
Other versions
JP6750290B2 (en
Inventor
暁峰 韓
Akimine Kan
暁峰 韓
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.)
Ricoh Co Ltd
Original Assignee
Ricoh 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 Ricoh Co Ltd filed Critical Ricoh Co Ltd
Priority to US15/143,914 priority Critical patent/US9813570B2/en
Priority to CN201610298715.9A priority patent/CN106161837A/en
Publication of JP2016212854A publication Critical patent/JP2016212854A/en
Application granted granted Critical
Publication of JP6750290B2 publication Critical patent/JP6750290B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

PROBLEM TO BE SOLVED: To prevent the execution of an unauthorized instruction which is generated by pressing a link, a button or the like on a web page down.SOLUTION: An information processor 1 capable of connecting a server through a network includes an acquisition part 112, a first display control part 111, a storage part 113, and a permission control part 114. The acquisition part 112 acquires a first screen including an execution procedure of a first instruction from the server. The first display control part 111 performs control for displaying the first screen acquired by the acquisition part 112. The storage part 113 stores one or more pieces of instruction information showing information on an instruction to be permitted to be executed. The permission control part 114 does not permit executing the first instruction in the case that instruction information corresponding to the execution procedure of the first instruction selected from the first screen does not exist among the one or more pieces of instruction information stored in the storage part.SELECTED DRAWING: Figure 4

Description

本発明は、情報処理装置、情報処理方法およびプログラムに関する。   The present invention relates to an information processing apparatus, an information processing method, and a program.

従来、Webサーバが提供するWebページから、アプリケーションをダウンロードし、インストールする仕組みが知られている。   Conventionally, a mechanism for downloading and installing an application from a Web page provided by a Web server is known.

例えば特許文献1には、MFPが、ソフトウェアを配信する配信サーバと連動して、ソフトウェアをダウンロードし、インストールする構成が開示されている。   For example, Patent Document 1 discloses a configuration in which an MFP downloads and installs software in conjunction with a distribution server that distributes software.

従来の技術においては、例えばMFPなどの情報処理装置を使用するユーザが、Webサーバから提供されたWebページ上のリンクやボタンなどのUIを押下すると、該UIに貼り付けられていた命令が情報処理装置上で無条件に実行される。このため、例えばスパイウェアのような、インストールが許可されていないアプリケーションが無断で情報処理装置にインストールされている状況で、ユーザが、該アプリケーションに対する命令(例えば起動命令等)が貼り付けられたUI(Webページ上のUI)を押下してしまうと、許可されていない命令が実行されてしまうおそれがある。   In the prior art, when a user using an information processing apparatus such as an MFP presses a UI such as a link or button on a Web page provided from a Web server, the command pasted on the UI is displayed as information. It is unconditionally executed on the processing device. For this reason, in a situation where an application that is not permitted to be installed, such as spyware, is installed in the information processing device without permission, the user can attach a UI (for example, a startup instruction) to which the application is pasted. If the UI) on the Web page is pressed, an unauthorized command may be executed.

本発明は、上記に鑑みてなされたものであって、許可されていない命令の実行を防止できる情報処理装置、情報処理方法およびプログラムを提供することを目的とする。   The present invention has been made in view of the above, and an object thereof is to provide an information processing apparatus, an information processing method, and a program that can prevent execution of an unauthorized instruction.

上述した課題を解決し、目的を達成するために、本発明は、サーバとネットワークを介して接続可能な情報処理装置であって、前記サーバから第1の命令の実行手順を含む第1の画面を取得する取得部と、前記取得部により取得された前記第1の画面を表示する制御を行う第1の表示制御部と、実行が許可される命令に関する情報を示す1以上の命令情報を記憶する記憶部と、前記記憶部に記憶された1以上の前記命令情報の中に、前記第1の画面から選択された前記第1の命令の実行手順に対応する前記命令情報が存在しない場合は、前記第1の命令の実行を許可しない可否制御部と、を備える情報処理装置である。   In order to solve the above-described problems and achieve the object, the present invention provides an information processing apparatus that can be connected to a server via a network, and includes a first screen including a procedure for executing a first command from the server. A first display control unit that performs control to display the first screen acquired by the acquisition unit, and one or more pieces of instruction information indicating information related to instructions that are permitted to be executed And the instruction information corresponding to the execution procedure of the first instruction selected from the first screen is not present in the storage unit and the one or more instruction information stored in the storage unit. And an availability control unit that does not permit execution of the first instruction.

本発明によれば、許可されていない命令の実行を防止できる。   According to the present invention, it is possible to prevent execution of an unauthorized instruction.

図1は、情報処理システムの概略構成の一例を示す図である。FIG. 1 is a diagram illustrating an example of a schematic configuration of an information processing system. 図2は、MFPのハードウェア構成の一例を示す図である。FIG. 2 is a diagram illustrating an example of a hardware configuration of the MFP. 図3は、MFPのソフトウェア構成の一例を示す図である。FIG. 3 is a diagram illustrating an example of the software configuration of the MFP. 図4は、第1の実施形態のMFPが有する機能の一例を示す図である。FIG. 4 is a diagram illustrating an example of functions that the MFP according to the first embodiment has. 図5は、操作画面の一例を示す図である。FIG. 5 is a diagram illustrating an example of the operation screen. 図6は、アプリケーション一覧画面の一例を示す図である。FIG. 6 is a diagram illustrating an example of an application list screen. 図7は、URLスキームの一例を示す図である。FIG. 7 is a diagram illustrating an example of a URL scheme. 図8は、記憶部に記憶された正当スキームの一例を示す図である。FIG. 8 is a diagram illustrating an example of a valid scheme stored in the storage unit. 図9は、第2の画面の一例を示す図である。FIG. 9 is a diagram illustrating an example of the second screen. 図10は、アプリマーケットサーバのハードウェア構成の一例を示す図である。FIG. 10 is a diagram illustrating an example of a hardware configuration of the application market server. 図11は、アプリマーケットサーバが有する機能の一例を示す図である。FIG. 11 is a diagram illustrating an example of functions of the application market server. 図12は、アプリケーションサーバが有する機能の一例を示す図である。FIG. 12 is a diagram illustrating an example of functions of the application server. 図13は、Webサーバが有する機能の一例を示す図である。FIG. 13 is a diagram illustrating an example of functions that the Web server has. 図14は、第1の実施形態の情報処理システムの動作手順の一例を示すシーケンス図である。FIG. 14 is a sequence diagram illustrating an example of an operation procedure of the information processing system according to the first embodiment. 図15は、第1の実施形態の情報処理システムの動作手順の別の例を示すシーケンス図である。FIG. 15 is a sequence diagram illustrating another example of the operation procedure of the information processing system according to the first embodiment. 図16は、第1の実施形態のMFPの特徴を説明するための図である。FIG. 16 is a diagram for explaining the characteristics of the MFP according to the first embodiment. 図17は、第2の実施形態のMFPが有する機能の一例を示す図である。FIG. 17 is a diagram illustrating an example of functions that the MFP according to the second embodiment has. 図18は、第3の画面の一例を示す図である。FIG. 18 is a diagram illustrating an example of the third screen. 図19は、第2の実施形態のMFPの動作手順の一例を示すシーケンス図である。FIG. 19 is a sequence diagram illustrating an example of an operation procedure of the MFP according to the second embodiment.

以下、添付図面を参照しながら、本発明に係る情報処理装置、情報処理方法およびプログラムの実施形態を詳細に説明する。以下では、本発明に係る情報処理装置の一例として、画像形成装置の一態様である複合機(MFP:Multifunction Peripheral)を例に挙げて説明するが、これに限られるものではない。なお、複合機とは、コピー機能、スキャナ機能、プリンタ機能、ファクス機能などの複数の異なる機能を有する装置である。   Hereinafter, embodiments of an information processing apparatus, an information processing method, and a program according to the present invention will be described in detail with reference to the accompanying drawings. Hereinafter, as an example of the information processing apparatus according to the present invention, a multifunction peripheral (MFP) that is an aspect of the image forming apparatus will be described as an example. However, the present invention is not limited to this. Note that a multifunction peripheral is a device having a plurality of different functions such as a copy function, a scanner function, a printer function, and a fax function.

(第1の実施形態)
図1は、本実施形態の情報処理システム100の構成の一例を示す図である。図1に示すように、情報処理システム100は、MFP1と、アプリマーケットサーバ2と、アプリケーションサーバ3と、Webサーバ4とを備え、これらはネットワーク8を介して相互に接続される。
(First embodiment)
FIG. 1 is a diagram illustrating an example of a configuration of an information processing system 100 according to the present embodiment. As shown in FIG. 1, the information processing system 100 includes an MFP 1, an application market server 2, an application server 3, and a Web server 4, which are connected to each other via a network 8.

アプリマーケットサーバ2は、ネットワーク8を介してMFP1と接続可能な「サーバ」の一例であり、複数のアプリケーションごとに、当該アプリケーションをMFP1にインストールする命令が対応付けられたアプリケーション一覧画面を、MFP1に対して提供する。より具体的な内容については後述する。この例では、アプリマーケットサーバ2からアプリケーション一覧画面を取得してMFP1に表示する機能を提供するアプリケーション(以下、「アプリマーケットアプリ」と称する場合がある)、アプリケーション一覧画面に表示されたアプリケーションのうちユーザによって選択されたアプリケーションをMFP1にインストールする制御を行う機能を提供するアプリケーション(以下、「インストーラ(installer)」と称する場合がある)、後述の正当スキームを管理するアプリケーション(以下、「命令管理アプリケーション」と称する場合がある)が予めMFP1にインストールされている。なお、アプリマーケットアプリの機能は、Webブラウザの機能を提供するためのアプリケーションを利用して実現されるため、「ブラウザアプリ」と総称する場合がある。MFP1の具体的な内容については後述する。   The application market server 2 is an example of a “server” that can be connected to the MFP 1 via the network 8. An application list screen in which an instruction to install the application on the MFP 1 is associated with the MFP 1 is displayed on the MFP 1. Provide for. More specific contents will be described later. In this example, an application that provides a function of acquiring an application list screen from the application market server 2 and displaying it on the MFP 1 (hereinafter sometimes referred to as “app market application”), among the applications displayed on the application list screen An application that provides a function of performing control for installing an application selected by the user into the MFP 1 (hereinafter, sometimes referred to as “installer”), an application that manages a legitimate scheme described later (hereinafter, “command management application”). Is installed in the MFP 1 in advance. Note that the function of the application market application is realized by using an application for providing the function of the Web browser, and may be collectively referred to as “browser application”. Specific contents of the MFP 1 will be described later.

アプリケーションサーバ3は、アプリケーション一覧画面で表示されているアプリケーションを保持し、MFP1からの要求に応じて、アプリケーションを配信する。Webサーバ4は、MFP1からの要求に応じて、Webページを提供する。このWebページは、特定のアプリケーションに対する命令が貼り付けられているUI(リンクやボタン等)を表示する。これらの具体的な内容については後述する。   The application server 3 holds the applications displayed on the application list screen and distributes the applications in response to a request from the MFP 1. The Web server 4 provides a Web page in response to a request from the MFP 1. This Web page displays a UI (link, button, etc.) on which an instruction for a specific application is pasted. Details of these will be described later.

次に、図2を用いて、MFP1のハードウェア構成について説明する。図2に示すように、MFP1は、コピー機能、スキャナ機能、ファクス機能、プリンタ機能などの各種の機能を実現可能な本体10と、ユーザの操作を受け付ける操作部20とを備える。なお、ユーザの操作を受け付けるとは、ユーザの操作に応じて入力される情報(画面の座標値を示す信号等を含む)を受け付けることを含む概念である。本体10と操作部20は、専用の通信路30を介して相互に通信可能に接続されている。通信路30は、例えばUSB(Universal Serial Bus)規格のものを用いることもできるが、有線か無線かを問わず任意の規格のものであってよい。   Next, the hardware configuration of the MFP 1 will be described with reference to FIG. As illustrated in FIG. 2, the MFP 1 includes a main body 10 capable of realizing various functions such as a copy function, a scanner function, a fax function, and a printer function, and an operation unit 20 that receives a user operation. Note that accepting a user operation is a concept including accepting information (including a signal indicating a coordinate value of a screen) input according to the user operation. The main body 10 and the operation unit 20 are connected via a dedicated communication path 30 so that they can communicate with each other. The communication path 30 may be, for example, a USB (Universal Serial Bus) standard, but may be of any standard regardless of wired or wireless.

なお、本体10は、操作部20で受け付けた操作に応じた動作を行うことができる。また、本体10は、クライアントPC(パーソナルコンピュータ)等の外部装置とも通信可能であり、外部装置から受信した指示に応じた動作を行うこともできる。   The main body 10 can perform an operation corresponding to the operation received by the operation unit 20. The main body 10 can also communicate with an external device such as a client PC (personal computer), and can also perform an operation according to an instruction received from the external device.

まず、本体10のハードウェア構成について説明する。図2に示すように、本体10は、CPU11と、ROM12と、RAM13と、HDD(ハードディスクドライブ)14と、通信I/F(インタフェース)15と、接続I/F16と、エンジン部17とを備え、これらがシステムバス18を介して相互に接続されている。   First, the hardware configuration of the main body 10 will be described. As shown in FIG. 2, the main body 10 includes a CPU 11, a ROM 12, a RAM 13, an HDD (hard disk drive) 14, a communication I / F (interface) 15, a connection I / F 16, and an engine unit 17. These are connected to each other via a system bus 18.

CPU11は、本体10の動作を統括的に制御する。CPU11は、RAM13をワークエリア(作業領域)としてROM12またはHDD14等に格納されたプログラムを実行することで、本体10全体の動作を制御し、上述したコピー機能、スキャナ機能、ファクス機能、プリンタ機能などの各種機能を実現する。   The CPU 11 comprehensively controls the operation of the main body 10. The CPU 11 controls the overall operation of the main body 10 by executing a program stored in the ROM 12 or the HDD 14 or the like using the RAM 13 as a work area (work area), and the above-described copy function, scanner function, fax function, printer function, etc. Implement various functions.

通信I/F15は、ネットワーク8と接続するためのインタフェースである。接続I/F16は、通信路30を介して操作部20と通信するためのインタフェースである。   The communication I / F 15 is an interface for connecting to the network 8. The connection I / F 16 is an interface for communicating with the operation unit 20 via the communication path 30.

エンジン部17は、コピー機能、スキャナ機能、ファクス機能、および、プリンタ機能を実現させるための、汎用的な情報処理及び通信以外の処理を行うハードウェアである。例えば、原稿の画像をスキャンして読み取るスキャナ(画像読取部)、用紙等のシート材への印刷を行うプロッタ(画像形成部)、ファクス通信を行うファクス部などを備えている。更に、印刷済みシート材を仕分けるフィニッシャや、原稿を自動給送するADF(自動原稿給送装置)のような特定のオプションを備えることもできる。   The engine unit 17 is hardware that performs processing other than general-purpose information processing and communication for realizing a copy function, a scanner function, a fax function, and a printer function. For example, a scanner (image reading unit) that scans and reads an image of a document, a plotter (image forming unit) that performs printing on a sheet material such as paper, and a fax unit that performs fax communication are provided. Further, a specific option such as a finisher for sorting printed sheet materials or an ADF (automatic document feeder) for automatically feeding a document can be provided.

次に、操作部20のハードウェア構成について説明する。図2に示すように、操作部20は、CPU21と、ROM22と、RAM23と、フラッシュメモリ24と、通信I/F25と、接続I/F26と、操作パネル27とを備え、これらがシステムバス28を介して相互に接続されている。   Next, the hardware configuration of the operation unit 20 will be described. As shown in FIG. 2, the operation unit 20 includes a CPU 21, a ROM 22, a RAM 23, a flash memory 24, a communication I / F 25, a connection I / F 26, and an operation panel 27, which are a system bus 28. Are connected to each other.

CPU21は、操作部20の動作を統括的に制御する。CPU21は、RAM23をワークエリア(作業領域)としてROM22またはフラッシュメモリ24等に格納されたプログラムを実行することで、操作部20全体の動作を制御し、ユーザから受け付けた入力に応じた情報(画像)の表示などの後述する各種機能を実現する。   The CPU 21 comprehensively controls the operation of the operation unit 20. The CPU 21 uses the RAM 23 as a work area (work area) and executes a program stored in the ROM 22 or the flash memory 24 to control the operation of the entire operation unit 20 and information (image) according to the input received from the user. Various functions described later such as display of) are realized.

通信I/F25は、ネットワーク8と接続するためのインタフェースである。接続I/F26は、通信路30を介して本体10と通信するためのインタフェースである。   The communication I / F 25 is an interface for connecting to the network 8. The connection I / F 26 is an interface for communicating with the main body 10 via the communication path 30.

操作パネル27は、ユーザの操作に応じた各種の入力を受け付けるとともに、各種の情報(例えば受け付けた操作に応じた情報、MFP1の動作状況を示す情報、設定状態などを示す情報など)を表示する。この例では、操作パネル27は、タッチパネル機能を搭載した液晶表示装置(LCD)で構成されるが、これに限られるものではない。例えばタッチパネル機能が搭載された有機EL表示装置で構成されてもよい。さらに、これに加えて又はこれに代えて、ハードウェアキー等の操作部やランプ等の表示部を設けることもできる。   Operation panel 27 accepts various inputs in accordance with user operations and displays various types of information (for example, information in accordance with accepted operations, information indicating the operation status of MFP 1, information indicating setting status, etc.). . In this example, the operation panel 27 is configured by a liquid crystal display device (LCD) having a touch panel function, but is not limited thereto. For example, an organic EL display device equipped with a touch panel function may be used. Further, in addition to or instead of this, an operation unit such as a hardware key and a display unit such as a lamp may be provided.

次に、MFP1のソフトウェア構成について説明する。図3は、MFP1のソフトウェア構成の一例を示す模式図である。図3に示すように、本体10は、アプリ層101と、サービス層102と、OS層103とを有する。アプリ層101、サービス層102、および、OS層103の実体は、ROM12やHDD14等に格納されている各種ソフトウェアである。CPU11が、これらのソフトウェアを実行することにより、各種の機能が提供される。   Next, the software configuration of the MFP 1 will be described. FIG. 3 is a schematic diagram illustrating an example of the software configuration of the MFP 1. As illustrated in FIG. 3, the main body 10 includes an application layer 101, a service layer 102, and an OS layer 103. The entities of the application layer 101, the service layer 102, and the OS layer 103 are various software stored in the ROM 12, the HDD 14, and the like. Various functions are provided by the CPU 11 executing these software.

アプリ層101のソフトウェアは、ハードウェア資源を動作させて所定の機能を提供するためのアプリケーションソフトウェア(以下の説明では、単に「アプリ」と称する場合がある)である。例えばアプリとしては、コピー機能を提供するためのコピーアプリ、スキャナ機能を提供するためのスキャナアプリ、ファクス機能を提供するためのファクスアプリ、プリンタ機能を提供するためのプリンタアプリなどが挙げられる。   The software of the application layer 101 is application software for operating a hardware resource to provide a predetermined function (in the following description, it may be simply referred to as “application”). For example, examples of the application include a copy application for providing a copy function, a scanner application for providing a scanner function, a fax application for providing a fax function, a printer application for providing a printer function, and the like.

サービス層102のソフトウェアは、アプリ層101とOS層103との間に介在し、アプリに対し、本体10が備えるハードウェア資源を利用するためのインタフェースを提供するためのソフトウェアである。より具体的には、ハードウェア資源に対する動作要求の受付、動作要求の調停を行う機能を提供するためのソフトウェアである。サービス層102が受け付ける動作要求としては、スキャナによる読み取りやプロッタによる印刷等の要求が考えられる。   The software of the service layer 102 is software that is interposed between the application layer 101 and the OS layer 103 and provides an interface for using hardware resources included in the main body 10 for the application. More specifically, it is software for providing a function of accepting an operation request for a hardware resource and arbitrating the operation request. As an operation request received by the service layer 102, a request such as reading by a scanner or printing by a plotter can be considered.

なお、サービス層102によるインタフェースの機能は、本体10のアプリ層101だけではなく、操作部20のアプリ層201に対しても提供される。すなわち、操作部20のアプリ層201(アプリ)も、サービス層102のインタフェース機能を介して、本体10のハードウェア資源(例えばエンジン部17)を利用した機能を実現することができる。例えばサービス層102のインタフェース機能は、WebAPIで提供される。   Note that the interface function by the service layer 102 is provided not only to the application layer 101 of the main body 10 but also to the application layer 201 of the operation unit 20. That is, the application layer 201 (application) of the operation unit 20 can also realize a function using hardware resources (for example, the engine unit 17) of the main body 10 via the interface function of the service layer 102. For example, the interface function of the service layer 102 is provided by WebAPI.

OS層103のソフトウェアは、本体10が備えるハードウェアを制御する基本機能を提供するための基本ソフトウェア(オペレーティングシステム(OS))である。サービス層102のソフトウェアは、各種アプリからのハードウェア資源の利用要求を、OS層103が解釈可能なコマンドに変換してOS層103に渡す。そして、OS層103のソフトウェアによりコマンドが実行されることで、ハードウェア資源は、アプリの要求に従った動作を行う。   The software of the OS layer 103 is basic software (operating system (OS)) for providing a basic function for controlling hardware included in the main body 10. The software of the service layer 102 converts a hardware resource use request from various applications into a command interpretable by the OS layer 103 and passes the command to the OS layer 103. Then, when the command is executed by the software of the OS layer 103, the hardware resource performs an operation according to the request of the application.

同様に、操作部20は、アプリ層201と、サービス層202と、OS層203とを有する。操作部20が備えるアプリ層201、サービス層202及びOS層203も、階層構造については本体10側と同様である。ただし、アプリ層201のアプリにより提供される機能や、サービス層202が受け付け可能な動作要求の種類は、本体10側とは異なる。アプリ層201のアプリは、操作部20が備えるハードウェア資源を動作させて所定の機能を提供するためのソフトウェアであってもよいが、主として本体10が備える機能(コピー機能、スキャナ機能、ファクス機能、プリンタ機能)に関する操作や表示を行うためのUI(ユーザインタフェース)の機能を提供するためのソフトウェアである。この例では、アプリ層201には、ブラウザアプリ(アプリマーケットアプリ)などが存在し、サービス層202には、インストーラ、命令管理アプリケーションなどが存在する。   Similarly, the operation unit 20 includes an application layer 201, a service layer 202, and an OS layer 203. The application layer 201, the service layer 202, and the OS layer 203 included in the operation unit 20 have the same hierarchical structure as that of the main body 10 side. However, the functions provided by the applications in the application layer 201 and the types of operation requests that can be accepted by the service layer 202 are different from those on the main body 10 side. The application in the application layer 201 may be software for operating a hardware resource included in the operation unit 20 to provide a predetermined function, but mainly includes functions (copy function, scanner function, fax function) included in the main body 10. , A printer function) software for providing a UI (user interface) function for performing operations and display. In this example, the application layer 201 includes a browser application (application market application), and the service layer 202 includes an installer, an instruction management application, and the like.

なお、本実施形態では、機能の独立性を保つために、本体10側のOS層103のソフトウェアと操作部20側のOS層203のソフトウェアが互いに異なる。つまり、本体10と操作部20は、別々のオペレーティングシステムで互いに独立して動作する。例えば本体10側のOS層103のソフトウェアとしてLinux(登録商標)を用い、操作部20側のOS層203のソフトウェアとしてAndroid(登録商標)を用いることも可能である。   In this embodiment, the software of the OS layer 103 on the main body 10 side and the software of the OS layer 203 on the operation unit 20 side are different from each other in order to maintain the independence of functions. That is, the main body 10 and the operation unit 20 operate independently of each other with different operating systems. For example, Linux (registered trademark) can be used as software for the OS layer 103 on the main body 10 side, and Android (registered trademark) can be used as software on the OS layer 203 on the operation unit 20 side.

以上のように、本実施形態のMFP1において、本体10と操作部20は別々のオペレーティングシステムで動作するため、本体10と操作部20との間の通信は、共通の装置内のプロセス間通信ではなく、異なる装置間の通信として行われる。操作部20が受け付けた情報(ユーザからの指示内容)を本体10へ伝達する動作(コマンド通信)や、本体10が操作部20へイベントを通知する動作などがこれに該当する。ここでは、操作部20が本体10へコマンド通信を行うことにより、本体10の機能を使用することができる。また、本体10から操作部20に通知するイベントには、本体10における動作の実行状況、本体10側で設定された内容などが挙げられる。   As described above, in the MFP 1 of the present embodiment, the main body 10 and the operation unit 20 operate on different operating systems. Therefore, communication between the main body 10 and the operation unit 20 is communication between processes in a common apparatus. Rather, it is performed as communication between different devices. An operation (command communication) for transmitting information (instruction content from the user) received by the operation unit 20 to the main body 10, an operation for the main body 10 notifying the operation unit 20 of an event, and the like correspond to this. Here, the function of the main body 10 can be used when the operation unit 20 performs command communication with the main body 10. The event notified from the main body 10 to the operation unit 20 includes the execution status of the operation in the main body 10 and the contents set on the main body 10 side.

また、本実施形態では、操作部20に対する電力供給は、本体10から通信路30を経由して行われているので、操作部20の電源制御を、本体10の電源制御とは別に(独立して)行うことができる。   In the present embodiment, since the power supply to the operation unit 20 is performed from the main body 10 via the communication path 30, the power control of the operation unit 20 is performed separately from the power control of the main body 10 (independently). Can do).

次に、MFP1が有する機能について説明する。図4は、MFP1が有する機能の一例を示す図である。図4に示すように、MFP1は、表示制御部111と、取得部112と、記憶部113と、可否制御部114と、実行制御部115とを有する。説明の便宜上、図4では、本発明に係る機能を主に例示しているが、MFP1が有する機能は、これらに限られるものではない。   Next, functions of the MFP 1 will be described. FIG. 4 is a diagram illustrating an example of functions that the MFP 1 has. As illustrated in FIG. 4, the MFP 1 includes a display control unit 111, an acquisition unit 112, a storage unit 113, an availability control unit 114, and an execution control unit 115. For convenience of explanation, FIG. 4 mainly illustrates functions according to the present invention, but the functions of the MFP 1 are not limited to these.

表示制御部111は、画面を操作パネル27に表示する制御を行う。例えば表示制御部111は、各種の操作を行うための操作画面を操作パネル27に表示する制御を行う。図5は、操作画面の一例を示す図であり、操作画面には、アプリマーケットアプリを起動するためのアイコン5が表示されている。また、表示制御部111は、後述の取得部112により取得された第1の画面を表示する制御を行う機能(第1の表示制御部の機能)を有している。また、表示制御部111は、後述の可否制御部114が第1の命令の実行を許可しない場合、第1の命令を実行することができないことを示す第2の画面を表示する制御を行う機能(第2の表示制御部の機能)を有している。詳しくは後述する。   The display control unit 111 performs control to display a screen on the operation panel 27. For example, the display control unit 111 performs control to display an operation screen for performing various operations on the operation panel 27. FIG. 5 is a diagram illustrating an example of the operation screen, and an icon 5 for starting the application market application is displayed on the operation screen. In addition, the display control unit 111 has a function of performing control to display a first screen acquired by the acquisition unit 112 described later (function of the first display control unit). Further, the display control unit 111 performs a control to display a second screen indicating that the first command cannot be executed when the later-described availability control unit 114 does not permit the execution of the first command. (Function of the second display control unit). Details will be described later.

図4の説明を続ける。取得部112は、アプリマーケットサーバ2から、第1の命令の実行手順を含む第1の画面を取得する。この例では、第1の命令の実行手順は、URL(Uniform Resource Locator)スキームで表され、取得部112は、複数のアプリケーションごとに、インストール命令の実行手順を記述したURLスキームが対応付けられたアプリケーション一覧画面をアプリマーケットサーバ2から取得することもできるし、所定の命令の実行手順を記述したURLスキームが貼り付けられたUI(リンクやボタンなど)が表示されたWebページ(説明の便宜上、以下では「Web画面」と称する場合がある)をWebサーバ4から取得することもできる。この例では、アプリケーション一覧画面やWeb画面が、請求項の「第1の画面」に対応している。   The description of FIG. 4 is continued. The acquisition unit 112 acquires a first screen including an execution procedure of the first command from the application market server 2. In this example, the execution procedure of the first command is represented by a URL (Uniform Resource Locator) scheme, and the acquisition unit 112 is associated with a URL scheme that describes the execution procedure of the installation command for each of a plurality of applications. An application list screen can be acquired from the application market server 2, or a web page (a link or a button) on which a URL scheme describing a procedure for executing a predetermined command is pasted (for convenience of explanation, for example) Hereinafter, it may be referred to as a “Web screen”) from the Web server 4. In this example, the application list screen and the Web screen correspond to the “first screen” in the claims.

本実施形態では、ユーザがアイコン5をタッチすると、ブラウザアプリ(取得部112)は、アプリマーケットサーバ2に対して、アプリケーション一覧画面を要求する信号(以下、「アプリケーション一覧画面リクエスト」と称する場合がある)を送信する。そして、その応答として、アプリマーケットサーバ2からアプリケーション一覧画面を取得する。また、本実施形態では、ユーザが、操作画面上でWebサーバ4のURLを入力する操作を行うと、ブラウザアプリ(取得部112)は、Webサーバ4に対して、Web画面を要求する信号(以下、「Webリクエスト」と称する場合がある)を送信する。そして、その応答として、Webサーバ4からWeb画面を取得する。   In the present embodiment, when the user touches the icon 5, the browser application (acquisition unit 112) may request the application market server 2 for an application list screen (hereinafter referred to as “application list screen request”). Send). And as a response, an application list screen is acquired from the application market server 2. In the present embodiment, when the user performs an operation of inputting the URL of the Web server 4 on the operation screen, the browser application (acquiring unit 112) requests the Web server 4 to request a Web screen ( Hereinafter, it may be referred to as a “Web request”). And as a response, a Web screen is acquired from the Web server 4.

ここでは、第1の画面の一例として、アプリケーション一覧画面を例に挙げて説明する。図6は、アプリケーション一覧画面の一例を示す図である。図6の例では、アプリケーション一覧画面は、複数のアプリケーションごとに、当該アプリケーションの内容を説明する説明情報と、当該アプリケーションのインストールを指示するためのボタン6(以下、「インストールボタン6」と称する)とが表示される。この例では、インストール命令の実行手順を記述したURLスキームが、当該アプリケーションに対応するインストールボタン6に貼り付けられている。この例では、インストールボタン6の押下は、当該インストールボタン6に貼り付けられたURLスキームの選択を意味する。ここでは、第1の命令の実行手順の一例として、インストール命令の実行手順を例に挙げて説明する。また、ここでは、インストール命令の実行手順は、URLスキームで表されている。URLスキームのヘッダ部分は、命令を実行するアプリケーションを識別するための情報、または、命令の実行手順を識別(命令の実行手順の種類を識別)するための情報を表す。   Here, an application list screen will be described as an example of the first screen. FIG. 6 is a diagram illustrating an example of an application list screen. In the example of FIG. 6, the application list screen includes, for each of a plurality of applications, explanation information that explains the contents of the application and a button 6 for instructing installation of the application (hereinafter referred to as “install button 6”). Is displayed. In this example, the URL scheme describing the execution procedure of the installation instruction is pasted on the installation button 6 corresponding to the application. In this example, pressing the install button 6 means selection of a URL scheme pasted on the install button 6. Here, as an example of the execution procedure of the first instruction, an execution procedure of the installation instruction will be described as an example. Here, the execution procedure of the installation command is represented by a URL scheme. The header portion of the URL scheme represents information for identifying an application that executes an instruction or information for identifying an instruction execution procedure (identifying the type of instruction execution procedure).

図7は、「49354」というID(アプリID)で識別されるアプリケーションに対応するインストールボタン6に貼り付けられたURLスキームの一例を示す図である。図7における「installer」の部分は、URLスキームのヘッダ部分である。以下では、URLスキームのヘッダ部分を「スキーム部分」と称する場合がある。図7の例では、「installer」というスキーム部分は、インストール命令を実行するアプリケーションを識別するための情報を表し、この例ではMFP1に搭載されたインストーラを表している。また、図7における「installApp?id=49354」のうち「installApp」の部分はインストール命令であり、そのインストール命令の引数が「id=49354」である。これは、「49354」というidで識別されるアプリケーションのインストール命令を表している。つまり、命令の具体的な内容を表す部分である。   FIG. 7 is a diagram illustrating an example of the URL scheme pasted on the install button 6 corresponding to the application identified by the ID (application ID) “49354”. The “installer” part in FIG. 7 is the header part of the URL scheme. Hereinafter, the header part of the URL scheme may be referred to as a “scheme part”. In the example of FIG. 7, the scheme portion “installer” represents information for identifying an application that executes an installation instruction, and in this example represents an installer installed in the MFP 1. In FIG. 7, the “installApp” portion of “installApp? Id = 49354” is an install command, and the argument of the install command is “id = 49354”. This represents an installation instruction for the application identified by the id “49354”. That is, it is a part representing the specific contents of the instruction.

すなわち、図7に示すURLスキームは、インストール命令の実行手順をURL形式で記述した情報であり、このURLスキームが選択されると、インストーラが起動し、起動したインストーラが、「49354」というidで識別されるアプリケーションをインストールする命令を実行することになる。   That is, the URL scheme shown in FIG. 7 is information describing the execution procedure of the installation instruction in the URL format. When this URL scheme is selected, the installer is activated, and the activated installer has an id of “49354”. An instruction to install the identified application will be executed.

図4の説明を続ける。表示制御部111は、取得部112により取得された第1の画面を表示する制御を行う。本実施形態では、表示制御部111は、取得部112により取得されたアプリケーション一覧画面やWeb画面を操作パネル27に表示する制御を行う。   The description of FIG. 4 is continued. The display control unit 111 performs control to display the first screen acquired by the acquisition unit 112. In the present embodiment, the display control unit 111 performs control to display the application list screen and Web screen acquired by the acquisition unit 112 on the operation panel 27.

記憶部113は、実行が許可される命令に関する情報を示す1以上の命令情報を記憶する。この例では、命令情報は、実行が許可される命令の実行手順を識別するための情報、または、実行が許可される命令を実行するアプリケーションを識別するための情報であり、記憶部113は、実行が許可される命令の実行手順を表すURLスキームのスキーム部分(ヘッダ部分)を命令情報(以下の説明では「正当スキーム」と称する)として記憶する。つまり、この例では、上記命令情報(正当スキーム)は、URLスキームのヘッダ部分の情報で表される。図8は、記憶部113に記憶された正当スキームの一例を示す図である。図8に示す「http」という正当スキームは、Webを経由してアクセスする命令(Webアクセス命令)の実行手順を識別する汎用スキームである。また、図8に示す「https」という正当スキームは、SSL/TLSで暗号化されたWebアクセス命令の実行手順を識別する汎用スキームである。また、図8に示す「file」という正当スキームは、ローカルファイルにアクセスする命令の実行手順を識別する汎用スキームである。また、図8に示す「about」という正当スキームは、ページや設定の詳細を表示する命令の実行手順を識別する汎用スキームである。また、図8に示す「ftp」という正当スキームは、FTPでファイルを送受信する命令の実行手順を識別する汎用スキームである。さらに、図8に示す「installer」という正当スキームは、アプリケーションをインストールする命令を実行するアプリケーションを識別し、かつユーザによって定義されるカスタムスキームである。なお、記憶部113に記憶される正当スキームの数や種類は任意に変更可能である。   The storage unit 113 stores one or more pieces of instruction information indicating information related to instructions that are allowed to be executed. In this example, the instruction information is information for identifying an execution procedure of an instruction that is permitted to be executed, or information for identifying an application that executes an instruction that is permitted to be executed. A scheme part (header part) of a URL scheme representing an execution procedure of an instruction that is permitted to be executed is stored as instruction information (hereinafter referred to as “legitimate scheme”). That is, in this example, the command information (legitimate scheme) is represented by information of the header portion of the URL scheme. FIG. 8 is a diagram illustrating an example of a valid scheme stored in the storage unit 113. The legitimate scheme “http” shown in FIG. 8 is a general-purpose scheme for identifying the execution procedure of a command (Web access command) accessed via the Web. Further, the legitimate scheme “https” shown in FIG. 8 is a general-purpose scheme for identifying the execution procedure of the Web access instruction encrypted by SSL / TLS. Further, the legal scheme “file” shown in FIG. 8 is a general-purpose scheme for identifying the execution procedure of an instruction for accessing a local file. Further, the legal scheme “about” shown in FIG. 8 is a general-purpose scheme for identifying the execution procedure of an instruction for displaying details of pages and settings. Further, the legitimate scheme “ftp” shown in FIG. 8 is a general-purpose scheme for identifying the execution procedure of an instruction for transmitting and receiving a file by FTP. Furthermore, the legitimate scheme “installer” shown in FIG. 8 is a custom scheme that identifies the application that executes the instruction to install the application and is defined by the user. Note that the number and type of legitimate schemes stored in the storage unit 113 can be arbitrarily changed.

図4の説明を続ける。可否制御部114は、記憶部113に記憶された1以上の正当スキームの中に、第1の画面(この例ではアプリケーション一覧画面またはWeb画面)から選択された第1の命令の実行手順に対応する正当スキームが存在しない場合は、第1の命令の実行を許可しない。本実施形態では、可否制御部114は、記憶部113に記憶された1以上の正当スキームの中に、第1の画面(アプリケーション一覧画面、Web画面)から選択されたURLスキームのスキーム部分(ヘッダ部分)と一致する正当スキームが存在しない場合は、第1の画面から選択されたURLスキームで実行手順が示される命令の実行を許可しない。   The description of FIG. 4 is continued. The availability control unit 114 corresponds to the execution procedure of the first instruction selected from the first screen (in this example, the application list screen or the Web screen) in one or more legitimate schemes stored in the storage unit 113. If there is no valid scheme to execute, the execution of the first instruction is not permitted. In the present embodiment, the availability control unit 114 includes a scheme part (header) of the URL scheme selected from the first screen (application list screen, Web screen) among one or more legitimate schemes stored in the storage unit 113. If there is no legitimate scheme that matches (part), execution of an instruction whose execution procedure is indicated by the URL scheme selected from the first screen is not permitted.

一方、可否制御部114は、記憶部113に記憶された1以上の正当スキームの中に、第1の画面から選択された第1の命令の実行手順に対応する正当スキームが存在する場合は、第1の命令の実行を許可する。より具体的な内容については後述する。   On the other hand, in the case where there is a valid scheme corresponding to the execution procedure of the first instruction selected from the first screen among the one or more valid schemes stored in the storage unit 113, the availability control unit 114 The execution of the first instruction is permitted. More specific contents will be described later.

表示制御部111は、可否制御部114が第1の命令の実行を許可しない場合、第1の命令を実行することができないことを示す第2の画面を表示する制御を行う。図9は、第2の画面の一例を示す図である。表示制御部111は、可否制御部114が第1の命令の実行を許可しない場合、図9に示すような第2の画面を操作パネル27に表示する制御を行う。   The display control unit 111 performs control to display a second screen indicating that the first command cannot be executed when the availability control unit 114 does not permit execution of the first command. FIG. 9 is a diagram illustrating an example of the second screen. When the availability control unit 114 does not permit execution of the first command, the display control unit 111 performs control to display a second screen as illustrated in FIG. 9 on the operation panel 27.

図4の説明を続ける。実行制御部115は、可否制御部114が、第1の命令の実行を許可した場合、第1の命令を実行する制御を行う。より具体的な内容については後述するが、例えば第1の命令がインストール命令である場合、実行制御部115は、可否制御部114がインストール命令の実行を許可した場合、該インストール命令を実行する制御を行う。   The description of FIG. 4 is continued. The execution control unit 115 performs control to execute the first instruction when the availability control unit 114 permits execution of the first instruction. Although more specific contents will be described later, for example, when the first instruction is an installation instruction, the execution control unit 115 performs control to execute the installation instruction when the availability control unit 114 permits the execution of the installation instruction. I do.

この例では、以上に説明した表示制御部111、取得部112、記憶部113、可否制御部114、および、実行制御部115の機能は、操作部20により提供される。表示制御部111、取得部112、可否制御部114、および、実行制御部115の機能は、CPU21がROM22等に格納されたプログラムを実行することにより実現されるが、これに限らず、例えば表示制御部111、取得部112、可否制御部114、および、実行制御部115の機能のうちの少なくとも一部が専用のハードウェア回路で実現されてもよい。また、記憶部113は、フラッシュメモリ24などで実現可能である。また、上述の取得部112が有する機能のうち、アプリケーション一覧画面リクエストをアプリマーケットサーバ2へ送信する機能やアプリケーション一覧画面をアプリマーケットサーバ2から取得(受信)する機能は、プログラムを実行するCPU21と通信I/F25との組み合わせにより実現されると考えてよい。例えばアプリケーション一覧画面リクエストをアプリマーケットサーバ2へ送信する場合は、CPU21は、アプリケーション一覧画面リクエストをアプリマーケットサーバ2へ送信するよう、通信I/F25を制御する。また、例えばアプリケーション一覧画面をアプリマーケットサーバ2から受信する場合は、通信I/F25がアプリマーケットサーバ2からアプリケーション一覧画面を受信する。そして、通信I/F25は、アプリマーケットサーバ2から受信したアプリケーション一覧画面をCPU21へ通知する。これにより、CPU21は、アプリケーション一覧画面の受信を検知することができる。   In this example, the functions of the display control unit 111, the acquisition unit 112, the storage unit 113, the availability control unit 114, and the execution control unit 115 described above are provided by the operation unit 20. The functions of the display control unit 111, the acquisition unit 112, the availability control unit 114, and the execution control unit 115 are realized by the CPU 21 executing a program stored in the ROM 22 or the like. At least some of the functions of the control unit 111, the acquisition unit 112, the availability control unit 114, and the execution control unit 115 may be realized by a dedicated hardware circuit. The storage unit 113 can be realized by the flash memory 24 or the like. Among the functions of the acquisition unit 112 described above, the function of transmitting an application list screen request to the app market server 2 and the function of acquiring (receiving) the application list screen from the app market server 2 include the CPU 21 that executes the program. It may be considered that it is realized by a combination with the communication I / F 25. For example, when transmitting an application list screen request to the app market server 2, the CPU 21 controls the communication I / F 25 to transmit the application list screen request to the app market server 2. For example, when the application list screen is received from the application market server 2, the communication I / F 25 receives the application list screen from the application market server 2. Then, the communication I / F 25 notifies the CPU 21 of the application list screen received from the application market server 2. Thereby, CPU21 can detect reception of an application list screen.

次に、アプリマーケットサーバ2、アプリケーションサーバ3、Webサーバ4の構成を説明する。図10は、アプリマーケットサーバ2のハードウェア構成の一例を示す図である。なお、アプリケーションサーバ3、Webサーバ4のハードウェア構成も図10の構成と同様である。   Next, the configuration of the application market server 2, the application server 3, and the Web server 4 will be described. FIG. 10 is a diagram illustrating an example of a hardware configuration of the application market server 2. The hardware configurations of the application server 3 and the Web server 4 are the same as those in FIG.

図10に示すように、アプリマーケットサーバ2は、CPU301と、ROM302と、RAM303と、通信I/F304と、入力装置305と、表示装置306とを備える。CPU301は、アプリマーケットサーバ2の動作を統括的に制御する。ROM302は、プログラム等の各種のデータを記憶する不揮発性のメモリである。RAM303は、CPU301が実行する各種の処理の作業領域(ワークエリア)として機能する揮発性のメモリである。通信I/F304は、ネットワーク8と接続するためのインタフェースである。入力装置305は、ユーザによる操作の入力に用いられるデバイスであり、例えばマウスやキーボードなどで構成される。表示装置306は各種の情報を表示するデバイスであり、例えば液晶型ディスプレイ装置などで構成される。   As shown in FIG. 10, the application market server 2 includes a CPU 301, a ROM 302, a RAM 303, a communication I / F 304, an input device 305, and a display device 306. The CPU 301 comprehensively controls the operation of the application market server 2. The ROM 302 is a non-volatile memory that stores various data such as programs. A RAM 303 is a volatile memory that functions as a work area (work area) for various processes executed by the CPU 301. The communication I / F 304 is an interface for connecting to the network 8. The input device 305 is a device that is used for input of an operation by a user, and includes, for example, a mouse or a keyboard. The display device 306 is a device that displays various types of information, and includes, for example, a liquid crystal display device.

図11は、アプリマーケットサーバ2が有する機能の一例を示す図である。図11に示すように、アプリマーケットサーバ2は、アプリケーション一覧画面保持部211と、アプリケーション一覧画面送信部212とを有する。説明の便宜上、図11では、本発明に係る機能を主に例示しているが、アプリマーケットサーバ2が有する機能は、これらに限られるものではない。   FIG. 11 is a diagram illustrating an example of functions that the application market server 2 has. As illustrated in FIG. 11, the application market server 2 includes an application list screen holding unit 211 and an application list screen transmission unit 212. For convenience of explanation, FIG. 11 mainly illustrates the functions according to the present invention, but the functions of the app market server 2 are not limited to these.

アプリケーション一覧画面保持部211は、上述のアプリケーション一覧画面を保持する。アプリケーション一覧画面送信部212は、MFP1から上述のアプリケーション一覧画面リクエストを受信すると、その応答として、アプリケーション一覧画面保持部211に保持されているアプリケーション一覧画面をMFP1に送信する。   The application list screen holding unit 211 holds the above-described application list screen. When receiving the above-described application list screen request from MFP 1, application list screen transmitting unit 212 transmits the application list screen held in application list screen holding unit 211 to MFP 1 as a response.

本実施形態では、上述のアプリケーション一覧画面送信部212の機能は、CPU301がROM302等に格納されたプログラムを実行することにより実現されるが、これに限らず、例えば専用のハードウェア回路(半導体集積回路等)により実現されてもよい。また、上述のアプリケーション一覧画面保持部211は、例えばHDDなどの補助記憶装置等により実現されてもよい。なお、ここでは、アプリケーション一覧画面送信部212の機能は、プログラムを実行するCPU301と通信I/F304との組み合わせにより実現されると考えてもよい。   In the present embodiment, the function of the application list screen transmission unit 212 described above is realized by the CPU 301 executing a program stored in the ROM 302 or the like. However, the present invention is not limited to this. For example, a dedicated hardware circuit (semiconductor integrated circuit) Circuit) or the like. Further, the above-described application list screen holding unit 211 may be realized by an auxiliary storage device such as an HDD, for example. Here, the function of the application list screen transmission unit 212 may be realized by a combination of the CPU 301 that executes the program and the communication I / F 304.

図12は、アプリケーションサーバ3が有する機能の一例を示す図である。図12に示すように、アプリケーションサーバ3は、アプリケーション保持部311と、アプリケーション送信部312とを有する。説明の便宜上、図12では、本発明に係る機能を主に例示しているが、アプリケーションサーバ3が有する機能は、これらに限られるものではない。   FIG. 12 is a diagram illustrating an example of functions that the application server 3 has. As illustrated in FIG. 12, the application server 3 includes an application holding unit 311 and an application transmission unit 312. For convenience of explanation, FIG. 12 mainly illustrates functions according to the present invention, but the functions of the application server 3 are not limited to these.

アプリケーション保持部311は、複数のアプリケーションを保持する。アプリケーション送信部312は、MFP1からの要求(ダウンロード要求)に応じて、アプリケーション保持部311に保持されているアプリケーションをMFP1に送信する。   The application holding unit 311 holds a plurality of applications. The application transmission unit 312 transmits the application held in the application holding unit 311 to the MFP 1 in response to a request (download request) from the MFP 1.

本実施形態では、上述のアプリケーション送信部312の機能は、CPU301がROM302等に格納されたプログラムを実行することにより実現されるが、これに限らず、例えば専用のハードウェア回路(半導体集積回路等)により実現されてもよい。また、上述のアプリケーション保持部311は、例えばHDDなどの補助記憶装置等により実現されてもよい。なお、ここでは、アプリケーション送信部312の機能は、プログラムを実行するCPU301と通信I/F304との組み合わせにより実現されると考えてもよい。   In the present embodiment, the function of the application transmission unit 312 described above is realized by the CPU 301 executing a program stored in the ROM 302 or the like, but is not limited thereto, and for example, a dedicated hardware circuit (semiconductor integrated circuit or the like) ). Further, the above-described application holding unit 311 may be realized by an auxiliary storage device such as an HDD, for example. Here, the function of the application transmission unit 312 may be considered to be realized by a combination of the CPU 301 that executes the program and the communication I / F 304.

図13は、Webサーバ4が有する機能の一例を示す図である。図13に示すように、Webサーバ4は、Web画面保持部411と、Web画面送信部412とを有する。説明の便宜上、図13では、本発明に係る機能を主に例示しているが、Webサーバ4が有する機能は、これらに限られるものではない。   FIG. 13 is a diagram illustrating an example of functions that the Web server 4 has. As illustrated in FIG. 13, the web server 4 includes a web screen holding unit 411 and a web screen transmission unit 412. For convenience of explanation, FIG. 13 mainly illustrates functions according to the present invention, but the functions of the Web server 4 are not limited to these.

Web画面保持部411は、上述のWeb画面を保持する。Web画面送信部412は、MFP1から上述のWebリクエストを受信すると、その応答として、Web画面保持部411に保持されているWeb画面をMFP1に送信する。   The web screen holding unit 411 holds the above-described web screen. When the Web screen transmission unit 412 receives the above-described Web request from the MFP 1, the Web screen transmission unit 412 transmits the Web screen held in the Web screen holding unit 411 to the MFP 1 as a response.

本実施形態では、上述のWeb画面送信部412の機能は、CPU301がROM302等に格納されたプログラムを実行することにより実現されるが、これに限らず、例えば専用のハードウェア回路(半導体集積回路等)により実現されてもよい。また、上述のWeb画面保持部411は、例えばHDDなどの補助記憶装置等により実現されてもよい。なお、ここでは、Web画面送信部412の機能は、プログラムを実行するCPU301と通信I/F304との組み合わせにより実現されると考えてもよい。   In the present embodiment, the function of the above-described Web screen transmission unit 412 is realized by the CPU 301 executing a program stored in the ROM 302 or the like. However, the present invention is not limited to this. For example, a dedicated hardware circuit (semiconductor integrated circuit) Etc.). Further, the above-described Web screen holding unit 411 may be realized by an auxiliary storage device such as an HDD, for example. Here, it may be considered that the function of the Web screen transmission unit 412 is realized by a combination of the CPU 301 that executes the program and the communication I / F 304.

次に、本実施形態の情報処理システム100の動作手順の一例を説明する。図14は、本実施形態の情報処理システム100の動作手順の一例を示すシーケンス図である。ここでは、ユーザが、アプリケーション一覧画面に表示された何れかのインストールボタン6を押下する場合の動作例を説明する。   Next, an example of an operation procedure of the information processing system 100 according to the present embodiment will be described. FIG. 14 is a sequence diagram illustrating an example of an operation procedure of the information processing system 100 according to the present embodiment. Here, an operation example when the user presses any one of the install buttons 6 displayed on the application list screen will be described.

まずユーザが、操作画面上のアイコン5(図5参照)をタッチすると(ステップS1)、ブラウザアプリは、アプリマーケットサーバ2に対して、上述のアプリケーション一覧画面リクエストを送信する(ステップS2)。そして、その応答として、アプリマーケットサーバ2からアプリケーション一覧画面を受信し(ステップS3)、受信したアプリケーション一覧画面を操作パネル27に表示する(ステップS4)。   First, when the user touches the icon 5 (see FIG. 5) on the operation screen (step S1), the browser application transmits the above-described application list screen request to the app market server 2 (step S2). And as a response, an application list screen is received from the application market server 2 (step S3), and the received application list screen is displayed on the operation panel 27 (step S4).

次に、ユーザが、アプリケーション一覧画面上の何れかのアプリケーションのインストールボタン6を押下すると(ステップS5)、ブラウザアプリ(可否制御部114)は、上述の命令管理アプリケーションに対して、1以上の正当スキームを要求する(ステップS6)。この要求を受けた命令管理アプリケーションは、記憶部113に記憶されている1以上の正当スキームをブラウザアプリへ送信する(ステップS7)。なお、この例では、命令管理アプリケーションは単独のアプリケーションとして存在しているが、これに限らず、例えば命令管理アプリケーションの機能がブラウザアプリにより実現される形態であってもよい。例えばブラウザアプリが、正当スキームを定義したメニューを有し、上述のステップS6および上述のステップS7は、ブラウザアプリの内部関数で実現することもできる。   Next, when the user presses the install button 6 of any application on the application list screen (step S5), the browser application (availability control unit 114) determines one or more valid commands for the command management application. A scheme is requested (step S6). Upon receiving this request, the command management application transmits one or more legitimate schemes stored in the storage unit 113 to the browser application (step S7). In this example, the command management application exists as a single application. However, the present invention is not limited to this. For example, the command management application function may be realized by a browser application. For example, the browser application has a menu that defines a legitimate scheme, and the above-described step S6 and the above-described step S7 can be realized by an internal function of the browser application.

上述のステップS7の後、ブラウザアプリ(可否制御部114)は、ステップS5で押下されたインストールボタン6に貼り付けられたURLスキームのスキーム部分を抽出し、命令管理アプリケーションから受け取った1以上の正当スキームの中に、抽出したスキーム部分と一致する正当スキームが存在するか否かを判断する(ステップS8)。   After the above step S7, the browser application (availability control unit 114) extracts the scheme part of the URL scheme pasted on the install button 6 pressed in step S5, and receives one or more legitimate items received from the command management application. It is determined whether or not there is a valid scheme that matches the extracted scheme portion in the scheme (step S8).

例えばステップS5で押下されたインストールボタン6に貼り付けられたURLスキームは図7の態様で表され、ブラウザアプリ(可否制御部114)は、図8に示す複数の正当スキームを命令管理アプリケーションから受け取った場合を想定する。この場合、ブラウザアプリ(可否制御部114)は、ステップS5で押下されたインストールボタン6に貼り付けられたURLスキームのスキーム部分として「installer」を抽出する。そして、この例では、命令管理アプリケーションから受け取った1以上の正当スキームの中には、抽出したスキーム部分と一致する正当スキーム「installer」が含まれているので(図8参照)、ステップS8の結果は肯定となる。この場合、ブラウザアプリ(可否制御部114)は、ステップS5で押下されたインストールボタン6に貼り付けられたURLスキームで実行手順が示されたインストール命令の実行を許可する。   For example, the URL scheme pasted on the install button 6 pressed in step S5 is represented in the form of FIG. 7, and the browser application (allowability control unit 114) receives a plurality of valid schemes shown in FIG. 8 from the instruction management application. Assuming that In this case, the browser application (availability control unit 114) extracts “installer” as the scheme part of the URL scheme pasted on the install button 6 pressed in step S5. In this example, the one or more legitimate schemes received from the instruction management application include the legitimate scheme “installer” that matches the extracted scheme portion (see FIG. 8), and therefore the result of step S8. Is affirmative. In this case, the browser application (availability control unit 114) permits the execution of the install command whose execution procedure is indicated by the URL scheme pasted on the install button 6 pressed in step S5.

以下、ブラウザアプリ(可否制御部114)が、ステップS5で押下されたインストールボタン6に貼り付けられたURLスキームで実行手順が示された命令の実行を許可した場合の動作例を説明する。この場合、ブラウザアプリ(可否制御部114)は、ステップS5で押下されたインストールボタン6に貼り付けられたURLスキームを、操作部20のOSに通知する(ステップS9)。   Hereinafter, an operation example in the case where the browser application (availability control unit 114) permits execution of an instruction whose execution procedure is indicated by the URL scheme pasted on the install button 6 pressed in step S5 will be described. In this case, the browser application (availability control unit 114) notifies the OS of the operation unit 20 of the URL scheme pasted on the install button 6 pressed in step S5 (step S9).

操作部20のOSは、通知されたURLスキームを確認し(ステップS10)、URLスキームで実行手順が示された命令(この例ではインストール命令)を実行するアプリケーションはインストーラであることを確認する。そして、操作部20のOSは、インストーラに対して、当該URLスキームを送信する(ステップS11)。なお、これに限らず、例えば操作部20のOSは、操作部20の各アプリケーションに対して当該URLスキームをブロードキャストし、対応するアプリケーション(この例ではインストーラ)が当該URLスキームを受信する形態であってもよい。   The OS of the operation unit 20 confirms the notified URL scheme (step S10), and confirms that the application that executes the instruction (in this example, the installation instruction) indicated by the URL scheme is an installer. Then, the OS of the operation unit 20 transmits the URL scheme to the installer (step S11). For example, the OS of the operation unit 20 broadcasts the URL scheme to each application of the operation unit 20, and the corresponding application (installer in this example) receives the URL scheme. May be.

操作部20のOSからURLスキームを受信したインストーラは、該URLスキーム(この例では図7に示すURLスキーム)で実行手順が示される命令を実行する。より具体的には、インストーラは、操作部20のOSから受信したURLスキームから必要なパラメータ(命令の具体的な内容に相当する部分)を選択し、選択したパラメータに基づいて処理を実行する。この例では、インストーラは、アプリケーションサーバ3に対して、「49354」というアプリIDで識別されるアプリケーションのダウンロードを要求し(ステップS12)、アプリケーションサーバ3から該アプリケーションをダウンロードする(ステップS13)。そして、ステップS13でダウンロードしたアプリケーションをMFP1にインストールするための制御を行う(ステップS14)。この例では、上述の実行制御部115の機能は、インストーラにより提供されると考えることができる。   The installer that has received the URL scheme from the OS of the operation unit 20 executes a command whose execution procedure is indicated by the URL scheme (in this example, the URL scheme shown in FIG. 7). More specifically, the installer selects a necessary parameter (a part corresponding to the specific content of the command) from the URL scheme received from the OS of the operation unit 20, and executes processing based on the selected parameter. In this example, the installer requests the application server 3 to download the application identified by the application ID “49354” (step S12), and downloads the application from the application server 3 (step S13). Then, control is performed to install the application downloaded in step S13 in the MFP 1 (step S14). In this example, it can be considered that the function of the execution control unit 115 described above is provided by the installer.

一方、上述のステップS8の結果が否定の場合、ブラウザアプリ(可否制御部114)が、ステップS5で押下されたインストールボタン6に貼り付けられたURLスキームで実行手順が示された命令の実行を許可しない。この場合、ブラウザアプリ(可否制御部114)は、ステップS5で押下されたインストールボタン6に貼り付けられたURLスキームを、操作部20のOSに通知することはしない。また、この場合、ブラウザアプリ(表示制御部111)は、図9に示すような第2の画面を操作パネル27に表示する制御を行う(ステップS15)。   On the other hand, when the result of the above step S8 is negative, the browser application (availability control unit 114) executes the instruction whose execution procedure is indicated by the URL scheme pasted on the install button 6 pressed in step S5. not allowed. In this case, the browser application (availability control unit 114) does not notify the OS of the operation unit 20 of the URL scheme pasted on the install button 6 pressed in step S5. In this case, the browser application (display control unit 111) performs control to display the second screen as shown in FIG. 9 on the operation panel 27 (step S15).

次に、図15を用いて、別の動作手順の一例を説明する。ここでは、ユーザが、Web画面上に表示された、MFP1に搭載された任意のアプリケーション(この例では「対象アプリケーション」と称する)に対して所定の命令を実行させることを示すURLスキーム(所定の命令の実行手順を示すURLスキーム)が貼り付けられたUIを押下した場合の動作例を説明する。   Next, an example of another operation procedure will be described with reference to FIG. Here, a URL scheme (predetermined to indicate that the user executes a predetermined command for an arbitrary application (referred to as “target application” in this example) installed on the MFP 1 displayed on the Web screen. A description will be given of an operation example when the UI to which the URL scheme indicating the instruction execution procedure is attached is pressed.

まずユーザが、操作画面上でWebサーバ4のURLを入力する操作を行うと(ステップS20)、ブラウザアプリ(取得部112)は、Webサーバ4に対して、上述のWebリクエストを送信する(ステップS21)。そして、その応答として、Webサーバ4からWeb画面を受信し(ステップS22)、受信したWeb画面を操作パネル27に表示する(ステップS23)。   First, when the user performs an operation of inputting the URL of the Web server 4 on the operation screen (Step S20), the browser application (acquisition unit 112) transmits the above-described Web request to the Web server 4 (Step S20). S21). Then, as a response, a web screen is received from the web server 4 (step S22), and the received web screen is displayed on the operation panel 27 (step S23).

次に、ユーザが、Web画面上の、所定の命令の実行手順を示すURLスキームが貼り付けられたUIを押下すると(ステップS24)、ブラウザアプリ(可否制御部114)は、上述の命令管理アプリケーションに対して、1以上の正当スキームを要求する(ステップS25)。この要求を受けた命令管理アプリケーションは、記憶部113に記憶されている1以上の正当スキームをブラウザアプリへ送信する(ステップS26)。ブラウザアプリ(可否制御部114)は、ステップS24で押下されたUIに貼り付けられたURLスキーム(Web画面から選択されたURLスキーム)のスキーム部分を抽出し、命令管理アプリケーションから受け取った1以上の正当スキームの中に、抽出したスキーム部分と一致する正当スキームが存在するか否かを判断する(ステップS27)。   Next, when the user presses a UI on the Web screen to which a URL scheme indicating a predetermined instruction execution procedure is pasted (step S24), the browser application (availability control unit 114) executes the above-described instruction management application. In response to this, one or more legitimate schemes are requested (step S25). Upon receiving this request, the command management application transmits one or more legitimate schemes stored in the storage unit 113 to the browser application (step S26). The browser application (availability control unit 114) extracts the scheme part of the URL scheme (URL scheme selected from the Web screen) pasted on the UI pressed in step S24, and receives one or more received from the instruction management application It is determined whether or not there is a legitimate scheme that matches the extracted scheme portion in the legitimate scheme (step S27).

上述のステップS27の結果が肯定の場合、ブラウザアプリ(可否制御部114)は、ステップS24で押下されたUIに貼り付けられたURLスキームで実行手順が示された命令の実行を許可する。以下、ブラウザアプリ(可否制御部114)が、ステップS24で押下されたUIに貼り付けられたURLスキームで実行手順が示された命令の実行を許可した場合の動作例を説明する。この場合、ブラウザアプリ(可否制御部114)は、ステップS24で押下されたUIに貼り付けられたURLスキームを、操作部20のOSに通知する(ステップS28)。   If the result of step S27 described above is affirmative, the browser application (availability control unit 114) permits execution of an instruction whose execution procedure is indicated by the URL scheme pasted on the UI pressed in step S24. Hereinafter, an operation example in the case where the browser application (availability control unit 114) permits execution of an instruction whose execution procedure is indicated by the URL scheme pasted on the UI pressed in step S24 will be described. In this case, the browser application (availability control unit 114) notifies the OS of the operation unit 20 of the URL scheme pasted on the UI pressed in step S24 (step S28).

操作部20のOSは、通知されたURLスキームを確認し(ステップS29)、URLスキームで実行手順が示された命令(この例では所定の命令)を実行するアプリケーションは対象アプリケーションであることを確認する。そして、操作部20のOSは、対象アプリケーションに対して、当該URLスキームを送信する(ステップS30)。なお、これに限らず、例えば操作部20のOSは、操作部20の各アプリケーションに対して当該URLスキームをブロードキャストし、対応するアプリケーション(この例では対象アプリケーション)が当該URLスキームを受信する形態であってもよい。操作部20のOSからURLスキームを受信した対象アプリケーションは、該URLスキームで実行手順が示された命令を実行する(ステップS31)。この例では、上述の実行制御部115の機能は、対象アプリケーションにより提供されると考えることができる。   The OS of the operation unit 20 confirms the notified URL scheme (step S29), and confirms that the application that executes the instruction (the predetermined instruction in this example) indicated by the URL scheme is the target application. To do. Then, the OS of the operation unit 20 transmits the URL scheme to the target application (Step S30). For example, the OS of the operation unit 20 broadcasts the URL scheme to each application of the operation unit 20, and the corresponding application (the target application in this example) receives the URL scheme. There may be. The target application that has received the URL scheme from the OS of the operation unit 20 executes a command whose execution procedure is indicated by the URL scheme (step S31). In this example, it can be considered that the function of the execution control unit 115 described above is provided by the target application.

一方、上述のステップS27の結果が否定の場合、ブラウザアプリ(可否制御部114)は、ステップS24で押下されたUIに貼り付けられたURLスキームで実行手順が示された命令の実行を許可しない。この場合、ブラウザアプリ(可否制御部114)は、ステップS24で押下されたUIに貼り付けられたURLスキームを、操作部20のOSに通知することはしない。また、この場合、ブラウザアプリ(表示制御部111)は、図9に示すような第2の画面を操作パネル27に表示する制御を行う(ステップS32)。   On the other hand, if the result of step S27 described above is negative, the browser application (availability control unit 114) does not permit execution of an instruction whose execution procedure is indicated by the URL scheme pasted to the UI pressed in step S24. . In this case, the browser application (availability control unit 114) does not notify the OS of the operation unit 20 of the URL scheme pasted on the UI pressed in step S24. In this case, the browser application (display control unit 111) performs control to display the second screen as shown in FIG. 9 on the operation panel 27 (step S32).

以上に説明したように、本実施形態では、記憶部113に記憶された1以上の正当スキームの中に、アプリケーション一覧画面やWeb画面から選択されたURLスキームのスキーム部分と一致する正当スキームが存在しない場合は、該選択されたURLスキームで実行手順が示された命令の実行を許可しない。つまり、図16に示すように、本実施形態のMFP1は、アプリケーション一覧画面からユーザが押下したインストールボタン6に貼り付けられたURLスキームのスキーム部分が正当スキームに一致する場合に限り、インストール命令の実行を許可する。   As described above, in the present embodiment, among the one or more valid schemes stored in the storage unit 113, there is a valid scheme that matches the scheme portion of the URL scheme selected from the application list screen or the Web screen. If not, execution of an instruction whose execution procedure is indicated in the selected URL scheme is not permitted. That is, as shown in FIG. 16, the MFP 1 of the present embodiment only installs the install command when the scheme part of the URL scheme pasted on the install button 6 pressed by the user from the application list screen matches the valid scheme. Allow execution.

例えば、スパイウェアなどのような、インストールが許可されていないアプリケーション(以下、「不正アプリケーション」と称する)が無断でMFP1にインストールされており、MFP1が、不正アプリケーションが実行する所定の命令の実行手順を示すURLスキーム(許可されていない命令の実行手順を示すURLスキーム)が貼り付けられたUIを含むWeb画面をWebサーバ4から取得して表示している状況を想定する。このような状況で、ユーザが、Web画面上の該UIを押下しても、該UIに貼り付けられたURLスキームのスキーム部分が、正当スキームに該当しない限り、該UIに貼り付けられたURLスキームで実行手順が示された命令の実行は許可されない。これにより、許可されていない命令の実行を防止できる。   For example, an application such as spyware that is not permitted to be installed (hereinafter referred to as “illegal application”) is installed in the MFP 1 without permission, and the MFP 1 executes a predetermined instruction execution procedure executed by the unauthorized application. Assume a situation in which a Web screen including a UI to which a displayed URL scheme (URL scheme indicating an execution procedure of an unauthorized instruction) is pasted is acquired from the Web server 4 and displayed. In such a situation, even if the user presses the UI on the Web screen, the URL pasted on the UI is not displayed unless the scheme part of the URL scheme pasted on the UI corresponds to a valid scheme. Execution of instructions whose execution procedure is indicated in the scheme is not permitted. This can prevent execution of instructions that are not permitted.

(第2の実施形態)
次に、第2の実施形態について説明する。上述の第1の実施形態と共通する部分については適宜に説明を省略する。図17は、本実施形態のMFP1が有する機能の一例を示す図である。図17に示すように、MFP1は、変更部121をさらに有する。この例では、変更部121の機能は操作部20により提供され、CPU21がROM22等に格納されたプログラムを実行することにより実現される。ただし、これに限らず、例えば変更部121の機能は専用のハードウェア回路で実現されてもよい。
(Second Embodiment)
Next, a second embodiment will be described. Description of parts common to the above-described first embodiment will be omitted as appropriate. FIG. 17 is a diagram illustrating an example of functions that the MFP 1 of the present embodiment has. As illustrated in FIG. 17, the MFP 1 further includes a changing unit 121. In this example, the function of the changing unit 121 is provided by the operation unit 20 and is realized by the CPU 21 executing a program stored in the ROM 22 or the like. However, not limited to this, for example, the function of the changing unit 121 may be realized by a dedicated hardware circuit.

本実施形態の表示制御部111は、命令情報(正当スキーム)の追加または削除する指示を受け付けるための第3の画面を表示する制御を行う機能(第3の表示制御部の機能)を有する。本実施形態では、表示制御部111は、第3の画面を要求する操作(ユーザの操作)を受け付けた場合、図18に示すような第3の画面を操作パネル27に表示する制御を行う。第3の画面には、正当スキームの一覧が表示される。この例では、ユーザは、第3の画面に表示された何れかの正当スキームを選択する操作を行い、「追加」ボタンまたは「削除」ボタンを押下することで、その選択した正当スキームの追加または削除を指示することができる。   The display control unit 111 according to the present embodiment has a function (a function of the third display control unit) that performs control to display a third screen for receiving an instruction to add or delete command information (legitimate scheme). In the present embodiment, the display control unit 111 performs control to display the third screen as illustrated in FIG. 18 on the operation panel 27 when an operation requesting the third screen (user operation) is received. A list of valid schemes is displayed on the third screen. In this example, the user performs an operation of selecting one of the valid schemes displayed on the third screen, and presses an “add” button or a “delete” button to add the selected valid scheme or Deletion can be instructed.

図17に戻って説明を続ける。変更部121は、第3の画面を介して、正当スキームを追加または削除する指示を受け付けた場合、受け付けた指示に従って、記憶部113に記憶される正当スキームの追加または削除を行う。   Returning to FIG. 17, the description will be continued. When the changing unit 121 receives an instruction to add or delete a valid scheme via the third screen, the changing unit 121 adds or deletes a valid scheme stored in the storage unit 113 according to the received instruction.

図19は、記憶部113に記憶される正当スキームの追加または削除を行う場合のMFP1の動作手順の一例を示すシーケンス図である。図19に示すように、命令管理アプリケーション(表示制御部111)は、第3の画面を要求する操作を受け付けると(ステップS41)、図18に示すような第3の画面を操作パネル27に表示する制御を行う(ステップS42)。   FIG. 19 is a sequence diagram illustrating an example of an operation procedure of the MFP 1 when adding or deleting a legitimate scheme stored in the storage unit 113. As illustrated in FIG. 19, when the instruction management application (display control unit 111) receives an operation for requesting the third screen (step S <b> 41), the third screen as illustrated in FIG. 18 is displayed on the operation panel 27. Control is performed (step S42).

そして、命令管理アプリケーション(変更部121)は、第3の画面を介して、何れかの正当スキームを追加または削除する指示を受け付けた場合(ステップS43)、受け付けた指示に従って、記憶部113に記憶される正当スキームの追加または削除を行う(ステップS44)。その他の内容に関しては上述の第1の実施形態と同様であるので、詳細な説明は省略する。   When the instruction management application (changing unit 121) receives an instruction to add or delete any legitimate scheme via the third screen (step S43), the instruction management application (the changing unit 121) stores the instruction management application (changing unit 121) in the storage unit 113 according to the received instruction. The added or deleted legitimate scheme is added (step S44). Since other contents are the same as those in the first embodiment, detailed description thereof is omitted.

以上、本発明に係る実施形態について説明したが、本発明は、上述の各実施形態そのままに限定されるものではなく、実施段階ではその要旨を逸脱しない範囲で構成要素を変形して具体化できる。また、上述の各実施形態に開示されている複数の構成要素の適宜な組み合わせにより、種々の発明を形成できる。例えば、各実施形態に示される全構成要素から幾つかの構成要素を削除してもよい。さらに、異なる実施形態にわたる構成要素を適宜組み合わせてもよい。   As mentioned above, although embodiment which concerns on this invention was described, this invention is not limited to each above-mentioned embodiment as it is, A component can be deform | transformed and embodied in the range which does not deviate from the summary in an implementation stage. . Moreover, various inventions can be formed by appropriately combining a plurality of constituent elements disclosed in the above-described embodiments. For example, some components may be deleted from all the components shown in each embodiment. Furthermore, constituent elements over different embodiments may be appropriately combined.

また、上述の実施形態では、本体10と操作部20は、別々のオペレーションシステムで互いに独立して動作しているが、これに限らず、例えば本体10と操作部20が同じオペレーションシステムで動作する形態であってもよい。また、例えば上述のアプリマーケットサーバ2と、アプリケーションサーバ3とを統合した1つのサーバが設けられる形態であってもよい。   In the above-described embodiment, the main body 10 and the operation unit 20 operate independently of each other in separate operation systems. However, the present invention is not limited thereto, and for example, the main body 10 and the operation unit 20 operate in the same operation system. Form may be sufficient. Further, for example, a form in which one server in which the above-described application market server 2 and application server 3 are integrated may be provided.

また、上述した実施形態の情報処理システム100(MFP1、アプリマーケットサーバ2、アプリケーションサーバ3、Webサーバ4等)で実行されるプログラムは、インストール可能な形式または実行可能な形式のファイルでCD−ROM、フレキシブルディスク(FD)、CD−R、DVD(Digital Versatile Disk)、USB(Universal Serial Bus)等のコンピュータで読み取り可能な記録媒体に記録して提供するように構成してもよいし、インターネット等のネットワーク経由で提供または配布するように構成してもよい。また、各種プログラムを、ROM等に予め組み込んで提供するように構成してもよい。   The program executed by the information processing system 100 (MFP 1, application market server 2, application server 3, Web server 4, etc.) of the above-described embodiment is an installable format or executable format file and is a CD-ROM. , A flexible disk (FD), a CD-R, a DVD (Digital Versatile Disk), a USB (Universal Serial Bus), etc. may be recorded on a computer-readable recording medium and provided. It may be configured to be provided or distributed via the network. Various programs may be provided by being incorporated in advance in a ROM or the like.

1 MFP
2 アプリマーケットサーバ
3 アプリケーションサーバ
4 Webサーバ
8 ネットワーク
10 本体
20 操作部
100 情報処理システム
111 表示制御部
112 取得部
113 記憶部
114 可否制御部
115 実行制御部
121 変更部
211 アプリケーション一覧画面保持部
212 アプリケーション一覧画面送信部
311 アプリケーション保持部
312 アプリケーション送信部
411 Web画面保持部
412 Web画面送信部
1 MFP
2 application market server 3 application server 4 web server 8 network 10 main body 20 operation unit 100 information processing system 111 display control unit 112 acquisition unit 113 storage unit 114 availability control unit 115 execution control unit 121 change unit 211 application list screen holding unit 212 application List screen transmission unit 311 Application holding unit 312 Application transmission unit 411 Web screen holding unit 412 Web screen transmission unit

特開2011−237881号公報JP 2011-237881 A

Claims (14)

サーバとネットワークを介して接続可能な情報処理装置であって、
前記サーバから第1の命令の実行手順を含む第1の画面を取得する取得部と、
前記取得部により取得された前記第1の画面を表示する制御を行う第1の表示制御部と、
実行が許可される命令に関する情報を示す1以上の命令情報を記憶する記憶部と、
前記記憶部に記憶された1以上の前記命令情報の中に、前記第1の画面から選択された前記第1の命令の実行手順に対応する前記命令情報が存在しない場合は、前記第1の命令の実行を許可しない可否制御部と、を備える、
情報処理装置。
An information processing apparatus that can be connected to a server via a network,
An obtaining unit for obtaining a first screen including an execution procedure of a first instruction from the server;
A first display control unit that performs control to display the first screen acquired by the acquisition unit;
A storage unit that stores one or more pieces of instruction information indicating information related to instructions that are permitted to be executed;
When the instruction information corresponding to the execution procedure of the first instruction selected from the first screen does not exist in the one or more instruction information stored in the storage unit, the first information An availability control unit that does not allow execution of instructions,
Information processing device.
前記命令情報は、実行が許可される命令の実行手順を識別するための情報、または、実行が許可される命令を実行するアプリケーションを識別するための情報である、
請求項1に記載の情報処理装置。
The instruction information is information for identifying an execution procedure of an instruction that is permitted to be executed, or information for identifying an application that executes an instruction that is permitted to be executed.
The information processing apparatus according to claim 1.
前記可否制御部は、前記記憶部に記憶された1以上の前記命令情報の中に、前記第1の画面から選択された前記第1の命令の実行手順に対応する前記命令情報が存在する場合は、前記第1の命令の実行を許可する、
請求項1または2に記載の情報処理装置。
The availability control unit includes the command information corresponding to the execution procedure of the first command selected from the first screen in the one or more command information stored in the storage unit. Permits execution of the first instruction;
The information processing apparatus according to claim 1 or 2.
前記可否制御部が前記第1の命令の実行を許可しない場合、前記第1の命令を実行することができないことを示す第2の画面を表示する制御を行う第2の表示制御部を備える、
請求項1乃至3のうちの何れか1項に記載の情報処理装置。
A second display control unit that performs control to display a second screen indicating that the first command cannot be executed when the availability control unit does not permit execution of the first command;
The information processing apparatus according to any one of claims 1 to 3.
前記第1の命令の実行手順は、URLスキームで表される、
請求項1乃至4のうちの何れか1項に記載の情報処理装置。
The execution procedure of the first instruction is represented by a URL scheme.
The information processing apparatus according to any one of claims 1 to 4.
前記URLスキームのヘッダ部分は、命令を実行するアプリケーションを識別するための情報、または、命令の実行手順を識別するための情報を表す、
請求項5に記載の情報処理装置。
The header portion of the URL scheme represents information for identifying an application executing an instruction or information for identifying an instruction execution procedure.
The information processing apparatus according to claim 5.
前記命令情報は、前記ヘッダ部分の情報で表される、
請求項6に記載の情報処理装置。
The instruction information is represented by information in the header part.
The information processing apparatus according to claim 6.
前記可否制御部は、
前記記憶部に記憶された1以上の前記命令情報の中に、前記第1の画面から選択された前記第1の命令の実行手順を表す前記URLスキームの前記ヘッダ部分と一致する前記命令情報が存在しない場合は、前記第1の命令の実行を許可しない、
請求項7に記載の情報処理装置。
The availability control unit includes:
Among the one or more pieces of instruction information stored in the storage unit, the instruction information that matches the header portion of the URL scheme representing the execution procedure of the first instruction selected from the first screen is If not, does not allow execution of the first instruction;
The information processing apparatus according to claim 7.
前記命令情報を追加または削除する指示を受け付けるための第3の画面を表示する制御を行う第3の表示制御部と、
前記第3の画面を介して、前記命令情報を追加または削除する指示を受け付けた場合、受け付けた指示に従って、前記記憶部に記憶される前記命令情報の追加または削除を行う変更部と、を備える、
請求項1乃至8のうちの何れか1項に記載の情報処理装置。
A third display control unit that performs control to display a third screen for receiving an instruction to add or delete the command information;
A change unit that adds or deletes the command information stored in the storage unit according to the received instruction when an instruction to add or delete the command information is received via the third screen. ,
The information processing apparatus according to any one of claims 1 to 8.
前記可否制御部が、前記第1の命令の実行を許可した場合、前記第1の命令を実行する制御を行う実行制御部をさらに備える、
請求項1乃至9のうちの何れか1項に記載の情報処理装置。
When the availability control unit permits execution of the first instruction, the availability control unit further includes an execution control unit that performs control to execute the first instruction.
The information processing apparatus according to any one of claims 1 to 9.
前記第1の命令はインストール命令である、
請求項10に記載の情報処理装置。
The first instruction is an installation instruction;
The information processing apparatus according to claim 10.
前記実行制御部は、前記可否制御部が前記インストール命令の実行を許可した場合、前記インストール命令を実行する制御を行う、
請求項11に記載の情報処理装置。
The execution control unit performs control to execute the installation command when the availability control unit permits execution of the installation command.
The information processing apparatus according to claim 11.
サーバとネットワークを介して接続可能な情報処理装置による情報処理方法であって、
前記サーバから、第1の命令の実行手順を含む第1の画面を取得する取得ステップと、
前記取得ステップにより取得された前記第1の画面を表示する制御を行う第1の表示制御ステップと、
実行が許可される命令に関する情報を示す1以上の命令情報を記憶する記憶部に記憶された1以上の前記命令情報の中に、前記第1の画面から選択された前記第1の命令の実行手順に対応する前記命令情報が存在しない場合は、前記第1の命令の実行を許可しない可否制御ステップと、を含む、
情報処理方法。
An information processing method by an information processing apparatus connectable to a server via a network,
An acquisition step of acquiring a first screen including an execution procedure of a first instruction from the server;
A first display control step for performing control to display the first screen acquired in the acquisition step;
Execution of the first instruction selected from the first screen in the one or more instruction information stored in a storage unit that stores one or more instruction information indicating information related to an instruction that is permitted to be executed If the instruction information corresponding to the procedure does not exist, including a permission control step that does not allow execution of the first instruction,
Information processing method.
サーバとネットワークを介して接続可能な情報処理装置に搭載されたコンピュータに、
前記サーバから、第1の命令の実行手順を含む第1の画面を取得する取得ステップと、
前記取得ステップにより取得された前記第1の画面を表示する制御を行う第1の表示制御ステップと、
実行が許可される命令に関する情報を示す1以上の命令情報を記憶する記憶部に記憶された1以上の前記命令情報の中に、前記第1の画面から選択された前記第1の命令の実行手順に対応する前記命令情報が存在しない場合は、前記第1の命令の実行を許可しない可否制御ステップと、を実行させるためのプログラム。
A computer installed in an information processing device that can be connected to a server via a network.
An acquisition step of acquiring a first screen including an execution procedure of a first instruction from the server;
A first display control step for performing control to display the first screen acquired in the acquisition step;
Execution of the first instruction selected from the first screen in the one or more instruction information stored in a storage unit that stores one or more instruction information indicating information related to an instruction that is permitted to be executed When the instruction information corresponding to the procedure does not exist, a program for executing a permission control step that does not permit execution of the first instruction.
JP2016087486A 2015-05-11 2016-04-25 Image forming apparatus, information processing method and program Active JP6750290B2 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
US15/143,914 US9813570B2 (en) 2015-05-11 2016-05-02 Information processing apparatus, information processing method, and computer program product
CN201610298715.9A CN106161837A (en) 2015-05-11 2016-05-06 Messaging device and information processing method

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2015096654 2015-05-11
JP2015096654 2015-05-11

Publications (2)

Publication Number Publication Date
JP2016212854A true JP2016212854A (en) 2016-12-15
JP6750290B2 JP6750290B2 (en) 2020-09-02

Family

ID=57551424

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2016087486A Active JP6750290B2 (en) 2015-05-11 2016-04-25 Image forming apparatus, information processing method and program

Country Status (1)

Country Link
JP (1) JP6750290B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10534568B2 (en) 2017-05-24 2020-01-14 Ricoh Company, Ltd. Image forming apparatus having first and second devices each having separate energy saving modes

Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH09204389A (en) * 1996-01-26 1997-08-05 Sony Corp Information processor, its method and printed object
JPH11167535A (en) * 1997-10-28 1999-06-22 Hitachi Ltd Program distribution method
JP2007148805A (en) * 2005-11-28 2007-06-14 Nomura Research Institute Ltd Information processor, information processing method and program
JP2007206852A (en) * 2006-01-31 2007-08-16 Chori Joho System Co Ltd Event execution system
JP2008225664A (en) * 2007-03-09 2008-09-25 Mitsubishi Heavy Ind Ltd Firewall device
JP2010186376A (en) * 2009-02-13 2010-08-26 Kyocera Mita Corp License management system, image forming apparatus and license management method
JP2010191908A (en) * 2009-02-20 2010-09-02 Hitachi Ltd Distributed processing system, distributed processing method, development assisting device for distributed processing system, and development assisting method
JP2011237875A (en) * 2010-05-06 2011-11-24 Canon Inc Information processor, installation system, information processing method and installation method
JP2011253417A (en) * 2010-06-03 2011-12-15 Ricoh Co Ltd Information processor, program introduction support method, and program introduction support program
JP2012185572A (en) * 2011-03-03 2012-09-27 Murata Mach Ltd Printing system, terminal device and computer program
JP2013003625A (en) * 2011-06-13 2013-01-07 Ricoh Co Ltd Image processing system, screen update method and screen update program
JP2013161284A (en) * 2012-02-06 2013-08-19 Konami Digital Entertainment Co Ltd Application system, application installation method, application server, program

Patent Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH09204389A (en) * 1996-01-26 1997-08-05 Sony Corp Information processor, its method and printed object
JPH11167535A (en) * 1997-10-28 1999-06-22 Hitachi Ltd Program distribution method
JP2007148805A (en) * 2005-11-28 2007-06-14 Nomura Research Institute Ltd Information processor, information processing method and program
JP2007206852A (en) * 2006-01-31 2007-08-16 Chori Joho System Co Ltd Event execution system
JP2008225664A (en) * 2007-03-09 2008-09-25 Mitsubishi Heavy Ind Ltd Firewall device
JP2010186376A (en) * 2009-02-13 2010-08-26 Kyocera Mita Corp License management system, image forming apparatus and license management method
JP2010191908A (en) * 2009-02-20 2010-09-02 Hitachi Ltd Distributed processing system, distributed processing method, development assisting device for distributed processing system, and development assisting method
JP2011237875A (en) * 2010-05-06 2011-11-24 Canon Inc Information processor, installation system, information processing method and installation method
JP2011253417A (en) * 2010-06-03 2011-12-15 Ricoh Co Ltd Information processor, program introduction support method, and program introduction support program
JP2012185572A (en) * 2011-03-03 2012-09-27 Murata Mach Ltd Printing system, terminal device and computer program
JP2013003625A (en) * 2011-06-13 2013-01-07 Ricoh Co Ltd Image processing system, screen update method and screen update program
JP2013161284A (en) * 2012-02-06 2013-08-19 Konami Digital Entertainment Co Ltd Application system, application installation method, application server, program

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10534568B2 (en) 2017-05-24 2020-01-14 Ricoh Company, Ltd. Image forming apparatus having first and second devices each having separate energy saving modes

Also Published As

Publication number Publication date
JP6750290B2 (en) 2020-09-02

Similar Documents

Publication Publication Date Title
JP6645341B2 (en) Information processing system, information processing apparatus, and information processing method
JP6547291B2 (en) INFORMATION PROCESSING SYSTEM AND INFORMATION PROCESSING METHOD
JP6720519B2 (en) Information processing device, program, and information processing system
US10609509B2 (en) Information processing system, information processing apparatus, and information processing method for providing application information
JP6554905B2 (en) Information processing apparatus, information processing method, and program
JP6442976B2 (en) Image forming apparatus, browser control method, and program
US20200409685A1 (en) Electronic apparatus, information processing system, and information processing method
JP6927276B2 (en) Information processing system, information processing device, information processing method and program
US9971883B2 (en) Information processing device to install applications using installation screen associated with a user
US9813570B2 (en) Information processing apparatus, information processing method, and computer program product
JP6822172B2 (en) System, image forming device, information processing method and information processing device
JP2016105579A (en) Information processing system, information processing apparatus, information processing method
US11593087B2 (en) Electronic apparatus, information processing system, and information processing method
JP2017122963A (en) Information processing device, information processing method, program, and information processing system
JP5573411B2 (en) Image forming apparatus, program, and installation method
JP6750290B2 (en) Image forming apparatus, information processing method and program
JP6819386B2 (en) Image processing equipment, systems and information processing methods
JP6714814B2 (en) Information processing system, information processing apparatus, and information processing method
JP2016105266A (en) Information processing apparatus, information processing system, information processing method, and program
JP6885124B2 (en) Information processing system, information processing device and information processing method
JP6760448B2 (en) Information processing equipment, information processing methods and programs
JP7070621B2 (en) Information processing systems, information processing methods and programs
JP6424441B2 (en) MFP, information processing method, information processing program, and information processing system
JP6930579B2 (en) Information processing system, information processing device, information processing method and program
JP6988930B2 (en) Information processing equipment, programs, information processing systems and information processing methods

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20190208

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20191220

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20200107

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20200309

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20200407

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20200608

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20200714

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20200727

R151 Written notification of patent or utility model registration

Ref document number: 6750290

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R151