JP2008197824A - Information processor, external application utilization method, and program - Google Patents

Information processor, external application utilization method, and program Download PDF

Info

Publication number
JP2008197824A
JP2008197824A JP2007030959A JP2007030959A JP2008197824A JP 2008197824 A JP2008197824 A JP 2008197824A JP 2007030959 A JP2007030959 A JP 2007030959A JP 2007030959 A JP2007030959 A JP 2007030959A JP 2008197824 A JP2008197824 A JP 2008197824A
Authority
JP
Japan
Prior art keywords
authentication information
external application
plug
authentication
user
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
JP2007030959A
Other languages
Japanese (ja)
Other versions
JP4909756B2 (en
Inventor
Yasuyuki Ikeda
靖之 池田
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 JP2007030959A priority Critical patent/JP4909756B2/en
Publication of JP2008197824A publication Critical patent/JP2008197824A/en
Application granted granted Critical
Publication of JP4909756B2 publication Critical patent/JP4909756B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To dispense with a plurality of times of authentication information inputs when authentication is required for both a body application and an external application, regarding software (body application) using the external application via plug-in. <P>SOLUTION: An authentication information storage function 26 stores, in a storage device 16, authentication information on the body application 21 as a body authentication information table, authentication information for using the external application 23 via the plug-in 22 as a plug-in authentication information table, and a relation between the name of the plug-in 22 and the plug-in authentication information table as a plug-in-to-plug-in authentication information table relation table. Once a user logs in the body, the body application 21 uses data table as above to access the external application 23 without requesting the user to input authentication information. <P>COPYRIGHT: (C)2008,JPO&INPIT

Description

本発明は、情報処理装置、情報処理装置における外部アプリケーション利用方法、及び、プログラムに関する。   The present invention relates to an information processing apparatus, a method of using an external application in the information processing apparatus, and a program.

プラグインを取り付けることで機能拡張を可能とするソフトウェアが従来知られている。そのようなソフトウェアの中で、ソフトウェア本体(以下、本体アプリケーション)が認証によるアクセス制御の機能を持ち、プラグインによる機能拡張により本体アプリケーションと外部のソフトウェア(以下、外部アプリケーション)の間で情報のやりとりを行うことができ、さらに、外部アプリケーションが認証によるアクセス制御の機能を持つものがある。本発明は、このようなソフトウェアが外部アプリケーションを利用する方法に関する。   Software that enables function expansion by attaching a plug-in is conventionally known. Among such software, the software main unit (hereinafter referred to as the main unit application) has an access control function based on authentication, and information is exchanged between the main unit application and external software (hereinafter referred to as the external application) through function expansion by plug-ins. In addition, some external applications have a function of access control by authentication. The present invention relates to a method in which such software uses an external application.

上記従来技術を詳細に説明する。プラグインを取り付けることで機能拡張を可能とするソフトウェアは、以下のような特徴を有する。   The above prior art will be described in detail. Software that enables function expansion by attaching a plug-in has the following characteristics.

第1の特徴は、プラグインを介して本体アプリケーションと外部アプリケーションのデータ授受を可能とする点である(例えば、図8参照)。図8において、本体アプリケーション81は、プラグイン82を介して、外部アプリケーション83とのデータの授受が可能である。   The first feature is that data can be exchanged between the main body application and an external application via a plug-in (see, for example, FIG. 8). In FIG. 8, the main body application 81 can exchange data with the external application 83 via the plug-in 82.

第2の特徴は、特定の条件を満たすことで、プラグインの取り付けられる機構を備えることである。特定の条件の例としては、プラグインのファイル名が規定の命名規則(決められた拡張子)に従っていること、プラグインの持つインターフェースが規定のもの(C言語のエクスポート関数や、C++クラス、Java(登録商標)クラスなど)を持っていること、プラグインが決められたディレクトリに置かれていること等がある。   A second feature is that a mechanism to which a plug-in is attached is provided by satisfying a specific condition. Examples of specific conditions are that the plug-in file name conforms to a specified naming rule (predetermined extension), and that the interface of the plug-in is specified (C language export function, C ++ class, Java, etc.) (Registered trademark) class, etc., and the plug-in is placed in a predetermined directory.

第3の特徴は、認証機構を有し、本体アプリケーションを利用するためには、ユーザ名、パスワード、ドメイン名など、認証情報を入力する必要があることである。   The third feature is that it has an authentication mechanism, and it is necessary to input authentication information such as a user name, a password, and a domain name in order to use the main body application.

なお、特許文献1には、ユーザの認証に用いる認証デバイス(指紋認証における指紋センサ、IDカード認証におけるIDカードリーダ、バーコード認証におけるバーコードリーダ等)で認証を行うシステムにおいて、認証デバイスの種別を問わず、様々な認証デバイスに容易に対応できる認証情報取得装置に関する従来技術が開示されている。
特開2004−295632号公報
Japanese Patent Laid-Open No. 2004-151867 discloses a type of authentication device in a system that performs authentication using an authentication device (a fingerprint sensor for fingerprint authentication, an ID card reader for ID card authentication, a barcode reader for barcode authentication, etc.) used for user authentication. Regardless of the above, there is disclosed a related art relating to an authentication information acquisition apparatus that can easily cope with various authentication devices.
JP 2004-295632 A

ところが、外部アプリケーションを利用するためにも認証が必要である場合、本体アプリケーションでプラグインを介して外部アプリケーションを利用するためには、次の2点のように複数回認証情報を入力する必要がある。
1.本体アプリケーション利用開始時に認証情報を入力する。
2.プラグインを介して外部アプリケーションにアクセスする際に認証情報を入力する。
However, if authentication is also required to use an external application, it is necessary to input authentication information multiple times as follows in order to use the external application via a plug-in in the main application. is there.
1. Enter authentication information when using the main application.
2. Enter authentication information when accessing an external application through a plug-in.

しかしながら、このような従来技術は、利用するたびに複数回の認証情報を入力する必要があるため、このことは利用者にとって煩わしいという問題点があった。   However, since such a conventional technique needs to input authentication information a plurality of times each time it is used, there is a problem that this is troublesome for the user.

そこで本発明は、上記従来技術の問題点に鑑み、プラグインを介して外部アプリケーションを利用するソフトウェア(本体アプリケーション)について、本体アプリケーションと外部アプリケーションが共に認証が必要なものである場合に、複数回の認証情報入力をする必要をなくすことを目的とする。   Therefore, in view of the above-described problems of the conventional technology, the present invention provides software (main body application) that uses an external application via a plug-in when both the main body application and the external application require authentication. The purpose is to eliminate the need to enter authentication information.

上記目的を達成するための請求項1記載の発明は、プラグインを組み込むことで外部アプリケーションを利用する機能を拡張する情報処理装置であって、前記外部アプリケーションは、利用する際に認証が必要であり、各ユーザの認証情報並びに前記外部アプリケーションを利用するための認証情報及びプラグイン名を関連づけて格納する記憶手段と、情報処理装置のユーザを前記各ユーザの認証情報に基づいて認証する認証手段と、該認証手段によって認証されたユーザが前記外部アプリケーションを利用する際に、前記記憶手段に格納された当該ユーザの認証情報に関連づけられている前記外部アプリケーションを利用するための認証情報及びプラグイン名を介して、外部アプリケーションにアクセスするアクセス手段と、を有することを特徴とする情報処理装置である。   In order to achieve the above object, an invention according to claim 1 is an information processing apparatus that extends a function of using an external application by incorporating a plug-in, and the external application requires authentication when used. A storage unit that associates and stores authentication information for each user, authentication information for using the external application, and a plug-in name; and an authentication unit that authenticates a user of the information processing apparatus based on the authentication information of each user And authentication information and plug-in for using the external application associated with the user authentication information stored in the storage means when the user authenticated by the authentication means uses the external application. Having access means for accessing external applications through names An information processing apparatus characterized.

請求項2記載の発明は、請求項1記載の情報処理装置において、前記各ユーザの認証情報は、前記記憶手段に、本体認証情報テーブルとして格納されており、前記外部アプリケーションを利用するための認証情報は、前記記憶手段に、プラグイン認証情報テーブルとして格納されており、前記外部アプリケーションを利用するためのプラグインと前記外部アプリケーションを利用するための認証情報との関連は、前記記憶手段に、関連テーブルとして格納されており、前記本体認証情報テーブルの主キーと前記プラグイン認証情報テーブルの主キーとは同一とすることで関連づけを実装することを特徴とする。   According to a second aspect of the present invention, in the information processing apparatus according to the first aspect, the authentication information of each user is stored as a main body authentication information table in the storage means, and is used for authentication for using the external application. Information is stored in the storage means as a plug-in authentication information table, and the relationship between the plug-in for using the external application and the authentication information for using the external application is stored in the storage means. It is stored as an association table, and the primary key of the main body authentication information table and the primary key of the plug-in authentication information table are made identical so that the association is implemented.

請求項3記載の発明は、請求項2記載の情報処理装置において、前記本体認証情報テーブルのあるレコードにおける認証に必要なフィールドの情報と、当該レコードと主キーが同一である、前記プラグイン認証情報テーブルのレコードにおける前記外部アプリケーションの認証に必要なフィールドの情報と、が同一である場合に、その旨を当該前記プラグイン認証情報テーブルのレコードの、同一検知フィールドに格納しておき、前記アクセス手段は、外部アプリケーションにアクセスする際に、前記同一検知フィールドを参照して、同一であれば、ユーザの認証情報を、外部アプリケーションの認証情報に代えて用いることを特徴とする。   According to a third aspect of the present invention, in the information processing apparatus according to the second aspect, the plug-in authentication is such that field information necessary for authentication in a record in the main body authentication information table and the record and the primary key are the same. When the field information necessary for authentication of the external application in the record of the information table is the same, the fact is stored in the same detection field of the record of the plug-in authentication information table, and the access The means refers to the same detection field when accessing the external application, and if it is the same, the authentication information of the user is used instead of the authentication information of the external application.

請求項4記載の発明は、プラグインを組み込むことで外部アプリケーションを利用する機能を拡張する情報処理装置において、各ユーザの認証情報並びに前記外部アプリケーションを利用するための認証情報及びプラグイン名を関連づけて情報処理装置の記憶手段に格納する記憶ステップと、情報処理装置のユーザを前記各ユーザの認証情報に基づいて認証する認証ステップと、該認証ステップによって認証されたユーザが前記外部アプリケーションを利用する際に、前記記憶ステップで格納された当該ユーザの認証情報に関連づけられている前記外部アプリケーションを利用するための認証情報及びプラグイン名を介して、外部アプリケーションにアクセスするアクセスステップと、を有することを特徴とする情報処理装置における外部アプリケーション利用方法である。   According to a fourth aspect of the present invention, in an information processing apparatus that expands the function of using an external application by incorporating a plug-in, the authentication information for each user, the authentication information for using the external application, and the plug-in name are associated with each other. A storage step of storing in the storage means of the information processing device, an authentication step of authenticating a user of the information processing device based on authentication information of each user, and a user authenticated by the authentication step uses the external application An access step for accessing the external application via the authentication information and the plug-in name for using the external application associated with the authentication information of the user stored in the storing step. In an information processing device characterized by It is a publication usage.

請求項5記載の発明は、コンピュータに、各ユーザの認証情報並びに外部アプリケーションを利用するための認証情報及びプラグイン名を関連づけて格納する記憶処理と、コンピュータのユーザを前記各ユーザの認証情報に基づいて認証する認証処理と、該認証処理によって認証されたユーザが前記外部アプリケーションを利用する際に、前記記憶処理で格納された当該ユーザの認証情報に関連づけられている前記外部アプリケーションを利用するための認証情報及びプラグイン名を介して、外部アプリケーションにアクセスするアクセス処理と、を実行させ、コンピュータを、プラグインを組み込むことで外部アプリケーションを利用する機能を拡張する情報処理装置として機能させることを特徴としたプログラムである。   According to a fifth aspect of the present invention, there is provided a storage process in which authentication information for each user, authentication information for using an external application and a plug-in name are stored in association with each other in a computer, and a computer user is stored in the authentication information for each user. Authentication processing based on authentication, and when the user authenticated by the authentication processing uses the external application, the external application associated with the user authentication information stored in the storage processing is used. And executing an access process for accessing an external application via the authentication information and the plug-in name, and causing the computer to function as an information processing apparatus that extends the function of using the external application by incorporating the plug-in. It is a featured program.

請求項6記載の発明は、請求項5記載のプログラムにおいて、コンピュータに、前記各ユーザの認証情報を、前記記憶処理でコンピュータの記憶手段に、本体認証情報テーブルとして格納する処理と、前記外部アプリケーションを利用するための認証情報を、前記記憶処理で前記記憶手段に、プラグイン認証情報テーブルとして格納する処理と、前記外部アプリケーションを利用するためのプラグインと前記外部アプリケーションを利用するための認証情報との関連を、前記記憶手段に、関連テーブルとして格納する処理と、を実行させ、コンピュータに、各ユーザの認証情報並びに前記外部アプリケーションを利用するための認証情報及びプラグイン名の関連づけを実装させることを特徴とする。   According to a sixth aspect of the present invention, in the program according to the fifth aspect, the computer stores the authentication information of each user in the storage means of the computer as a main body authentication information table in the storage process, and the external application Authentication information for using the external application as a plug-in authentication information table in the storage means, and a plug-in for using the external application and authentication information for using the external application And a process of storing the association as a relation table in the storage unit, and causing the computer to implement the association between the authentication information of each user, the authentication information for using the external application, and the plug-in name It is characterized by that.

本発明によれば、プラグインを介して外部アプリケーションを利用するソフトウェア(本体アプリケーション)について、本体アプリケーションと外部アプリケーションが共に認証が必要なものである場合に、複数回の認証情報入力をする必要をなくすことが可能になる。   According to the present invention, when software (main body application) that uses an external application via a plug-in requires authentication of both the main body application and the external application, it is necessary to input authentication information multiple times. It becomes possible to lose.

以下、本発明について、実施の形態に即して説明する。   Hereinafter, the present invention will be described with reference to embodiments.

図1を参照すると、本実施形態に係る情報処理装置のハードウェア構成例が示されている。図1において、情報処理装置10は、CPU11と、ROM12と、RAM13と、入力装置14と、出力装置15と、記憶装置16と、を有して、各々がバス17によって接続されている構成である。   Referring to FIG. 1, a hardware configuration example of an information processing apparatus according to the present embodiment is shown. In FIG. 1, the information processing apparatus 10 includes a CPU 11, a ROM 12, a RAM 13, an input device 14, an output device 15, and a storage device 16, each of which is connected by a bus 17. is there.

CPU11は、ROM12に記憶されているプログラムや、記憶装置16からRAM13に展開(ロード)されたプログラムにしたがって、演算処理や制御処理を実行する中央処理装置である。   The CPU 11 is a central processing unit that executes arithmetic processing and control processing in accordance with a program stored in the ROM 12 and a program expanded (loaded) from the storage device 16 to the RAM 13.

ROM12は、CPU11が各種演算や制御を行うためのプログラム、データ、パラメータ等を格納した不揮発性メモリである。CPU11は、ROM12に格納されるプログラムやデータ、パラメータ等を読み込むことはできるが、これらの書き換えや消去は行わない。   The ROM 12 is a non-volatile memory that stores programs, data, parameters, and the like for the CPU 11 to perform various calculations and controls. The CPU 11 can read programs, data, parameters, and the like stored in the ROM 12, but does not rewrite or erase them.

RAM13は、プログラムやデータの書き込みを自在に行うことができるメモリであり、CPU11が各種の処理を実行する上で必要なワーキングエリアを提供する。記憶装置16に格納される各プログラムは、RAM13上に展開されてCPU11に読み込まれる。   The RAM 13 is a memory that can freely write programs and data, and provides a working area necessary for the CPU 11 to execute various processes. Each program stored in the storage device 16 is expanded on the RAM 13 and read into the CPU 11.

入力装置14は、キーボードやマウスなどの入力用の装置から構成される。情報処理装置10のユーザは、これらの入力装置を用いて、キー入力や選択入力、IDやパスワード入力などの各種操作を行う。   The input device 14 is composed of an input device such as a keyboard and a mouse. The user of the information processing apparatus 10 performs various operations such as key input, selection input, ID and password input using these input devices.

出力装置15は、ディスプレイやスピーカなどの出力用の装置から構成される。   The output device 15 includes an output device such as a display or a speaker.

記憶装置16は、ハードディスクや半導体メモリ等の読み書き可能な記憶媒体から構成される。これらの記憶媒体は、情報処理装置10が機能するために必要なプログラムやデータを格納する。   The storage device 16 includes a readable / writable storage medium such as a hard disk or a semiconductor memory. These storage media store programs and data necessary for the information processing apparatus 10 to function.

バス17は、CPU11と、ROM12と、RAM13と、入力装置14と、出力装置15と、記憶装置16と、を相互に接続し、送受信される制御信号やデータ信号を媒介する。   The bus 17 interconnects the CPU 11, the ROM 12, the RAM 13, the input device 14, the output device 15, and the storage device 16, and mediates control signals and data signals that are transmitted and received.

図2は、上記のハードウェア資源に協働するソフトウェアプログラムの構成例を示す図である。   FIG. 2 is a diagram illustrating a configuration example of a software program that cooperates with the above hardware resources.

図2を参照すると、本実施形態に係る情報処理装置のソフトウェア構成例が示されている。本実施形態のソフトウェアは、OS20と、本体アプリケーション21と、プラグイン22と、外部アプリケーション23と、を有して構成されており、これらは、図1の記憶装置16に格納されている。なお、ここでは、図の簡略化のため、各プラグイン、外部アプリケーションについて、各々1つのみ図示する。   Referring to FIG. 2, a software configuration example of the information processing apparatus according to the present embodiment is shown. The software according to the present embodiment includes an OS 20, a main body application 21, a plug-in 22, and an external application 23, and these are stored in the storage device 16 in FIG. Here, for simplification of the drawing, only one plug-in and one external application are shown.

OS20は、メモリ管理や入出力管理、制御管理等の情報処理装置10の基本的な機能を実現するためのプログラムである。   The OS 20 is a program for realizing basic functions of the information processing apparatus 10 such as memory management, input / output management, and control management.

本体アプリケーション21は、特定の目的、動作に特化して使用するプログラムである。また、本体アプリケーション21は、本体アプリケーション21へのログイン等のユーザ認証や外部アプリケーションへのログイン等のユーザ認証を行う認証機能24と、この認証機能24を用いてプラグイン22を介して外部アプリケーション23にアクセスするアクセス機能25と、認証機能24が認証を行うための認証情報を記憶装置16に格納させる認証情報記憶機能26と、を予めプログラムされた、ソフトウェアプログラムである。   The main body application 21 is a program used specifically for a specific purpose and operation. The main body application 21 also includes an authentication function 24 that performs user authentication such as login to the main body application 21 and user authentication such as login to an external application, and the external application 23 through the plug-in 22 using the authentication function 24. A software program in which an access function 25 for accessing the authentication information and an authentication information storage function 26 for storing authentication information for authentication by the authentication function 24 in the storage device 16 are preliminarily programmed.

プラグイン22は、本体アプリケーション21に組み込まれることによって外部アプリケーション23を利用可能にする機能を提供する機能拡張用のプログラムである。   The plug-in 22 is a function expansion program that provides a function of making the external application 23 available by being incorporated in the main body application 21.

外部アプリケーション23は、ユーザ名、パスワード、ドメイン等の認証情報にの照合によって認証を実行する認証機構を有しており、この認証機構は、本体アプリケーション21と直接の関係を有しない。プラグイン22を介して本体アプリケーション21と連携する。   The external application 23 has an authentication mechanism that performs authentication by collating with authentication information such as a user name, password, and domain, and this authentication mechanism has no direct relationship with the main body application 21. It cooperates with the main body application 21 via the plug-in 22.

これらのソフトウェアプログラムは、CPU11に実行されることにより、予めプログラムされた機能を発揮する。   These software programs exhibit the functions programmed in advance by being executed by the CPU 11.

図3は、上記の、本体アプリケーション21がCPU11に実行されることにより発揮される認証情報記憶機能26によって、記憶装置16に格納される認証情報(認証データ)の構成を説明するための図である。   FIG. 3 is a diagram for explaining a configuration of authentication information (authentication data) stored in the storage device 16 by the authentication information storage function 26 that is exhibited when the main body application 21 is executed by the CPU 11. is there.

記憶装置16に格納される認証情報の構成は、本体認証情報テーブルと、プラグイン認証情報テーブルと、プラグイン・プラグイン認証情報テーブル関連テーブル(以下、「関連テーブル」とする)と、を有する。   The configuration of authentication information stored in the storage device 16 includes a main body authentication information table, a plug-in authentication information table, and a plug-in / plug-in authentication information table related table (hereinafter referred to as “related table”). .

本体認証情報テーブルは、本体アプリケーション21へのユーザのログイン等を実現するためのものであり、「Index」フィールドを主キーに、「ユーザ名」フィールド、「パスワード」フィールド、「ドメイン」フィールドを有する。情報処理装置10のユーザが本体アプリケーション21へログインをする場合、CPU11は、ユーザが入力装置14を用いて入力したユーザ名とパスワード(又は、「ユーザ名、パスワード及びドメイン」等としてもよい)を、記憶装置16に格納されているこの本体認証情報テーブルに照らして、照合し、ログインの可否を決定する。   The main body authentication information table is for realizing user login to the main body application 21 and has a “user name” field, a “password” field, and a “domain” field with the “Index” field as a primary key. . When the user of the information processing apparatus 10 logs in to the main application 21, the CPU 11 uses the user name and password (or “user name, password and domain”, etc.) input by the user using the input device 14. In comparison with the main body authentication information table stored in the storage device 16, collation is performed to determine whether or not login is possible.

プラグイン認証情報テーブルは、上記認証機構を有した外部アプリケーション23に特定のプラグイン22を介して認証代行(ログイン代行)するために参照される認証情報を格納したデータテーブルであり、「Index」フィールドを主キーに、「ユーザ名」フィールド、「パスワード」フィールド、「ドメイン」フィールドを有する。外部アプリケーション23の認証情報に基づいて作成されるが、外部アプリケーション23の認証情報と一致している必要はない。また、プラグインが複数ある場合は、プラグインごとにこのプラグイン認証情報テーブルが作られることになる。   The plug-in authentication information table is a data table storing authentication information that is referred to in order to perform authentication proxy (log-in proxy) via the specific plug-in 22 to the external application 23 having the authentication mechanism. The field has a “user name” field, a “password” field, and a “domain” field with a primary key. Although it is created based on the authentication information of the external application 23, it does not have to match the authentication information of the external application 23. When there are a plurality of plug-ins, this plug-in authentication information table is created for each plug-in.

また、本実施形態においては、プラグイン認証情報テーブルの主キーは、本体認証情報テーブルの主キーと一致させる。   In the present embodiment, the primary key of the plug-in authentication information table is matched with the primary key of the main body authentication information table.

関連テーブルは、上記の、プラグインごとに作られているプラグイン認証情報テーブルとプラグインとの関連を記憶したデータテーブルである。   The association table is a data table storing the association between the plugin authentication information table created for each plugin and the plugin.

これらのデータテーブルは、本体アプリケーション21がCPU11に実行されることにより発揮される認証情報記憶機能26によって、記憶装置16に格納され、また、認証機能24によって、必要に応じて適宜参照される。   These data tables are stored in the storage device 16 by the authentication information storage function 26 that is exhibited when the main body application 21 is executed by the CPU 11, and is appropriately referred to by the authentication function 24 as necessary.

次に、上記のハードウェア資源を用いる上記の各種プログラムによる情報処理を、図4ないし図6を参照して説明する。   Next, information processing by the various programs using the hardware resources will be described with reference to FIGS.

〔本実施形態の情報処理の流れ全体〕
本実施形態の全体の流れは、第1に、予め本体アプリケーション21の認証情報と外部アプリケーション23の認証情報の関連を、入力装置14や出力装置15によって実現されたGUI(グラフィカル・ユーザ・インターフェース)を用いたユーザの入力によって、記憶装置16へ格納するステップと、第2に、本体アプリケーション21がプラグイン22を介して外部アプリケーション23にアクセスする際に、予め記憶されている外部アプリケーション23の認証のための認証情報を取り出し、その情報を用いてアクセスするステップと、に分けられる。
[Overall Information Processing Flow of this Embodiment]
The overall flow of the present embodiment is as follows. First, the GUI (graphical user interface) realized in advance by the input device 14 and the output device 15 is related to the authentication information of the main body application 21 and the authentication information of the external application 23. The step of storing in the storage device 16 by the user input using, and secondly, the authentication of the external application 23 stored in advance when the main body application 21 accesses the external application 23 via the plug-in 22. The authentication information is taken out and accessed using the information.

以下、図4を参照して、具体的に説明する。図4は、情報処理装置10の情報処理の、全体の流れを示すフローチャート図である。   Hereinafter, a specific description will be given with reference to FIG. FIG. 4 is a flowchart showing the overall flow of information processing of the information processing apparatus 10.

まず、ユーザの入力によって、情報処理装置10は、本体アプリケーション21の認証情報と外部アプリケーション23の認証情報の関連を記憶装置16に格納する(ステップS41)。   First, in response to a user input, the information processing apparatus 10 stores the relationship between the authentication information of the main body application 21 and the authentication information of the external application 23 in the storage device 16 (step S41).

次に、ユーザの本体アプリケーション21へのログインがあると(ステップS42)、(ステップS41で)予め記憶させておいた外部アプリケーション23の認証情報を取り出す(ステップS43)。   Next, when the user logs in to the main body application 21 (step S42), the authentication information of the external application 23 stored in advance (in step S41) is taken out (step S43).

ステップS43で取り出した情報を用いて、本体アプリケーション21は、プラグイン22を介して外部アプリケーション23にアクセスする(ステップS44)。   Using the information extracted in step S43, the main body application 21 accesses the external application 23 via the plug-in 22 (step S44).

〔認証情報記憶処理〕
図4のステップS41で示した、本体アプリケーション21の認証情報と外部アプリケーション23の認証情報の関連の入力を受けて記憶装置16に格納する処理の流れを、図5を参照して説明する。図5は、図4のステップS41の詳細を示すフローチャート図である。
[Authentication information storage processing]
With reference to FIG. 5, a description will be given of the flow of processing for receiving the input related to the authentication information of the main body application 21 and the authentication information of the external application 23 and storing them in the storage device 16 shown in step S41 of FIG. FIG. 5 is a flowchart showing details of step S41 in FIG.

まず、ユーザは、GUIにより本体アプリケーション21の認証情報と関連する外部アプリケーション23の認証情報を入力する(ステップS51)。なお、ここで、必ずしもGUIである必要はないが、ユーザの直感的な操作を期待でき、入力ミスを低減させることができるため有利である。   First, the user inputs authentication information of the external application 23 related to the authentication information of the main body application 21 through the GUI (step S51). Here, although it is not always necessary to use a GUI, it is advantageous because an intuitive operation of the user can be expected and input errors can be reduced.

次に、図3で示した関連テーブルから、外部アプリケーション23と連携するためのプラグイン22用の、プラグイン認証情報テーブル名を取得する(ステップS52)。   Next, the plug-in authentication information table name for the plug-in 22 for linking with the external application 23 is acquired from the association table shown in FIG. 3 (step S52).

次に、ステップS52で取得したプラグイン認証情報テーブル名のプラグイン認証情報テーブルに、ステップS51で入力を受けた外部アプリケーション23の認証情報を格納する(ステップS53)。   Next, the authentication information of the external application 23 received in step S51 is stored in the plug-in authentication information table having the plug-in authentication information table name acquired in step S52 (step S53).

その格納の際、本体アプリケーション21の認証情報テーブルの主キーと、プラグイン認証情報テーブルの主キーと、を一致させる(ステップS54)。例えば、本体アプリケーション21の認証情報において、User1というユーザが、IndexフィールドにIndex1という値を持つとき、User1と関連づけるための外部アプリケーション23の認証情報は、プラグイン認証情報テーブルの、IndexフィールドにIndex1という値を持つレコードに記憶される。   At the time of storage, the main key of the authentication information table of the main body application 21 is matched with the main key of the plug-in authentication information table (step S54). For example, in the authentication information of the main application 21, when the user User1 has a value Index1 in the Index field, the authentication information of the external application 23 to be associated with User1 is Index1 in the Index field of the plug-in authentication information table. Stored in records with values.

以上の認証情報記憶処理は、本体アプリケーション21がCPU11によって実行されることによって発揮される認証情報記憶機能26による情報処理である。   The authentication information storage process described above is information processing by the authentication information storage function 26 that is exhibited when the main body application 21 is executed by the CPU 11.

〔外部アプリケーションアクセス処理〕
図4のステップS44で示した、プラグイン22を介して外部アプリケーション23にアクセスする処理の流れを、図6を参照して説明する。図6は、図4のステップS44の詳細を示すフローチャート図である。
[External application access processing]
The flow of processing for accessing the external application 23 via the plug-in 22 shown in step S44 of FIG. 4 will be described with reference to FIG. FIG. 6 is a flowchart showing details of step S44 of FIG.

前提条件として、既に本体アプリケーション21に、ユーザは、ユーザ名:User1としてログイン済みであるとする。まず、関連テーブルから外部アプリケーション23と連携するためのプラグイン22用の、プラグイン認証情報テーブル名を取得する(ステップS61)。   As a precondition, it is assumed that the user has already logged in to the main application 21 as the user name: User1. First, the plug-in authentication information table name for the plug-in 22 for linking with the external application 23 is acquired from the association table (step S61).

次に、取得したプラグイン認証情報テーブル名のプラグイン認証情報テーブルから、本体アプリケーション21における本ユーザ(User1)を示すレコードの主キーと同一の主キーを持つレコードを取得する(ステップS62)。   Next, a record having the same primary key as the primary key of the record indicating the user (User1) in the main body application 21 is acquired from the plug-in authentication information table having the acquired plug-in authentication information table name (step S62).

ステップS62で取得したレコードに含まれる認証情報で、外部アプリケーション23へアクセスする(ステップS63)。   The external application 23 is accessed with the authentication information included in the record acquired in step S62 (step S63).

以上の外部アプリケーションアクセス処理は、本体アプリケーション21がCPU11によって実行されることによって発揮されるアクセス機能25による情報処理である。   The above external application access processing is information processing by the access function 25 that is exhibited when the main body application 21 is executed by the CPU 11.

また、図4のステップS42や図6のステップS63において必要となる認証(認証処理)は、本体アプリケーション21がCPU11によって実行されることによって発揮される認証機能24による情報処理である。   Further, the authentication (authentication process) required in step S42 of FIG. 4 or step S63 of FIG. 6 is information processing by the authentication function 24 that is exhibited when the main body application 21 is executed by the CPU 11.

〔認証情報の同一〕
あるユーザの、本体アプリケーション21の認証情報と外部アプリケーション23の認証情報が同一である場合(認証に必要な情報のみが同一であればよい)、プラグイン認証情報テーブルに、その旨を記憶するフィールドを設けて、記憶させておく。図7に当該構成の一例を示す。
[Same authentication information]
When the authentication information of the main body application 21 and the authentication information of the external application 23 are the same for a user (only the information necessary for authentication is the same), a field for storing that fact in the plug-in authentication information table And store it. FIG. 7 shows an example of the configuration.

図7において、「本体アプリケーションの認証情報と同一?」フィールド(以下、同一検知フィールド)には、本体アプリケーション21の認証情報と、その主キーを同じくする外部アプリケーション23の認証情報と、が同一である場合に、Yes(同一でない場合はNo)が格納されている。   In FIG. 7, the authentication information of the main body application 21 and the authentication information of the external application 23 having the same main key are the same in the “same as authentication information of main body application?” Field (hereinafter, the same detection field). In some cases, Yes (No if not identical) is stored.

外部アプリケーションアクセス処理が行われるとき、図6のステップS63に代えて、上記の同一検知フィールドがYes/Noのいずれかであることを調べ、Yesの場合、取得した外部アプリケーション23の認証情報を用いず、本体アプリケーション21の認証情報を用いてアクセスする。Noの場合、ステップS63の処理を行う。   When external application access processing is performed, instead of step S63 of FIG. 6, it is checked whether the same detection field is Yes / No. If Yes, the acquired authentication information of the external application 23 is used. First, access is performed using the authentication information of the main body application 21. In No, the process of step S63 is performed.

上記構成にすることによって、アクセス処理の高速化という効果を奏する。   With the above configuration, the access processing speed can be increased.

また、関連テーブルの構成は、図3に示したものに限定されるものではない。関連テーブルを排して、プラグイン認証情報テーブル名を、プラグイン名に関連づけられた一定の命名規則に従って名付けることによっても、関連テーブルと同等の効果を得られる。   Further, the configuration of the association table is not limited to that shown in FIG. By eliminating the related table and naming the plug-in authentication information table name according to a certain naming rule associated with the plug-in name, the same effect as the related table can be obtained.

命名規則の一例: AuthInfoRelation_[PluginName]
上記構成にすることによって、記憶装置16に必要な記憶領域の圧縮が図れるため、結果として記憶コストを減らすことができる。
Example naming convention: AuthInfoRelation_ [PluginName]
With the above configuration, the storage area necessary for the storage device 16 can be compressed, and as a result, the storage cost can be reduced.

本発明による実施の形態に係る情報処理装置のハードウェア構成例を示す図である。It is a figure which shows the hardware structural example of the information processing apparatus which concerns on embodiment by this invention. 本発明による実施の形態に係る情報処理装置のソフトウェア構成例を示す図である。It is a figure which shows the software structural example of the information processing apparatus which concerns on embodiment by this invention. 認証情報記憶手段が記憶する認証情報の構成を説明するための図である。It is a figure for demonstrating the structure of the authentication information which an authentication information storage means memorize | stores. 本実施形態の動作の全体の流れを示すフローチャート図である。It is a flowchart figure which shows the flow of the whole operation | movement of this embodiment. 図4のステップS41の詳細を示すフローチャート図である。It is a flowchart figure which shows the detail of step S41 of FIG. 図4のステップS44の詳細を示すフローチャート図である。It is a flowchart figure which shows the detail of step S44 of FIG. 図3で示したプラグイン認証情報テーブルの別の構成例を示す図である。It is a figure which shows another structural example of the plug-in authentication information table shown in FIG. 従来の一般的な、プラグインを用いて外部アプリケーションを利用する本体アプリケーションの機能を概念的に示す図である。It is a figure which shows notionally the function of the main body application which utilizes a conventional general external application using a plug-in.

符号の説明Explanation of symbols

10 情報処理装置
11 CPU
12 ROM
13 RAM
14 入力装置
15 出力装置
16 記憶装置
20 OS
21 本体アプリケーション
22 プラグイン
23 外部アプリケーション
24 認証機能
25 アクセス機能
26 認証情報記憶機能
10 Information processing apparatus 11 CPU
12 ROM
13 RAM
14 Input device 15 Output device 16 Storage device 20 OS
21 Main body application 22 Plug-in 23 External application 24 Authentication function 25 Access function 26 Authentication information storage function

Claims (6)

プラグインを組み込むことで外部アプリケーションを利用する機能を拡張する情報処理装置であって、
前記外部アプリケーションは、利用する際に認証が必要であり、
各ユーザの認証情報並びに前記外部アプリケーションを利用するための認証情報及びプラグイン名を関連づけて格納する記憶手段と、
情報処理装置のユーザを前記各ユーザの認証情報に基づいて認証する認証手段と、
該認証手段によって認証されたユーザが前記外部アプリケーションを利用する際に、前記記憶手段に格納された当該ユーザの認証情報に関連づけられている前記外部アプリケーションを利用するための認証情報及びプラグイン名を介して、外部アプリケーションにアクセスするアクセス手段と、
を有することを特徴とする情報処理装置。
An information processing device that extends the function of using an external application by incorporating a plug-in,
The external application requires authentication when used,
Storage means for associating and storing authentication information for each user and authentication information for using the external application and a plug-in name;
Authentication means for authenticating the user of the information processing device based on the authentication information of each user;
When a user authenticated by the authentication unit uses the external application, authentication information and a plug-in name for using the external application associated with the user authentication information stored in the storage unit are stored. Access means for accessing external applications via
An information processing apparatus comprising:
前記各ユーザの認証情報は、前記記憶手段に、本体認証情報テーブルとして格納されており、
前記外部アプリケーションを利用するための認証情報は、前記記憶手段に、プラグイン認証情報テーブルとして格納されており、
前記外部アプリケーションを利用するためのプラグインと前記外部アプリケーションを利用するための認証情報との関連は、前記記憶手段に、関連テーブルとして格納されており、
前記本体認証情報テーブルの主キーと前記プラグイン認証情報テーブルの主キーとは同一とすることで関連づけを実装することを特徴とする請求項1記載の情報処理装置。
The authentication information of each user is stored in the storage means as a main body authentication information table,
Authentication information for using the external application is stored in the storage means as a plug-in authentication information table,
The relationship between the plug-in for using the external application and the authentication information for using the external application is stored in the storage means as a related table,
2. The information processing apparatus according to claim 1, wherein the association is implemented by making the main key of the main body authentication information table and the main key of the plug-in authentication information table the same.
前記本体認証情報テーブルのあるレコードにおける認証に必要なフィールドの情報と、
当該レコードと主キーが同一である、前記プラグイン認証情報テーブルのレコードにおける前記外部アプリケーションの認証に必要なフィールドの情報と、
が同一である場合に、
その旨を当該前記プラグイン認証情報テーブルのレコードの、同一検知フィールドに格納しておき、
前記アクセス手段は、外部アプリケーションにアクセスする際に、前記同一検知フィールドを参照して、同一であれば、ユーザの認証情報を、外部アプリケーションの認証情報に代えて用いることを特徴とする請求項2記載の情報処理装置。
Field information necessary for authentication in a record in the main body authentication information table;
Information on fields necessary for authentication of the external application in the record of the plug-in authentication information table having the same primary key as the record;
Are the same,
That fact is stored in the same detection field of the record of the plug-in authentication information table,
The access means refers to the same detection field when accessing an external application, and if it is the same, uses the user authentication information instead of the external application authentication information. The information processing apparatus described.
プラグインを組み込むことで外部アプリケーションを利用する機能を拡張する情報処理装置において、
各ユーザの認証情報並びに前記外部アプリケーションを利用するための認証情報及びプラグイン名を関連づけて情報処理装置の記憶手段に格納する記憶ステップと、
情報処理装置のユーザを前記各ユーザの認証情報に基づいて認証する認証ステップと、
該認証ステップによって認証されたユーザが前記外部アプリケーションを利用する際に、前記記憶ステップで格納された当該ユーザの認証情報に関連づけられている前記外部アプリケーションを利用するための認証情報及びプラグイン名を介して、外部アプリケーションにアクセスするアクセスステップと、
を有することを特徴とする情報処理装置における外部アプリケーション利用方法。
In an information processing device that extends the function of using an external application by incorporating a plug-in,
A storage step of associating authentication information for each user and authentication information for using the external application and a plug-in name in the storage means of the information processing apparatus;
An authentication step of authenticating a user of the information processing device based on the authentication information of each user;
When a user authenticated in the authentication step uses the external application, authentication information and a plug-in name for using the external application associated with the user authentication information stored in the storage step are displayed. An access step for accessing an external application via
A method for using an external application in an information processing apparatus, comprising:
コンピュータに、
各ユーザの認証情報並びに外部アプリケーションを利用するための認証情報及びプラグイン名を関連づけて格納する記憶処理と、
コンピュータのユーザを前記各ユーザの認証情報に基づいて認証する認証処理と、
該認証処理によって認証されたユーザが前記外部アプリケーションを利用する際に、前記記憶処理で格納された当該ユーザの認証情報に関連づけられている前記外部アプリケーションを利用するための認証情報及びプラグイン名を介して、外部アプリケーションにアクセスするアクセス処理と、
を実行させ、コンピュータを、プラグインを組み込むことで外部アプリケーションを利用する機能を拡張する情報処理装置として機能させることを特徴としたプログラム。
On the computer,
A storage process for associating and storing authentication information for each user and authentication information for using an external application and a plug-in name;
An authentication process for authenticating a computer user based on the authentication information of each user;
When a user authenticated by the authentication process uses the external application, authentication information and a plug-in name for using the external application associated with the user authentication information stored in the storage process are displayed. Access processing to access external applications via
And causing the computer to function as an information processing apparatus that extends the function of using an external application by incorporating a plug-in.
コンピュータに、
前記各ユーザの認証情報を、前記記憶処理でコンピュータの記憶手段に、本体認証情報テーブルとして格納する処理と、
前記外部アプリケーションを利用するための認証情報を、前記記憶処理で前記記憶手段に、プラグイン認証情報テーブルとして格納する処理と、
前記外部アプリケーションを利用するためのプラグインと前記外部アプリケーションを利用するための認証情報との関連を、前記記憶手段に、関連テーブルとして格納する処理と、
を実行させ、コンピュータに、各ユーザの認証情報並びに前記外部アプリケーションを利用するための認証情報及びプラグイン名の関連づけを実装させることを特徴とする請求項5記載のプログラム。
On the computer,
A process of storing the authentication information of each user in a storage means of a computer in the storage process as a main body authentication information table;
Processing for storing authentication information for using the external application as a plug-in authentication information table in the storage means in the storage processing;
A process of storing a relation between a plug-in for using the external application and authentication information for using the external application in the storage unit as a relation table;
6. The program according to claim 5, wherein the computer is caused to implement association of authentication information for each user and authentication information for using the external application and a plug-in name.
JP2007030959A 2007-02-09 2007-02-09 Information processing apparatus, external application utilization method, and program Expired - Fee Related JP4909756B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2007030959A JP4909756B2 (en) 2007-02-09 2007-02-09 Information processing apparatus, external application utilization method, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2007030959A JP4909756B2 (en) 2007-02-09 2007-02-09 Information processing apparatus, external application utilization method, and program

Publications (2)

Publication Number Publication Date
JP2008197824A true JP2008197824A (en) 2008-08-28
JP4909756B2 JP4909756B2 (en) 2012-04-04

Family

ID=39756721

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2007030959A Expired - Fee Related JP4909756B2 (en) 2007-02-09 2007-02-09 Information processing apparatus, external application utilization method, and program

Country Status (1)

Country Link
JP (1) JP4909756B2 (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010191610A (en) * 2009-02-17 2010-09-02 Ricoh Co Ltd Information processing device, information processing method, and program
JP2011059896A (en) * 2009-09-08 2011-03-24 Ricoh Co Ltd Apparatus, method and program for processing information
US9516185B2 (en) 2014-06-06 2016-12-06 Canon Kabushiki Kaisha Information processing apparatus enabling cooperation with a network service and control method therefor
JP2019067131A (en) * 2017-09-29 2019-04-25 キヤノン株式会社 Image forming device and control method thereof

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005063169A (en) * 2003-08-13 2005-03-10 Ricoh Co Ltd Information processor, image processor, server device, method for session connection, session connection program, and recording medium
JP2006065712A (en) * 2004-08-30 2006-03-09 Yokogawa Electric Corp Integrated authentication method and apparatus, and program for integrated authentication
JP2006127205A (en) * 2004-10-29 2006-05-18 Hitachi Ltd Computer and its access control method

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005063169A (en) * 2003-08-13 2005-03-10 Ricoh Co Ltd Information processor, image processor, server device, method for session connection, session connection program, and recording medium
JP2006065712A (en) * 2004-08-30 2006-03-09 Yokogawa Electric Corp Integrated authentication method and apparatus, and program for integrated authentication
JP2006127205A (en) * 2004-10-29 2006-05-18 Hitachi Ltd Computer and its access control method

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010191610A (en) * 2009-02-17 2010-09-02 Ricoh Co Ltd Information processing device, information processing method, and program
US8661514B2 (en) 2009-02-17 2014-02-25 Ricoh Company, Ltd. Information processing device, information processing method, and program
JP2011059896A (en) * 2009-09-08 2011-03-24 Ricoh Co Ltd Apparatus, method and program for processing information
US9516185B2 (en) 2014-06-06 2016-12-06 Canon Kabushiki Kaisha Information processing apparatus enabling cooperation with a network service and control method therefor
JP2019067131A (en) * 2017-09-29 2019-04-25 キヤノン株式会社 Image forming device and control method thereof

Also Published As

Publication number Publication date
JP4909756B2 (en) 2012-04-04

Similar Documents

Publication Publication Date Title
JP4705489B2 (en) Computer-readable portable recording medium recording device driver program, storage device access method, and storage device access system
US20200067911A1 (en) Privacy-aware id gateway
US8875258B2 (en) Constraining a login to a subset of access rights
JP6828014B2 (en) A computer implementation performed by a local computing device communicatively connected to one or more signing devices.
TWI431501B (en) Cryptographic key containers on a usb token
EP3999963A1 (en) Nested tenancy that permits a hierarchy having a plurality of levels
CN106096441A (en) Date storage method and data storage device
JP4909756B2 (en) Information processing apparatus, external application utilization method, and program
CN110352411A (en) Method and apparatus for controlling the access to safe computing resource
Basu et al. Feasibility of a privacy preserving collaborative filtering scheme on the Google App Engine: a performance case study
JP4342326B2 (en) Database controller
KR100348365B1 (en) Apparatus and method for executing application program by using fingerprint
WO2020240873A1 (en) Verification method, information processing device, and verification program
CN111190844A (en) Protocol conversion method and electronic equipment
US11792201B2 (en) System and method to manage multiple-account access using a master key
JP2006338311A (en) Computer system for processing device loaded with multiple applications, device and computer program
CN113867975B (en) Quick response method and device for command line and computer equipment
TW202029036A (en) System for using embedded browser module to manage certificate and method thereof
US11074046B2 (en) Methods and systems for generating code to enable a honest/flexible functional dependency injection approach
JP2006344104A (en) File management program and file management device
US20230100160A1 (en) Computing devices for encryption and decryption of data
JP6230480B2 (en) Data processing apparatus, data processing method, and program
KR20210132467A (en) Method and apparatus for providing statistical information of medical data
CN117155536A (en) Transaction management method, device, equipment and readable storage medium of intelligent contract
JP5942612B2 (en) Information storage device and access determination method thereof

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20091021

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20111031

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20111108

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20111207

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: 20120110

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20120116

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20150120

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Ref document number: 4909756

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

LAPS Cancellation because of no payment of annual fees