JP5894860B2 - ID management method and data management apparatus - Google Patents

ID management method and data management apparatus Download PDF

Info

Publication number
JP5894860B2
JP5894860B2 JP2012119184A JP2012119184A JP5894860B2 JP 5894860 B2 JP5894860 B2 JP 5894860B2 JP 2012119184 A JP2012119184 A JP 2012119184A JP 2012119184 A JP2012119184 A JP 2012119184A JP 5894860 B2 JP5894860 B2 JP 5894860B2
Authority
JP
Japan
Prior art keywords
data management
user
domain
information
unit
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
JP2012119184A
Other languages
Japanese (ja)
Other versions
JP2013246600A (en
JP2013246600A5 (en
Inventor
暁彦 杉本
暁彦 杉本
尚生 坂崎
尚生 坂崎
暖 山本
暖 山本
由裕 五十嵐
由裕 五十嵐
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Hitachi Ltd
Original Assignee
Hitachi 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 Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP2012119184A priority Critical patent/JP5894860B2/en
Publication of JP2013246600A publication Critical patent/JP2013246600A/en
Publication of JP2013246600A5 publication Critical patent/JP2013246600A5/ja
Application granted granted Critical
Publication of JP5894860B2 publication Critical patent/JP5894860B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Computer And Data Communications (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Description

本発明は、ID管理方法およびこれを実施するデータ管理装置に関する。   The present invention relates to an ID management method and a data management apparatus that implements the ID management method.

情報システムでは、人や物、またはそれらに関連する情報を管理する際、当該システムが人や物等の管理対象を一意に特定するため、管理対象に特定の領域(以下、ドメインと呼ぶ)において唯一無二の識別子(以下、IDと呼ぶ)を割り当てることが一般的である。例えば、運転免許保有者の情報を管理するためには、運転免許保有者それぞれに運転免許証番号が割り当てられており、運転免許証番号により一意に特定することが可能である。   In an information system, when managing a person or a thing, or information related thereto, the system uniquely identifies a management target such as a person or a thing. Therefore, in a specific area (hereinafter referred to as a domain) as a management target. It is common to assign a unique identifier (hereinafter referred to as ID). For example, in order to manage the information of the driver license holder, each driver license holder is assigned a driver license number, and can be uniquely specified by the driver license number.

普通、IDはドメイン毎に異なる値をとり得るため、ドメインを越えて管理対象を同一とみなすことはできないが、ドメイン間でIDを相互変換できることが望ましい場合がある。例えば、病院Bが病院Aでの患者の治療履歴を把握する際、患者の病院BでのIDを病院AでのIDへ変換可能であれば、病院Aのデータベースを容易に参照することが可能である。   Usually, since IDs can take different values for each domain, management objects cannot be regarded as the same across domains, but it may be desirable to be able to mutually convert IDs between domains. For example, when the hospital B grasps the treatment history of the patient at the hospital A, if the patient's ID at the hospital B can be converted into the ID at the hospital A, the database of the hospital A can be easily referred to. It is.

また、例えば、Aシステムを使う利用者がAシステムで管理されるAさんのIDを、Bシステムで管理されるAさんのIDに変換したい場合、Aシステムを使う利用者は変換できるが、Aシステムの別の利用者は変換できないようにするというように、利用者ごとに、変換可能なIDを制御することが望ましい場合がある。   Also, for example, if a user using the A system wants to convert Mr. A's ID managed by the A system into Mr. A's ID managed by the B system, the user using the A system can convert it. It may be desirable to control the convertible ID for each user, such that another user of the system cannot convert.

このようなID変換に関わる技術として、例えば特許文献1には、アクセス要求によるアクセス元ドメインとアクセス先ドメインが異なる場合、アクセス要求から、アクセス元ドメインにおけるユーザIDを抽出し、ユーザ管理ドメイン間におけるID変換情報を参照して、抽出したアクセス元ドメインにおけるユーザIDを、アクセス先ドメインにおけるユーザIDに変換し、上記アクセス要求に含まれるユーザIDを、上記変換されたユーザIDに置き換え、ユーザIDが置き換えられたアクセス要求に応じた処理を実行するシステムが開示されている(例えば、特許文献1参照)。   As a technique related to such ID conversion, for example, in Patent Document 1, when the access source domain and the access destination domain are different due to the access request, the user ID in the access source domain is extracted from the access request, and between the user management domains. With reference to the ID conversion information, the extracted user ID in the access source domain is converted into the user ID in the access destination domain, the user ID included in the access request is replaced with the converted user ID, and the user ID is A system that executes processing in accordance with the replaced access request is disclosed (for example, see Patent Document 1).

特開2009−70342号公報JP 2009-70342 A

上記従来技術では、あらかじめ、異なるユーザ管理ドメイン間におけるIDの対応関係をテーブルに登録しておく必要がある。しかし、ドメイン数とID数は、時間とともに変化するため、ドメイン数とID数の増加に伴い、システムを再構築する必要がある。   In the prior art described above, it is necessary to register the ID correspondence between different user management domains in a table in advance. However, since the number of domains and the number of IDs change with time, it is necessary to rebuild the system as the number of domains and the number of IDs increase.

また、上記従来技術では、任意のドメインのユーザIDを、任意の別ドメインのユーザIDに変換することが可能となり、利用者ごとに、変換可能なIDを制御することはできない。   Moreover, in the said prior art, it becomes possible to convert the user ID of arbitrary domains into the user ID of arbitrary arbitrary domains, and it cannot control ID which can be converted for every user.

本発明は、このような事情に鑑みてなされたものであり、ドメイン数とID数が増加してもシステムを再構築する必要がなく、また利用者ごとに、変換可能なIDを制御することができるID管理方法およびこれを実施するデータ管理装置を提供することを目的とする。   The present invention has been made in view of such circumstances, and even if the number of domains and the number of IDs increase, there is no need to reconstruct the system, and IDs that can be converted are controlled for each user. An object of the present invention is to provide an ID management method that can perform the above and a data management device that implements the method.

本発明の代表的な一例は、以下の通りである。   A typical example of the present invention is as follows.

すなわち、本発明は、ネットワークに接続されるデータ管理装置におけるID管理方法であって、前記データ管理装置は、セッション情報とユーザ識別子とをそれぞれ対応付けて記憶する記憶部を有し、前記データ管理装置により、前記ネットワークから、第1のドメイン、第1のドメインID、第2のドメインおよび第2のドメインIDの登録要求を受信すると、該登録要求に含まれるセッション情報をもとに前記記憶部からユーザ識別子を取得し、前記第1のドメイン、前記第1のドメインID、前記第2のドメインおよび前記ユーザ識別子から構成される検索キーと、前記第2のドメインIDを前記ネットワークに送信する処理と、前記検索キーおよび前記第2のドメインIDの組を前記記憶部に登録する処理とを実施する、ことを特徴とする。   That is, the present invention is an ID management method in a data management apparatus connected to a network, wherein the data management apparatus includes a storage unit that stores session information and a user identifier in association with each other, and the data management apparatus When the apparatus receives a registration request for the first domain, the first domain ID, the second domain, and the second domain ID from the network, the storage unit is configured based on the session information included in the registration request. A user identifier is obtained from the first domain, the first domain ID, the second domain, a search key composed of the second domain and the user identifier, and a process of transmitting the second domain ID to the network And a process of registering the set of the search key and the second domain ID in the storage unit. To.

本発明によれば、ドメイン数とID数が増加してもシステムを再構築する必要がなく、また利用者ごとに、変換可能なIDを制御することができる。これにより、システム再構築に要する工数や費用を低減できるとともに、利用者が権限を有するIDのみを変換可能となる。   According to the present invention, it is not necessary to reconstruct the system even if the number of domains and the number of IDs increase, and the IDs that can be converted can be controlled for each user. As a result, it is possible to reduce the man-hours and costs required for system reconstruction, and it is possible to convert only IDs for which the user has authority.

本実施例におけるID管理システムの構成図の例である。It is an example of the block diagram of the ID management system in a present Example. 本実施例におけるクライアント装置101の機能構成図の例である。It is an example of a functional block diagram of the client apparatus 101 in a present Example. 本実施例における認証装置104の機能構成図の例である。It is an example of a functional block diagram of the authentication apparatus 104 in a present Example. 本実施例におけるゲートウェイ装置105の機能構成図の例である。It is an example of a functional block diagram of the gateway apparatus 105 in a present Example. 本実施例におけるデータ管理装置106の機能構成図の例である。It is an example of a functional block diagram of the data management apparatus 106 in a present Example. 本実施例における各装置のハードウェア構成図の例である。It is an example of the hardware block diagram of each apparatus in a present Example. 本実施例における認証装置104、ゲートウェイ装置105が実行するユーザ登録処理のシーケンス図の例である。It is an example of the sequence diagram of the user registration process which the authentication apparatus 104 and the gateway apparatus 105 in a present Example perform. 本実施例における認証装置104、ゲートウェイ装置105が実行するユーザ登録処理の中で送受信されるメッセージの例である。It is an example of the message transmitted / received in the user registration process which the authentication apparatus 104 and the gateway apparatus 105 in a present Example perform. 本実施例における認証装置104内のユーザ情報記憶領域311に格納されるデータの例である。It is an example of the data stored in the user information storage area 311 in the authentication apparatus 104 in a present Example. 本実施例における認証装置104、ゲートウェイ装置105が実行するユーザ更新処理のシーケンス図の例である。It is an example of the sequence diagram of the user update process which the authentication apparatus 104 and the gateway apparatus 105 in a present Example perform. 本実施例における認証装置104、ゲートウェイ装置105が実行するユーザ更新処理の中で送受信されるメッセージの例である。It is an example of the message transmitted / received in the user update process which the authentication apparatus 104 and the gateway apparatus 105 in a present Example perform. 本実施例における認証装置104、ゲートウェイ装置105が実行するユーザ失効処理のシーケンス図の例である。It is an example of the sequence diagram of the user revocation process which the authentication apparatus 104 and the gateway apparatus 105 in a present Example perform. 本実施例における認証装置104、ゲートウェイ装置105が実行するユーザ失効処理の中で送受信されるメッセージの例である。It is an example of the message transmitted / received in the user revocation process which the authentication apparatus 104 and the gateway apparatus 105 in a present Example perform. 本実施例における認証装置104、ゲートウェイ装置105、データ管理装置106が実行するユーザ認証処理のシーケンス図の例である。It is an example of the sequence diagram of the user authentication process which the authentication apparatus 104, the gateway apparatus 105, and the data management apparatus 106 in a present Example perform. 本実施例における認証装置104、ゲートウェイ装置105、データ管理装置106が実行するユーザ認証処理の中で送受信されるメッセージの例である。It is an example of the message transmitted / received in the user authentication process which the authentication apparatus 104, the gateway apparatus 105, and the data management apparatus 106 in a present Example perform. 本実施例におけるゲートウェイ装置105内のセッション情報記憶領域408、データ管理装置106内のセッション情報記憶領域513に格納されるデータの例である。It is an example of the data stored in the session information storage area 408 in the gateway apparatus 105 and the session information storage area 513 in the data management apparatus 106 in the present embodiment. 本実施例におけるゲートウェイ装置105、データ管理装置106が実行するID登録処理のシーケンス図の例である。It is an example of the sequence diagram of the ID registration process which the gateway apparatus 105 and the data management apparatus 106 in a present Example perform. 本実施例におけるゲートウェイ装置105、データ管理装置106が実行するID登録処理の中で送受信されるメッセージの例である。It is an example of the message transmitted / received in the ID registration process which the gateway apparatus 105 and the data management apparatus 106 in a present Example perform. 本実施例におけるゲートウェイ装置105内のノード情報記憶領域407、データ管理装置106内のノード情報記憶領域512に格納されるデータの例である。It is an example of the data stored in the node information storage area 407 in the gateway apparatus 105 and the node information storage area 512 in the data management apparatus 106 in the present embodiment. 本実施例におけるデータ保有ノード決定部503である。This is the data holding node determination unit 503 in the present embodiment. 本実施例におけるID登録処理の時のデータ管理装置106内のデータ記憶領域514に格納されるデータの例である。It is an example of the data stored in the data storage area 514 in the data management apparatus 106 at the time of the ID registration process in a present Example. 本実施例におけるゲートウェイ装置105、データ管理装置106が実行するID変換処理のシーケンス図の例である。It is an example of the sequence diagram of the ID conversion process which the gateway apparatus 105 and the data management apparatus 106 in a present Example perform. 本実施例におけるゲートウェイ装置105、データ管理装置106が実行するID変換処理の中で送受信されるメッセージの例である。It is an example of the message transmitted / received in the ID conversion process which the gateway apparatus 105 and the data management apparatus 106 in a present Example perform. 本実施例におけるゲートウェイ装置105、データ管理装置106が実行するID更新処理のシーケンス図の例である。It is an example of the sequence diagram of the ID update process which the gateway apparatus 105 and the data management apparatus 106 in a present Example perform. 本実施例におけるゲートウェイ装置105、データ管理装置106が実行するID更新処理の中で送受信されるメッセージの例である。It is an example of the message transmitted / received in the ID update process which the gateway apparatus 105 and the data management apparatus 106 in a present Example perform. 本実施例におけるID更新処理の時のデータ管理装置106内のデータ記憶領域514に格納されるデータの例である。It is an example of the data stored in the data storage area 514 in the data management apparatus 106 at the time of the ID update process in a present Example. 本実施例におけるゲートウェイ装置105、データ管理装置106が実行するID失効処理のシーケンス図の例である。It is an example of the sequence diagram of the ID revocation process which the gateway apparatus 105 and the data management apparatus 106 in a present Example perform. 本実施例におけるゲートウェイ装置105、データ管理装置106が実行するID失効処理の中で送受信されるメッセージの例である。It is an example of the message transmitted / received in the ID revocation process which the gateway apparatus 105 and the data management apparatus 106 in a present Example perform. 本実施例におけるID失効処理の時のデータ管理装置106内のデータ記憶領域514に格納されるデータの例である。It is an example of the data stored in the data storage area 514 in the data management apparatus 106 at the time of the ID revocation process in a present Example.

以下、図面を用いて本発明の実施の形態について説明する。なお、これにより本発明が限定されるものではない。   Hereinafter, embodiments of the present invention will be described with reference to the drawings. Note that the present invention is not limited thereby.

本実施例では、複数の組織により共同利用できるID管理システムを例にとり説明する。   In this embodiment, an ID management system that can be shared by a plurality of organizations will be described as an example.

図1は、本実施例におけるID管理システムの構成図の例である。   FIG. 1 is an example of a configuration diagram of an ID management system in the present embodiment.

当該図において、ID管理システムはクライアント装置101_1〜106_ん(以下、特定しない場合は、装置101と総称する)、ネットワーク102、ネットワーク103、認証装置104、ゲートウェイ管理装置105、データ管理装置106_1〜106_m(以下、特定しない場合は、データ管理装置106と総称する)から構成されている。符号101はクライアント装置であり、ユーザはクライアント装置101を介してID管理システムの機能を利用する。クライアント装置101はユーザが管理する実施形態も可能であり、当該システムを管理・運営する組織や他事業主が管理しユーザにクライアント装置101の機能を提供する実施形態も可能である。クライアント装置101はn個に限定されず、実施形態によってより少ない場合もあれば、多い場合もある。符号102はネットワークであり、一般的に公開されている、あるいはユーザの間で共有利用が可能なアウターネットワークである。ネットワーク102にはクライアント装置101、認証装置104、ゲートウェイ装置105が接続されている。符号103はネットワークであり、ユーザが利用することが不可能な閉じたイントラネットワークである。ネットワーク103には認証装置104、ゲートウェイ装置105、データ管理装置106が接続されている。符号104は認証装置である。符号105はゲートウェイ装置である。符号106はデータ管理装置であり、m個に限定されず、実施形態によってより少ない場合もあれば、多い場合もある。   In this figure, the ID management system includes client devices 101_1 to 106_ (hereinafter collectively referred to as device 101 if not specified), network 102, network 103, authentication device 104, gateway management device 105, and data management devices 106_1 to 106_m. (Hereinafter, collectively referred to as the data management device 106 if not specified). Reference numeral 101 denotes a client device, and the user uses the function of the ID management system via the client device 101. An embodiment in which the client device 101 is managed by a user is possible, and an embodiment in which an organization that manages and operates the system or another business owner manages the client device 101 and provides the function of the client device 101 to the user is also possible. The number of client apparatuses 101 is not limited to n, and may be smaller or larger depending on the embodiment. Reference numeral 102 denotes a network, which is an outer network that is generally open to the public or that can be shared among users. A client device 101, an authentication device 104, and a gateway device 105 are connected to the network 102. Reference numeral 103 denotes a network, which is a closed intra network that cannot be used by a user. An authentication device 104, a gateway device 105, and a data management device 106 are connected to the network 103. Reference numeral 104 denotes an authentication device. Reference numeral 105 denotes a gateway device. Reference numeral 106 denotes a data management device, which is not limited to m, and may be smaller or larger depending on the embodiment.

図2は、本実施例におけるクライアント装置101の機能構成図の例である。   FIG. 2 is an example of a functional configuration diagram of the client apparatus 101 in this embodiment.

当該図において、符号201は制御部であり、ユーザ登録要求部202、ユーザ更新要求部203、ユーザ失効要求部204、ユーザ認証要求部205、ID登録要求部206、ID変換要求部207、ID更新要求部208、ID失効要求部209から構成されている。符号202はユーザ登録要求部であり、入出力部213を介してユーザからユーザ登録要求を受け付け、送受信部214を介して認証装置104にユーザ登録要求メッセージを送信し、送受信部214を介して認証装置104からユーザ登録応答メッセージを受信し、入出力部213を介してユーザにユーザ登録結果を通知する処理部である。符号203はユーザ更新要求部であり、入出力部213を介してユーザからユーザ更新要求を受け付け、送受信部214を介して認証装置104にユーザ更新要求メッセージを送信し、送受信部214を介して認証装置104からユーザ更新応答メッセージを受信し、入出力部213を介してユーザにユーザ更新結果を通知する処理部である。符号204はユーザ失効要求部であり、入出力部213を介してユーザからユーザ失効要求を受け付け、送受信部214を介して認証装置104にユーザ失効要求メッセージを送信し、送受信部214を介して認証装置104からユーザ失効応答メッセージを受信し、入出力部213を介してユーザにユーザ失効結果を通知する処理部である。符号205はユーザ認証要求部であり、入出力部213を介してユーザからユーザ認証要求を受け付け、送受信部214を介して認証装置104にユーザ認証要求メッセージを送信し、送受信部214を介して認証装置104からセッションIDを受信し、セッション情報記憶領域212にセッションIDを格納する処理部である。符号206はID登録要求部であり、入出力部213を介してユーザからID登録要求を受け付け、送受信部214を介してゲートウェイ装置105にID登録要求メッセージを送信し、送受信部214を介してゲートウェイ装置105からID登録応答メッセージを受信し、入出力部213を介してユーザにID登録結果を通知する処理部である。符号207はID変換要求部であり、入出力部213を介してユーザからID変換要求を受け付け、送受信部214を介してゲートウェイ装置105にID変換要求メッセージを送信し、送受信部214を介してゲートウェイ装置105からID変換応答メッセージを受信し、入出力部213を介してユーザにID変換結果を通知する処理部である。符号208はID更新要求部であり、入出力部213を介してユーザからID更新要求を受け付け、送受信部214を介してゲートウェイ装置105にID更新要求メッセージを送信し、送受信部214を介してゲートウェイ装置105からID更新応答メッセージを受信し、入出力部213を介してユーザにID更新結果を通知する処理部である。符号209はID失効要求部であり、入出力部213を介してユーザからID失効要求を受け付け、送受信部214を介してゲートウェイ装置105にID失効要求メッセージを送信し、送受信部214を介してゲートウェイ装置105からID失効応答メッセージを受信し、入出力部213を介してユーザにID失効結果を通知する処理部である。   In the figure, reference numeral 201 denotes a control unit, which is a user registration request unit 202, a user update request unit 203, a user revocation request unit 204, a user authentication request unit 205, an ID registration request unit 206, an ID conversion request unit 207, an ID update. The request unit 208 and the ID revocation request unit 209 are configured. A user registration request unit 202 receives a user registration request from the user via the input / output unit 213, transmits a user registration request message to the authentication device 104 via the transmission / reception unit 214, and authenticates via the transmission / reception unit 214. It is a processing unit that receives a user registration response message from the device 104 and notifies the user of the user registration result via the input / output unit 213. A user update request unit 203 receives a user update request from a user via the input / output unit 213, transmits a user update request message to the authentication device 104 via the transmission / reception unit 214, and authenticates via the transmission / reception unit 214. It is a processing unit that receives a user update response message from the device 104 and notifies the user of the user update result via the input / output unit 213. A user revocation request unit 204 receives a user revocation request from the user via the input / output unit 213, transmits a user revocation request message to the authentication device 104 via the transmission / reception unit 214, and authenticates via the transmission / reception unit 214. This is a processing unit that receives a user revocation response message from the device 104 and notifies the user of a user revocation result via the input / output unit 213. A user authentication request unit 205 receives a user authentication request from the user via the input / output unit 213, transmits a user authentication request message to the authentication device 104 via the transmission / reception unit 214, and authenticates via the transmission / reception unit 214. A processing unit that receives a session ID from the device 104 and stores the session ID in the session information storage area 212. Reference numeral 206 denotes an ID registration request unit which receives an ID registration request from a user via the input / output unit 213, transmits an ID registration request message to the gateway device 105 via the transmission / reception unit 214, and receives a gateway via the transmission / reception unit 214. A processing unit that receives an ID registration response message from the device 105 and notifies the user of an ID registration result via the input / output unit 213. Reference numeral 207 denotes an ID conversion request unit that receives an ID conversion request from the user via the input / output unit 213, transmits an ID conversion request message to the gateway device 105 via the transmission / reception unit 214, and receives a gateway via the transmission / reception unit 214. A processing unit that receives an ID conversion response message from the device 105 and notifies the user of an ID conversion result via the input / output unit 213. Reference numeral 208 denotes an ID update request unit that receives an ID update request from a user via the input / output unit 213, transmits an ID update request message to the gateway device 105 via the transmission / reception unit 214, and receives a gateway via the transmission / reception unit 214. A processing unit that receives an ID update response message from the device 105 and notifies the user of the ID update result via the input / output unit 213. Reference numeral 209 denotes an ID revocation request unit that receives an ID revocation request from a user via the input / output unit 213, transmits an ID revocation request message to the gateway device 105 via the transmission / reception unit 214, and receives a gateway via the transmission / reception unit 214. It is a processing unit that receives an ID revocation response message from the device 105 and notifies the user of the ID revocation result via the input / output unit 213.

次に、符号210は記憶部であり、ゲートウェイ情報記憶領域211、セッション情報記憶領域212から構成されている。符号211はゲートウェイ情報記憶領域であり、ゲートウェイ装置105の接続情報(IPアドレス、ポート番号等)を記憶する領域である。上記接続情報は、前もって静的に格納しておくこと、または入出力部213を介してユーザから受け付けた情報を動的に格納すること、あるいは送受信部214を介してゲートウェイ装置105や他装置から受け付けた情報を動的に格納することが可能である。符号212はセッション情報記憶領域であり、セッションIDを記憶する領域である。上記セッションIDは、ユーザ認証要求部205の処理により動的に操作される。   Next, reference numeral 210 denotes a storage unit, which includes a gateway information storage area 211 and a session information storage area 212. Reference numeral 211 denotes a gateway information storage area which stores connection information (IP address, port number, etc.) of the gateway device 105. The connection information is statically stored in advance, or the information received from the user via the input / output unit 213 is dynamically stored, or from the gateway device 105 or another device via the transmission / reception unit 214. The received information can be stored dynamically. Reference numeral 212 denotes a session information storage area that stores a session ID. The session ID is dynamically manipulated by processing of the user authentication request unit 205.

次に、符号213は入出力部であり、キーボード等のインタフェースを介してユーザからの入力を制御し、モニタ等のインタフェースを介してユーザへの出力を制御する処理部である。符号214は送受信部であり、ネットワーク102を介して情報の送受信を行う処理部である。   Reference numeral 213 denotes an input / output unit, which is a processing unit that controls input from the user via an interface such as a keyboard and controls output to the user via an interface such as a monitor. Reference numeral 214 denotes a transmission / reception unit, which is a processing unit that transmits / receives information via the network 102.

図3は、本実施例における認証装置104の機能構成図の例である。   FIG. 3 is an example of a functional configuration diagram of the authentication device 104 in the present embodiment.

当該図において、符号301は制御部であり、ユーザ登録処理部302、ユーザ更新処理部303、ユーザ失効処理部304、ユーザ認証処理部305、ユーザ識別子生成部306、セッションID生成部307、データ管理部308から構成されている。符号302はユーザ登録処理部であり、送受信部313を介してクライアント装置101からユーザ登録要求メッセージを受信し、データ管理部308により認証情報(ユーザID、パスワード、ICカード情報、生体情報等)とユーザ識別子生成部306により生成したユーザ識別子の組の登録処理を行い、送受信部313を介してクライアント装置101にユーザ登録応答メッセージを送信する処理部である。符号303はユーザ更新処理部であり、送受信部313を介してクライアント装置101からユーザ更新要求メッセージを受信し、データ管理部308により認証情報の更新処理を行い、送受信部313を介してクライアント装置101にユーザ更新応答メッセージを送信する処理部である。符号304はユーザ失効処理部であり、送受信部313を介してクライアント装置101からユーザ失効要求メッセージを受信し、データ管理部308により認証情報の失効処理を行い、送受信部313を介してクライアント装置101にユーザ失効応答メッセージを送信する処理部である。符号305はユーザ認証処理部であり、送受信部313を介してクライアント装置101からユーザ認証要求メッセージを受信し、送受信部313を介してゲートウェイ装置105にデータ管理部308により取得した認証情報に対応するユーザ識別子とセッションID生成部307により生成したセッションIDの組を送信し、送受信部313を介してクライアント装置101にセッションIDを送信する処理部である。符号306はユーザ識別子生成部であり、制御部301内の他処理部から要求を受け付け、ユーザ識別子の生成処理を行い、ユーザ識別子を返す処理部である。符号307はセッションID生成部であり、制御部301内の他処理部から要求を受け付け、セッションIDの生成処理を行い、セッションIDを返す処理部である。符号308はデータ管理部であり、制御部301内の他処理部から要求を受け付け、ユーザ情報記憶領域311内のユーザ情報(認証情報とユーザ識別子の組)の作成・検索・更新・削除を実施する処理部である。   In the figure, reference numeral 301 denotes a control unit, which is a user registration processing unit 302, a user update processing unit 303, a user revocation processing unit 304, a user authentication processing unit 305, a user identifier generation unit 306, a session ID generation unit 307, data management. Part 308. Reference numeral 302 denotes a user registration processing unit, which receives a user registration request message from the client apparatus 101 via the transmission / reception unit 313, and receives authentication information (user ID, password, IC card information, biometric information, etc.) from the data management unit 308. This is a processing unit that performs registration processing of a set of user identifiers generated by the user identifier generation unit 306 and transmits a user registration response message to the client apparatus 101 via the transmission / reception unit 313. Reference numeral 303 denotes a user update processing unit which receives a user update request message from the client device 101 via the transmission / reception unit 313, performs authentication information update processing by the data management unit 308, and receives the client information 101 via the transmission / reception unit 313. Is a processing unit that transmits a user update response message. Reference numeral 304 denotes a user revocation processing unit, which receives a user revocation request message from the client device 101 via the transmission / reception unit 313, performs authentication information revocation processing by the data management unit 308, and receives the client device 101 via the transmission / reception unit 313. Is a processing unit that transmits a user revocation response message to the user. Reference numeral 305 denotes a user authentication processing unit that receives a user authentication request message from the client device 101 via the transmission / reception unit 313 and corresponds to the authentication information acquired by the data management unit 308 in the gateway device 105 via the transmission / reception unit 313. This is a processing unit that transmits a set of a user ID and a session ID generated by the session ID generation unit 307 and transmits a session ID to the client apparatus 101 via the transmission / reception unit 313. Reference numeral 306 denotes a user identifier generation unit that receives a request from another processing unit in the control unit 301, performs a user identifier generation process, and returns a user identifier. Reference numeral 307 denotes a session ID generation unit that receives a request from another processing unit in the control unit 301, performs a session ID generation process, and returns a session ID. A data management unit 308 receives a request from another processing unit in the control unit 301, and creates, searches, updates, and deletes user information (a combination of authentication information and a user identifier) in the user information storage area 311. Is a processing unit.

次に、符号309は記憶部であり、ゲートウェイ情報記憶領域310、ユーザ情報記憶領域311から構成されている。符号310はゲートウェイ情報記憶領域であり、ゲートウェイ装置105の接続情報を記憶する領域である。上記接続情報は、前もって静的に格納しておくこと、入出力部312を介してユーザから受け付けた情報を動的に格納すること、送受信部313を介してゲートウェイ装置105や他装置から受け付けた情報を動的に格納することが可能である。符号311はユーザ情報記憶領域であり、ユーザ情報を記憶する領域である。上記ユーザ情報はデータ管理部308により動的に操作される。   Reference numeral 309 denotes a storage unit, which includes a gateway information storage area 310 and a user information storage area 311. Reference numeral 310 denotes a gateway information storage area, which is an area for storing connection information of the gateway device 105. The connection information is statically stored in advance, the information received from the user via the input / output unit 312 is dynamically stored, and the gateway device 105 or another device is received via the transmission / reception unit 313. Information can be stored dynamically. Reference numeral 311 denotes a user information storage area which stores user information. The user information is dynamically manipulated by the data management unit 308.

次に、符号312は入出力部であり、キーボード等のインタフェースを介してユーザからの入力を制御し、モニタ等のインタフェースを介してユーザへの出力を制御する処理部である。符号313は送受信部であり、ネットワーク102、ネットワーク102を介して情報の送受信を行う処理部である。   Next, reference numeral 312 denotes an input / output unit, which is a processing unit that controls input from the user via an interface such as a keyboard and controls output to the user via an interface such as a monitor. Reference numeral 313 denotes a transmission / reception unit, which is a processing unit that transmits and receives information via the network 102 and the network 102.

図4は、本実施例におけるゲートウェイ装置105の機能構成図の例である。   FIG. 4 is an example of a functional configuration diagram of the gateway device 105 in the present embodiment.

当該図において、符号401は制御部であり、ノード管理部402、担当ノード決定部403、セッション管理部404、要求転送部405から構成されている。符号402はノード管理部であり、送受信部410を介してデータ管理装置106のノード管理部502と相互通信し、ノード情報記憶領域407内のノード接続情報(ノードID、IPアドレス、ポート番号等)の同期をとる処理部である。ノードIDは、ノード(データ管理装置106)毎に割り振られた固有の数値であり、ノード(データ管理装置106)間で同一の値をとれないのであれば、どのような値でも良い。符号403は担当ノード決定部であり、制御部401内の他処理部から要求を受け付け、ノード情報記憶領域407内のノード接続情報に基づいて担当ノード(データ管理装置106)を決定し、担当ノード(データ管理装置106)の接続情報を返す処理部である。当該担当ノードはランダムに決定すること、要求を受け付ける毎にノードIDの順番に決定すること、送受信部410を介してデータ管理装置106から負荷情報を受信し、負荷が少ないノードに決定することが可能である。符号404はセッション管理部であり、送受信部410を介して認証装置104からセッション情報(セッションIDとユーザ識別子の組)を受信し、セッション情報記憶領域408にセッション情報を格納し、送受信部410を介してデータ管理装置106にセッション情報を送信する処理部である。符号405は要求転送部であり、送受信部410を介してクライアント装置101から要求メッセージを受信し、送受信部410を介して担当ノード決定部403により決定した担当ノード(データ管理装置106)に要求メッセージを送信し、送受信部410を介して担当ノード(データ管理装置106)から応答メッセージを受信し、送受信部410を介してクライアント装置101に応答メッセージを送信する処理部である。   In the figure, reference numeral 401 denotes a control unit, which includes a node management unit 402, a responsible node determination unit 403, a session management unit 404, and a request transfer unit 405. Reference numeral 402 denotes a node management unit which communicates with the node management unit 502 of the data management apparatus 106 via the transmission / reception unit 410, and node connection information (node ID, IP address, port number, etc.) in the node information storage area 407. Is a processing unit that synchronizes. The node ID is a unique numerical value assigned to each node (data management apparatus 106) and may be any value as long as the same value cannot be taken between the nodes (data management apparatus 106). Reference numeral 403 denotes a responsible node determination unit, which receives a request from another processing unit in the control unit 401, determines a responsible node (data management device 106) based on the node connection information in the node information storage area 407, and It is a processing unit that returns connection information of the (data management apparatus 106). The responsible node can be determined randomly, determined in order of node ID each time a request is received, load information is received from the data management device 106 via the transmission / reception unit 410, and can be determined as a node with low load. Is possible. Reference numeral 404 denotes a session management unit that receives session information (a set of a session ID and a user identifier) from the authentication apparatus 104 via the transmission / reception unit 410, stores the session information in the session information storage area 408, and transmits / receives the transmission / reception unit 410. The processing unit transmits session information to the data management apparatus 106 via the network. Reference numeral 405 denotes a request transfer unit which receives a request message from the client apparatus 101 via the transmission / reception unit 410 and sends a request message to the node in charge (data management apparatus 106) determined by the node determination unit 403 via the transmission / reception unit 410. Is a processing unit that receives a response message from the responsible node (data management apparatus 106) via the transmission / reception unit 410 and transmits the response message to the client device 101 via the transmission / reception unit 410.

次に、符号406は記憶部であり、ノード情報記憶領域407、セッション情報記憶領域408から構成されている。符号407はノード情報記憶領域であり、ノード接続情報を記憶する領域である。上記ノード接続情報は、ノード管理部402により同期をとることで、データ管理装置106と同じ値が共有される。符号408はセッション情報記憶領域であり、セッション情報を記憶する領域である。上記セッション情報は、セッション管理部404により同期をとることで、データ管理装置106と同じ値が共有される。   Reference numeral 406 denotes a storage unit, which includes a node information storage area 407 and a session information storage area 408. Reference numeral 407 denotes a node information storage area which stores node connection information. The node connection information is synchronized by the node management unit 402 so that the same value as that of the data management apparatus 106 is shared. Reference numeral 408 denotes a session information storage area that stores session information. The session information is shared by the session management unit 404 so that the same value as the data management device 106 is shared.

次に、符号409は入出力部であり、キーボード等のインタフェースを介してユーザからの入力を制御し、モニタ等のインタフェースを介してユーザへの出力を制御する処理部である。符号410は送受信部であり、ネットワーク102、ネットワーク103を介して情報の送受信を行う処理部である。   Reference numeral 409 denotes an input / output unit, which is a processing unit that controls input from a user via an interface such as a keyboard and controls output to the user via an interface such as a monitor. Reference numeral 410 denotes a transmission / reception unit, which is a processing unit that transmits and receives information via the network 102 and the network 103.

図5は、本実施例におけるデータ管理装置106の機能構成図の例である。   FIG. 5 is an example of a functional configuration diagram of the data management apparatus 106 in the present embodiment.

当該図において、符号501は制御部であり、ノード管理部502、データ保有ノード決定部503、セッション管理部504、ユーザ識別子処理部505、ID登録処理部506、ID変換処理部507、ID更新処理部508、ID失効処理部509、データ管理部510から構成されている。符号502はノード管理部であり、送受信部516を介してゲートウェイ装置105のノード管理部402と相互通信し、ノード情報記憶領域512内のノード接続情報の同期をとる処理部である。符号503はデータ保有ノード決定部であり、制御部501内の他処理部から検索キーを受け付け、検索キー、ノード情報記憶領域512内のノード接続情報に基づいてデータ保有ノード(データ管理装置106)を決定し、データ保有ノード(データ管理装置106)の接続情報を返す処理部である。符号504はセッション管理部であり、送受信部516を介してゲートウェイ装置105からセッション情報を受信し、セッション情報記憶領域513にセッション情報を格納する処理部である。符号505はユーザ識別子処理部であり、制御部501内の他処理部から要求メッセージとセッションIDを受け付け、セッション情報記憶領域513内のセッション情報に基づいてセッションIDに対応するユーザ識別子を取得し、これを検索キーとして返す処理部である。符号506はID登録処理部であり、送受信部516を介してゲートウェイ装置105からID登録要求メッセージを受信し、送受信部516を介してデータ保有ノード決定部503により決定したデータ保有ノード(データ管理装置106)にID登録処理を要求し、送受信部516を介してゲートウェイ装置105にID登録応答メッセージを送信する処理部である。符号507はID変換処理部であり、送受信部516を介してゲートウェイ装置105からID変換要求メッセージを受信し、送受信部516を介してデータ保有ノード決定部503から決定したデータ保有ノード(データ管理装置106)にID変換処理を要求し、送受信部516を介してゲートウェイ装置105にID変換応答メッセージを送信する処理部である。符号508はID更新処理部であり、送受信部516を介してゲートウェイ装置105からID更新要求メッセージを受信し、送受信部516を介してデータ保有ノード決定部503により決定したデータ保有ノード(データ管理装置106)にID更新処理を要求し、送受信部516を介してゲートウェイ装置105にID更新応答メッセージを送信する処理部である。符号509はID失効処理部であり、送受信部516を介してゲートウェイ装置105からID失効要求メッセージを受信し、送受信部516を介してデータ保有ノード決定部503により決定したデータ保有ノード(データ管理装置106)にID失効処理を要求し、送受信部516を介してゲートウェイ装置105にID失効応答メッセージを送信する処理部である。符号510はデータ管理部であり、送受信部516を介して他データ管理装置106から要求を受け付け、データ記憶領域514のIDデータの作成・参照・更新・削除を実施する処理部である。   In the figure, reference numeral 501 denotes a control unit, which includes a node management unit 502, a data holding node determination unit 503, a session management unit 504, a user identifier processing unit 505, an ID registration processing unit 506, an ID conversion processing unit 507, and an ID update processing. 508, an ID revocation processing unit 509, and a data management unit 510. Reference numeral 502 denotes a node management unit, which is a processing unit that communicates with the node management unit 402 of the gateway device 105 via the transmission / reception unit 516 and synchronizes the node connection information in the node information storage area 512. Reference numeral 503 denotes a data holding node determination unit which accepts a search key from another processing unit in the control unit 501 and based on the search key and node connection information in the node information storage area 512, the data holding node (data management device 106). Is a processing unit that returns connection information of the data holding node (data management apparatus 106). A session management unit 504 is a processing unit that receives session information from the gateway device 105 via the transmission / reception unit 516 and stores the session information in the session information storage area 513. Reference numeral 505 denotes a user identifier processing unit, which receives a request message and a session ID from another processing unit in the control unit 501, acquires a user identifier corresponding to the session ID based on the session information in the session information storage area 513, This is a processing unit that returns this as a search key. Reference numeral 506 denotes an ID registration processing unit which receives an ID registration request message from the gateway device 105 via the transmission / reception unit 516 and determines the data holding node (data management device) determined by the data holding node determination unit 503 via the transmission / reception unit 516. 106) requesting the ID registration processing to 106), and transmitting the ID registration response message to the gateway device 105 via the transmission / reception unit 516. Reference numeral 507 denotes an ID conversion processing unit which receives an ID conversion request message from the gateway device 105 via the transmission / reception unit 516 and determines the data holding node (data management device) determined from the data holding node determination unit 503 via the transmission / reception unit 516. 106) requesting the ID conversion processing to 106) and transmitting the ID conversion response message to the gateway device 105 via the transmission / reception unit 516. Reference numeral 508 denotes an ID update processing unit which receives an ID update request message from the gateway device 105 via the transmission / reception unit 516 and determines the data holding node (data management device) determined by the data holding node determination unit 503 via the transmission / reception unit 516. 106) requesting the ID update processing to 106) and transmitting the ID update response message to the gateway device 105 via the transmission / reception unit 516. Reference numeral 509 denotes an ID revocation processing unit which receives an ID revocation request message from the gateway device 105 via the transmission / reception unit 516 and receives the data possession node (data management device) determined by the data possession node determination unit 503 via the transmission / reception unit 516. 106) requesting the ID revocation processing to 106) and transmitting an ID revocation response message to the gateway device 105 via the transmission / reception unit 516. Reference numeral 510 denotes a data management unit, which is a processing unit that accepts a request from another data management apparatus 106 via the transmission / reception unit 516 and creates, references, updates, and deletes ID data in the data storage area 514.

次に、符号511は記憶部であり、ノード情報記憶領域512、セッション情報記憶領域513、データ記憶領域514から構成されている。符号512はノード情報記憶領域であり、ノード接続情報を記憶する領域である。上記ノード接続情報は、ノード管理部502により同期をとることで、ゲートウェイ装置105と同じ値が共有される。符号513はセッション情報記憶領域であり、セッション情報を記憶する領域である。上記セッション情報は、セッション管理部504により同期をとることで、ゲートウェイ装置105と同じ値が共有される。符号514はデータ記憶領域であり、IDデータを記憶する領域である。上記IDデータは、データ管理部510により動的に操作される。   Reference numeral 511 denotes a storage unit, which includes a node information storage area 512, a session information storage area 513, and a data storage area 514. Reference numeral 512 denotes a node information storage area, which is an area for storing node connection information. The node connection information is synchronized by the node management unit 502 so that the same value as the gateway device 105 is shared. Reference numeral 513 denotes a session information storage area that stores session information. The session information is synchronized by the session management unit 504 so that the same value as the gateway device 105 is shared. Reference numeral 514 denotes a data storage area, which is an area for storing ID data. The ID data is dynamically manipulated by the data management unit 510.

次に、符号515は入出力部であり、キーボード等のインタフェースを介してユーザからの入力を制御し、モニタ等のインタフェースを介してユーザへの出力を制御する処理部である。符号516は送受信部であり、ネットワーク103を介して情報の送受信を行う処理部である。   Reference numeral 515 denotes an input / output unit, which is a processing unit that controls input from the user via an interface such as a keyboard and controls output to the user via an interface such as a monitor. Reference numeral 516 denotes a transmission / reception unit, which is a processing unit that transmits / receives information via the network 103.

図6は、本実施例における装置のハードウェア構成図の例である。   FIG. 6 is an example of a hardware configuration diagram of the apparatus according to the present embodiment.

当該図において、符号601はコンピュータであり、CPU602、メモリ603、外部記憶装置604、送受信装置605、出力装置606、入力装置607から構成されている。符号602はCPU、符号603はメモリ、符号604は外部記憶装置であり、各装置の処理部(プログラム)は外部記憶装置604に記憶され、メモリ603にロードして、CPU602により実行される。また、記憶部内の記憶領域としてはメモリ603、または外部記憶装置604が利用される。符号605は送受信装置であり、各装置の送受信部は送受信装置605により実現される。符号606は出力装置、符号607は入力装置であり、各装置の入出力部は出力装置606、入力装置607により実現される。   In the figure, reference numeral 601 denotes a computer, which includes a CPU 602, a memory 603, an external storage device 604, a transmission / reception device 605, an output device 606, and an input device 607. Reference numeral 602 denotes a CPU, reference numeral 603 denotes a memory, and reference numeral 604 denotes an external storage device. A processing unit (program) of each device is stored in the external storage device 604, loaded into the memory 603, and executed by the CPU 602. A memory 603 or an external storage device 604 is used as a storage area in the storage unit. Reference numeral 605 denotes a transmission / reception device, and the transmission / reception unit of each device is realized by the transmission / reception device 605. Reference numeral 606 denotes an output device, and reference numeral 607 denotes an input device. The input / output unit of each device is realized by the output device 606 and the input device 607.

図7から図9を用いて、クライアント装置101がユーザ登録処理を要求した際に、認証装置104、ゲートウェイ装置105が実行する一連の処理の例について説明する。   An example of a series of processing executed by the authentication device 104 and the gateway device 105 when the client device 101 requests user registration processing will be described with reference to FIGS.

図7は、本実施例における認証装置104、ゲートウェイ装置105が実行するユーザ登録処理のシーケンス図の例である。最初にクライアント装置101は認証装置104にユーザ登録要求メッセージ701を送信する。ユーザ登録要求メッセージ701の例は図8に示す。図8は、本実施例における認証装置104、ゲートウェイ装置105が実行するユーザ登録処理の中で送受信されるメッセージの例である。ユーザ登録要求メッセージ701は認証情報801のパラメータから構成されている。本実施例では、認証情報801として文字列のパスワード”abc”を格納しているが、認証情報801は文字列のパスワードに限定されるものではなく、ICカードリーダ等をクライアント装置101の入出力部213としてICカード情報を取得してICカード情報を格納することも、指紋認証装置等をクライアント装置101の入出力部213として生体情報を取得して生体情報を格納することも可能である。   FIG. 7 is an example of a sequence diagram of user registration processing executed by the authentication device 104 and the gateway device 105 in this embodiment. First, the client apparatus 101 transmits a user registration request message 701 to the authentication apparatus 104. An example of the user registration request message 701 is shown in FIG. FIG. 8 is an example of messages transmitted and received during the user registration process executed by the authentication device 104 and the gateway device 105 in this embodiment. The user registration request message 701 is composed of parameters of authentication information 801. In this embodiment, the character string password “abc” is stored as the authentication information 801. However, the authentication information 801 is not limited to the character string password. The IC card information can be acquired and stored as the unit 213, or the biometric information can be acquired and stored as the input / output unit 213 of the client device 101 using a fingerprint authentication device or the like.

図7に戻って、次に認証装置104はユーザ識別子生成702を行う。本実施例では、疑似乱数生成器を用いて生成した乱数”R0”をユーザ識別子として用いているが、認証情報801をハッシュ関数により変換した値等を利用することも可能である。   Returning to FIG. 7, the authentication apparatus 104 next performs user identifier generation 702. In this embodiment, the random number “R0” generated using the pseudo-random number generator is used as the user identifier. However, a value obtained by converting the authentication information 801 with a hash function or the like can also be used.

次に認証装置104はユーザ情報保存703を行う。ユーザ情報記憶領域311に格納されるデータの例は図9に示す。図9は、本実施例における認証装置104内のユーザ情報記憶領域311に格納されるデータの例であり、認証情報”abc”とユーザ識別子”R0”、”def”と”R1”、”Ghi”と”R2”を格納したものである。ユーザ情報は、認証情報901とユーザ識別子902を1組として格納される。   Next, the authentication apparatus 104 performs user information storage 703. An example of data stored in the user information storage area 311 is shown in FIG. FIG. 9 is an example of data stored in the user information storage area 311 in the authentication device 104 in the present embodiment. The authentication information “abc” and the user identifiers “R0”, “def” and “R1”, and “Ghi” are illustrated. "And" R2 "are stored. The user information is stored as a set of authentication information 901 and a user identifier 902.

図7に戻って、次に認証装置104はクライアント装置101にユーザ登録応答メッセージ704を送信する。ユーザ登録応答メッセージ704の例は図8に示す。ユーザ登録応答メッセージ704はユーザ登録結果802のパラメータから構成されている。ユーザ登録結果802はユーザ登録処理の成否を示している。   Returning to FIG. 7, the authentication apparatus 104 then transmits a user registration response message 704 to the client apparatus 101. An example of the user registration response message 704 is shown in FIG. The user registration response message 704 includes parameters of the user registration result 802. A user registration result 802 indicates the success or failure of the user registration process.

以上が、クライアント装置101がユーザ登録処理を要求した際に、認証装置104、ゲートウェイ装置105が実行する一連の処理の例である。   The above is an example of a series of processing executed by the authentication device 104 and the gateway device 105 when the client device 101 requests user registration processing.

図10、図11を用いて、クライアント装置101がユーザ更新処理を要求した際に、認証装置104、ゲートウェイ装置105が実行する一連の処理の例について説明する。   An example of a series of processing executed by the authentication device 104 and the gateway device 105 when the client device 101 requests user update processing will be described with reference to FIGS. 10 and 11.

図10は、本実施例における認証装置104、ゲートウェイ装置105が実行するユーザ更新処理のシーケンス図の例である。最初にクライアント装置101は認証装置104にユーザ更新要求メッセージ1001を送信する。ユーザ更新要求メッセージ1001の例は図11に示す。図11は、本実施例における認証装置104、ゲートウェイ装置105が実行するユーザ更新処理の中で送受信されるメッセージの例である。ユーザ更新要求メッセージ1001は旧認証情報1101、新認証情報1102のパラメータから構成されている。   FIG. 10 is an example of a sequence diagram of user update processing executed by the authentication device 104 and the gateway device 105 in the present embodiment. First, the client apparatus 101 transmits a user update request message 1001 to the authentication apparatus 104. An example of the user update request message 1001 is shown in FIG. FIG. 11 is an example of messages transmitted and received during the user update process executed by the authentication device 104 and the gateway device 105 in this embodiment. The user update request message 1001 includes parameters of old authentication information 1101 and new authentication information 1102.

図10に戻って、次に認証装置104はユーザ情報更新1002を行う。ユーザ情報更新1002では、ユーザ情報記憶領域311に格納されたユーザ情報の中から旧認証情報1101を検索キーとして旧認証情報1101に対応するユーザ情報を検索し、新認証情報1102に更新する。   Returning to FIG. 10, the authentication apparatus 104 next performs user information update 1002. In the user information update 1002, user information corresponding to the old authentication information 1101 is searched from the user information stored in the user information storage area 311 using the old authentication information 1101 as a search key and updated to the new authentication information 1102.

次に認証装置104はクライアント装置101にユーザ更新応答メッセージ1003を送信する。ユーザ更新応答メッセージ1003の例は図11に示す。ユーザ更新応答メッセージ1003はユーザ更新結果1102のパラメータから構成されている。ユーザ更新結果1103はユーザ更新処理の成否を示している。   Next, the authentication device 104 transmits a user update response message 1003 to the client device 101. An example of the user update response message 1003 is shown in FIG. The user update response message 1003 is composed of parameters of the user update result 1102. A user update result 1103 indicates success or failure of the user update process.

以上が、クライアント装置101がユーザ更新処理を要求した際に、認証装置104、ゲートウェイ装置105が実行する一連の処理の例である。   The above is an example of a series of processing executed by the authentication device 104 and the gateway device 105 when the client device 101 requests user update processing.

図12、図13を用いて、クライアント装置101がユーザ失効処理を要求した際に、認証装置104、ゲートウェイ装置105が実行する一連の処理の例について説明する。   An example of a series of processes executed by the authentication apparatus 104 and the gateway apparatus 105 when the client apparatus 101 requests a user revocation process will be described with reference to FIGS.

図12は、本実施例における認証装置104、ゲートウェイ装置105が実行するユーザ失効処理のシーケンス図の例である。最初にクライアント装置101は認証装置104にユーザ失効要求メッセージ1201を送信する。ユーザ失効要求メッセージ1301の例は図13に示す。図13は、本実施例における認証装置104、ゲートウェイ装置105が実行するユーザ失効処理の中で送受信されるメッセージの例である。ユーザ失効要求メッセージ1201は認証情報1301のパラメータから構成されている。   FIG. 12 is an example of a sequence diagram of user revocation processing executed by the authentication device 104 and the gateway device 105 in the present embodiment. First, the client apparatus 101 transmits a user revocation request message 1201 to the authentication apparatus 104. An example of the user revocation request message 1301 is shown in FIG. FIG. 13 is an example of messages transmitted and received during the user revocation process executed by the authentication device 104 and the gateway device 105 in the present embodiment. The user revocation request message 1201 is composed of parameters of authentication information 1301.

図12に戻って、次に認証装置104はユーザ情報失効1202を行う。ユーザ情報失効1202では、ユーザ情報記憶領域311に格納されたユーザ情報の中から認証情報1301を検索キーとして認証情報1301に対応するユーザ情報を検索し、該当レコードを削除する。   Returning to FIG. 12, the authentication apparatus 104 next performs user information revocation 1202. In the user information revocation 1202, the user information corresponding to the authentication information 1301 is searched from the user information stored in the user information storage area 311 using the authentication information 1301 as a search key, and the corresponding record is deleted.

次に認証装置104はクライアント装置101にユーザ失効応答メッセージ1203を送信する。ユーザ失効応答メッセージ1203の例は図13に示す。ユーザ失効応答メッセージ1203はユーザ失効結果1302のパラメータから構成されている。ユーザ失効結果1303はユーザ失効処理の成否を示している。   Next, the authentication device 104 transmits a user revocation response message 1203 to the client device 101. An example of the user revocation response message 1203 is shown in FIG. The user revocation response message 1203 is composed of parameters of the user revocation result 1302. The user revocation result 1303 indicates the success or failure of the user revocation process.

以上が、クライアント装置101がユーザ失効処理を要求した際に、認証装置104、ゲートウェイ装置105が実行する一連の処理の例である。   The above is an example of a series of processing executed by the authentication device 104 and the gateway device 105 when the client device 101 requests user revocation processing.

図14から図16を用いて、クライアント装置101がユーザ認証処理を要求した際に、認証装置104、ゲートウェイ装置105、データ管理装置106が実行する一連の処理の例について説明する。   An example of a series of processing executed by the authentication device 104, the gateway device 105, and the data management device 106 when the client device 101 requests user authentication processing will be described with reference to FIGS.

図14は、本実施例における認証装置104、ゲートウェイ装置105、データ管理装置106が実行するユーザ認証処理のシーケンス図の例である。最初にクライアント装置101は認証装置104にユーザ認証要求メッセージ1401を送信する。ユーザ認証要求メッセージ1401の例は図15に示す。図15は、本実施例における認証装置104、ゲートウェイ装置105、データ管理装置106が実行するユーザ認証処理の中で送受信されるメッセージの例である。ユーザ認証要求メッセージ1401は認証情報1501のパラメータから構成されている。   FIG. 14 is an example of a sequence diagram of user authentication processing executed by the authentication device 104, the gateway device 105, and the data management device 106 in the present embodiment. First, the client apparatus 101 transmits a user authentication request message 1401 to the authentication apparatus 104. An example of the user authentication request message 1401 is shown in FIG. FIG. 15 is an example of messages transmitted and received during the user authentication process executed by the authentication device 104, the gateway device 105, and the data management device 106 in this embodiment. The user authentication request message 1401 is composed of parameters of authentication information 1501.

図14に戻って、次に認証装置104はユーザ情報参照1402を行う。ユーザ情報参照1402では、ユーザ情報記憶領域311に格納されたユーザ情報の中から認証情報1501を検索キーとして認証情報1501に対応するユーザ識別子”R0”を取得する。   Returning to FIG. 14, the authentication apparatus 104 performs user information reference 1402 next. In the user information reference 1402, the user identifier “R0” corresponding to the authentication information 1501 is acquired from the user information stored in the user information storage area 311 using the authentication information 1501 as a search key.

次に認証装置104はセッションID生成1403を行う。本実施例では、疑似乱数生成器を用いて生成した乱数”S0”をセッションIDとして用いている。   Next, the authentication device 104 performs session ID generation 1403. In this embodiment, a random number “S0” generated using a pseudo random number generator is used as a session ID.

次に認証装置104はゲートウェイ装置105にセッション確立要求メッセージ1404を送信する。セッション確立要求メッセージ1404の例は図15に示す。セッション確立要求メッセージ1404はセッションID1502、ユーザ識別子1503、確立日時1504のパラメータから構成されている。   Next, the authentication device 104 transmits a session establishment request message 1404 to the gateway device 105. An example of the session establishment request message 1404 is shown in FIG. The session establishment request message 1404 includes parameters of a session ID 1502, a user identifier 1503, and an establishment date 1504.

図14に戻って、次にゲートウェイ装置105はセッション情報保存1405を行う。セッション情報記憶領域408に格納されるデータの例は図16に示す。図16は、本実施例におけるゲートウェイ装置105内のセッション情報記憶領域408、データ管理装置106内のセッション情報記憶領域513に格納されるデータの例であり、セッションID”S0”とユーザ識別子”R0”、”S1”と”R1”、”S2”と”R2”を格納したものである。セッション情報は、セッションID1601とユーザ識別子1602を1組として格納される。   Returning to FIG. 14, the gateway device 105 next performs session information storage 1405. An example of data stored in the session information storage area 408 is shown in FIG. FIG. 16 shows an example of data stored in the session information storage area 408 in the gateway apparatus 105 and the session information storage area 513 in the data management apparatus 106 in this embodiment, and the session ID “S0” and the user identifier “R0”. "," S1 "and" R1 ", and" S2 "and" R2 "are stored. The session information is stored as a set of a session ID 1601 and a user identifier 1602.

図14に戻って、次にゲートウェイ装置105はデータ管理装置106にセッション確立要求メッセージ1406を送信する。セッション確立要求メッセージ1406はセッション確立要求メッセージ1404と同様である。   Returning to FIG. 14, the gateway device 105 then transmits a session establishment request message 1406 to the data management device 106. The session establishment request message 1406 is the same as the session establishment request message 1404.

次にデータ管理装置106はセッション情報保存1407を行う。セッション情報記憶領域513に格納されるデータはセッション情報記憶領域408に格納されるデータと同様である。   Next, the data management apparatus 106 performs session information storage 1407. The data stored in the session information storage area 513 is the same as the data stored in the session information storage area 408.

次にデータ管理装置106はゲートウェイ装置105にセッション確立応答メッセージ1408を送信する。セッション確立応答メッセージ1408の例は図15に示す。セッション確立応答メッセージ1408はセッション確立結果1506のパラメータから構成されている。セッション確立結果1506はセッション確立処理の成否を示している。   Next, the data management device 106 transmits a session establishment response message 1408 to the gateway device 105. An example of the session establishment response message 1408 is shown in FIG. The session establishment response message 1408 is composed of parameters of the session establishment result 1506. The session establishment result 1506 indicates the success or failure of the session establishment process.

本実施例では、セッション確立要求メッセージ1406からセッション確立応答メッセージ1408をデータ管理装置106_1からデータ管理装置106_mまで順に処理しているが、当該シーケンスは順列処理に限定されるものではなく、並列処理することも可能である。   In this embodiment, the session establishment request message 1406 to the session establishment response message 1408 are processed in order from the data management apparatus 106_1 to the data management apparatus 106_m. However, the sequence is not limited to the permutation process, and is processed in parallel. It is also possible.

次にゲートウェイ装置105は認証装置104にセッション確立応答メッセージ1409を送信する。セッション確立応答メッセージ1409はセッション確立要求メッセージ1408と同様である。   Next, the gateway device 105 transmits a session establishment response message 1409 to the authentication device 104. The session establishment response message 1409 is the same as the session establishment request message 1408.

次に認証装置104はユーザ認証応答メッセージ1410を送信する。ユーザ認証応答メッセージ1410の例は図15に示す。ユーザ認証応答メッセージ1410はセッションID1505のパラメータから構成されている。   Next, the authentication device 104 transmits a user authentication response message 1410. An example of the user authentication response message 1410 is shown in FIG. The user authentication response message 1410 is composed of a parameter of session ID 1505.

以上が、クライアント装置101がユーザ認証処理を要求した際に、認証装置104、ゲートウェイ装置105、データ管理装置106が実行する一連の処理の例である。このように、認証装置104におけるユーザ認証処理時に、セッションIDのみがクライアント装置101へ送信される。これにより、クライアント装置101とゲートウェイ装置105間ではユーザ識別子が用いられないため、第3者によるなりすましや不正な方法でのデータアクセスを防止できる。   The above is an example of a series of processing executed by the authentication device 104, the gateway device 105, and the data management device 106 when the client device 101 requests user authentication processing. In this way, only the session ID is transmitted to the client apparatus 101 during the user authentication process in the authentication apparatus 104. Thereby, since the user identifier is not used between the client apparatus 101 and the gateway apparatus 105, it is possible to prevent spoofing by a third party and data access by an unauthorized method.

図17から図21を用いて、クライアント装置101がID登録処理を要求した際に、ゲートウェイ装置105、データ管理装置106が実行する一連の処理の例について説明する。ここでは、ドメイン”d0”のID”111”とドメイン”d1”のID”987”に関する双方向の変換関係をID管理システムに登録する例を示す。   An example of a series of processing executed by the gateway device 105 and the data management device 106 when the client device 101 requests ID registration processing will be described with reference to FIGS. Here, an example is shown in which a bidirectional conversion relationship regarding the ID “111” of the domain “d0” and the ID “987” of the domain “d1” is registered in the ID management system.

図17は、本実施例におけるゲートウェイ装置105、データ管理装置106が実行するID登録処理のシーケンス図の例である。最初にクライアント装置101はゲートウェイ装置105にID登録要求メッセージ1701を送信する。ID登録要求メッセージ1701の例は図18に示す。図18は、本実施例におけるゲートウェイ装置105、データ管理装置106が実行するID登録処理の中で送受信されるメッセージの例である。ID登録要求メッセージ1701はID1801、ドメイン1802、セッションID1803のパラメータから構成されている。   FIG. 17 is an example of a sequence diagram of ID registration processing executed by the gateway device 105 and the data management device 106 in this embodiment. First, the client apparatus 101 transmits an ID registration request message 1701 to the gateway apparatus 105. An example of the ID registration request message 1701 is shown in FIG. FIG. 18 is an example of messages transmitted and received during the ID registration process executed by the gateway device 105 and the data management device 106 in this embodiment. An ID registration request message 1701 includes parameters of ID 1801, domain 1802, and session ID 1803.

図17に戻って、次にゲートウェイ装置105は担当ノード決定1702を行う。本実施例では、ゲートウェイ装置105内のノード情報記憶領域407に格納されたノード情報に基づきランダムに担当ノードを決定しており、ここでは担当ノードをデータ管理装置106_1とした。ゲートウェイ装置105内のノード情報記憶領域407に格納されるデータの例は図19に示す。図19は、本実施例におけるゲートウェイ装置105内のノード情報記憶領域407、データ管理装置106内のノード情報記憶領域512に格納されるデータの例であり、データ管理装置106_1、データ管理装置106_2、データ管理装置106_mのノードIDと接続情報を格納したものである。ノード情報は、ノードIDと接続情報を1組として格納され、符号1901・符号1904はデータ管理装置106_1、符号1902はデータ管理装置106_2、符号1903はデータ管理装置106_mを表すノードIDである。データ管理装置106が複数のノードIDを持つ効果は後述する。   Returning to FIG. 17, the gateway device 105 next performs a responsible node determination 1702. In the present embodiment, the responsible node is randomly determined based on the node information stored in the node information storage area 407 in the gateway device 105, and here the responsible node is the data management device 106_1. An example of data stored in the node information storage area 407 in the gateway device 105 is shown in FIG. FIG. 19 is an example of data stored in the node information storage area 407 in the gateway apparatus 105 and the node information storage area 512 in the data management apparatus 106 in this embodiment. The data management apparatus 106_1, the data management apparatus 106_2, The node ID and connection information of the data management device 106_m are stored. Node information is stored as a set of node ID and connection information. Reference numeral 1901 and reference numeral 1904 are data management apparatuses 106_1, reference numeral 1902 is a data management apparatus 106_2, and reference numeral 1903 is a node ID representing the data management apparatus 106_m. The effect that the data management apparatus 106 has a plurality of node IDs will be described later.

図17に戻って、次にゲートウェイ装置105はデータ管理装置106_1にID登録要求メッセージ1703を送信する。ID登録要求メッセージ1703はID登録要求メッセージ1701と同様である。   Returning to FIG. 17, next, the gateway apparatus 105 transmits an ID registration request message 1703 to the data management apparatus 106_1. The ID registration request message 1703 is the same as the ID registration request message 1701.

次に、データ管理装置106_1はユーザ識別子処理1704を行う。ユーザ識別子処理1704では、セッション情報記憶領域513に格納されたセッション情報の中からセッションID1803を検索キーとしてセッションID1803に対応するユーザ識別子”R0”を検索する。   Next, the data management apparatus 106_1 performs user identifier processing 1704. In the user identifier processing 1704, the user identifier “R0” corresponding to the session ID 1803 is searched from the session information stored in the session information storage area 513 using the session ID 1803 as a search key.

次に、データ管理装置106_1はドメイン”d0”のID”111”からドメイン”d1”のID”987”への変換関係を登録する。以降、上記変換関係において、ドメイン”d0”を変換元ドメイン、ID”111”を変換元ID、ドメイン”d1”を変換先ドメイン、ID”987”を変換先IDと呼ぶ。   Next, the data management apparatus 106_1 registers the conversion relationship from the ID “111” of the domain “d0” to the ID “987” of the domain “d1”. Hereinafter, in the conversion relationship, the domain “d0” is referred to as a conversion source domain, the ID “111” is referred to as a conversion source ID, the domain “d1” is referred to as a conversion destination domain, and the ID “987” is referred to as a conversion destination ID.

データ管理装置106_1はデータ保有ノード決定1705_1を行う。データ保有ノード決定方法の例は図20に示す。図20では、例としてドメイン”d0”のID”111”からドメイン”d1”のID”987”への変換関係情報を保有するノードを決定している。まず、変換元IDと変換元ドメイン、変換先ドメイン、そしてユーザ識別子を検索キー2001とする。次に、検索キーをハッシュ関数2002にかけて、ハッシュ値2003を得る。次に、ハッシュ値2003をノード(データ管理装置106)のノードIDと比較し、ハッシュ値以上であり、かつハッシュ値に最も近いノードIDを持つノード(データ管理装置106)をデータ保有ノードとする。ハッシュ値がノードIDの最大値を越えていた場合、最小のノードIDが選択される。また、ハッシュ値に最も近いノードIDを持つノード(データ管理装置106)を1つではなく、近いものから順に選ぶことで冗長化させることもできる。図20の例では、検索キー”111@d0(to)d1@R0”からハッシュ値”1584”を得て、”1584”以上で最も近い値である”2084”をノードIDとして持つデータ管理装置106_2がデータ保有ノードとなっている。   The data management device 106_1 performs data holding node determination 1705_1. An example of the data holding node determination method is shown in FIG. In FIG. 20, as an example, the node that holds the conversion relation information from the ID “111” of the domain “d0” to the ID “987” of the domain “d1” is determined. First, the conversion source ID, the conversion source domain, the conversion destination domain, and the user identifier are used as a search key 2001. Next, the hash value 2003 is obtained by applying the search key to the hash function 2002. Next, the hash value 2003 is compared with the node ID of the node (data management device 106), and a node (data management device 106) having a node ID that is equal to or greater than the hash value and closest to the hash value is set as a data holding node. . If the hash value exceeds the maximum value of the node ID, the minimum node ID is selected. Further, it is possible to make redundant by selecting the node having the node ID closest to the hash value (data management apparatus 106) in order from the closest node instead of one. In the example of FIG. 20, the hash value “1584” is obtained from the search key “111 @ d0 (to) d1 @ R0”, and the data management device has “2084” that is the closest value of “1584” or more as the node ID. 106_2 is a data holding node.

次に、データ管理装置106_1はデータ保有ノード(データ管理装置106_2)にID登録要求メッセージ1706_1を送信する。ID登録要求メッセージ1706の例は図18に示す。ID登録要求メッセージ1706は検索キー2001をKey1804、変換先ID”987”をValue1805とした2つのパラメータから構成されている。   Next, the data management device 106_1 transmits an ID registration request message 1706_1 to the data holding node (data management device 106_2). An example of the ID registration request message 1706 is shown in FIG. The ID registration request message 1706 is composed of two parameters with the search key 2001 as the key 1804 and the conversion destination ID “987” as the value 1805.

図17に戻って、データ保有ノード(データ管理装置106_2)はID登録1707_1を行う。データ管理装置106内のデータ記憶領域514に格納されるデータの例は図21に示す。図21は、本実施例におけるデータ管理装置106内のデータ記憶領域514に格納されるデータの例であり、データ管理装置106_2内のデータ記憶領域514には検索キー”111@d0(to)d1@R0”をKey、変換先ID”987”をValueとして格納したものである。このように、ID数やドメイン数は時間とともに変化することが多いため、事前のスキーム設計を必要としないキーバリュー型のデータ構造が適している。ID登録1707_1では、キーバリュー型のレコード2101が格納される。   Returning to FIG. 17, the data holding node (data management apparatus 106_2) performs ID registration 1707_1. An example of data stored in the data storage area 514 in the data management device 106 is shown in FIG. FIG. 21 shows an example of data stored in the data storage area 514 in the data management apparatus 106 in the present embodiment. The search key “111 @ d0 (to) d1 is stored in the data storage area 514 in the data management apparatus 106_2. @ R0 ”is stored as Key, and conversion destination ID“ 987 ”is stored as Value. Thus, since the number of IDs and the number of domains often change with time, a key-value data structure that does not require prior scheme design is suitable. In the ID registration 1707_1, a key-value type record 2101 is stored.

図17に戻って、データの保有ノード(データ管理装置106_2)はデータ管理装置106_1にID登録応答メッセージ1708_1を送信する。ID登録応答メッセージ1708の例は図18に示す。ID登録応答メッセージ1708はID登録結果1806から構成されている。ID登録結果1806はID登録処理の成否を示している。   Returning to FIG. 17, the data holding node (data management apparatus 106_2) transmits an ID registration response message 1708_1 to the data management apparatus 106_1. An example of the ID registration response message 1708 is shown in FIG. An ID registration response message 1708 includes an ID registration result 1806. An ID registration result 1806 indicates success or failure of the ID registration process.

以上、符号1706_1から符号1708_1がデータ管理装置106により行われるドメイン”d0”のID”111”からドメイン”d1”のID”987”への変換関係を登録する処理である。   As described above, reference numeral 1706_1 to reference numeral 1708_1 indicate processing for registering the conversion relationship from the ID “111” of the domain “d0” to the ID “987” of the domain “d1”, which is performed by the data management apparatus 106.

次にデータ管理装置106はドメイン”d1”のID”987”からドメイン”d0”のID”111”への変換関係を登録する。符号1706_2から符号1708_2の処理は、変換元IDと変換先ID、変換元ドメインと変換先ドメインを入れ替えて、符号1706_1から符号1708_1と同様の処理を行う。符号1707_2では、データ管理装置106_mをデータ保有ノードとしており、図21にあるようにデータ管理装置106_m内のデータ記憶領域514に検索キー”987@d1(to)d0@R0”をKey、変換先ID”111”をValueとしたキーバリュー型のレコード2102を格納している。   Next, the data management apparatus 106 registers the conversion relationship from the ID “987” of the domain “d1” to the ID “111” of the domain “d0”. In the processing from reference numerals 1706_2 to 1708_2, the conversion source ID and the conversion destination ID, the conversion source domain and the conversion destination domain are interchanged, and the same processing as reference numerals 1706_1 to 1708_1 is performed. Reference numeral 1707_2 designates the data management device 106_m as a data holding node. As shown in FIG. 21, the search key “987 @ d1 (to) d0 @ R0” is stored in the data storage area 514 in the data management device 106_m as the key. A key-value type record 2102 having ID “111” as Value is stored.

次に、データ管理装置106はゲートウェイ装置105にID登録応答メッセージ1709を送信する。ID登録応答メッセージ1709はID登録応答メッセージ1708と同様である。   Next, the data management apparatus 106 transmits an ID registration response message 1709 to the gateway apparatus 105. The ID registration response message 1709 is the same as the ID registration response message 1708.

次にゲートウェイ装置105はクライアント装置101にID登録応答メッセージ1710を送信する。ID登録応答メッセージ1710はID登録応答メッセージ1708と同様である。   Next, the gateway device 105 transmits an ID registration response message 1710 to the client device 101. The ID registration response message 1710 is the same as the ID registration response message 1708.

以上が、クライアント装置101がID登録処理を要求した際に、ゲートウェイ装置105、データ管理装置106が実行する一連の処理の例である。本実施例では、図21にあるようにKeyに変換元IDと変換元ドメイン、変換先ドメイン、ユーザ識別子を格納し、Valueに変換先IDを格納するキーバリュー構造としているが限定されるものではない。Keyに変換元IDとユーザ識別子が格納され、Valueに変換先ドメインが格納される構造であれば良い。   The above is an example of a series of processing executed by the gateway device 105 and the data management device 106 when the client device 101 requests ID registration processing. In this embodiment, as shown in FIG. 21, a key-value structure is used in which a conversion source ID, a conversion source domain, a conversion destination domain, and a user identifier are stored in Key, and a conversion destination ID is stored in Value. Absent. Any structure may be used as long as the conversion source ID and the user identifier are stored in the key and the conversion destination domain is stored in the value.

また、本実施例は、ドメインの数を2つとした例にすぎず、ドメインの数は限定されるものではない。例えば、ドメイン数が3つ以上の場合、IDそれぞれの間で双方向の変換関係を登録すれば良く、ドメイン数に制限はない。   Further, the present embodiment is merely an example in which the number of domains is two, and the number of domains is not limited. For example, when the number of domains is three or more, a bidirectional conversion relationship may be registered between each ID, and the number of domains is not limited.

さらに、変換元IDから変換先IDへの変換関係を複数のレコードで表現しても良い。ユーザに対して複数のユーザ識別子を割り当て、各ユーザ識別子から複数の検索キーを生成し、検索キー毎に対応するValueには変換先IDを分割して、その一部ずつを格納すれば良い。変換関係を複数のレコードに分割することで、アクセス権を持たないユーザが直接、データ記憶領域514を解析する等の方法によりデータ参照することを防ぐことが可能となる。   Furthermore, the conversion relationship from the conversion source ID to the conversion destination ID may be expressed by a plurality of records. A plurality of user identifiers may be assigned to the user, a plurality of search keys may be generated from each user identifier, and the conversion destination ID may be divided into values corresponding to each search key, and a part thereof may be stored. By dividing the conversion relationship into a plurality of records, it is possible to prevent a user who does not have access right from directly referring to data by a method such as analyzing the data storage area 514.

図22、図23を用いて、クライアント装置101がID変換処理を要求した際に、ゲートウェイ装置105、データ管理装置106が実行する一連の処理の例について説明する。
ここでは、ドメイン”d0”のID”111”からドメイン”d1”のIDに変換する例を示す。
An example of a series of processes executed by the gateway apparatus 105 and the data management apparatus 106 when the client apparatus 101 requests an ID conversion process will be described with reference to FIGS.
Here, an example in which the ID “111” of the domain “d0” is converted to the ID of the domain “d1” is shown.

図22は、本実施例におけるゲートウェイ装置105、データ管理装置106が実行するID変換処理のシーケンス図の例である。最初にクライアント装置101はゲートウェイ装置105にID変換要求メッセージ2201を送信する。
ID変換要求メッセージ2201の例は図23に示す。図23は、本実施例におけるゲートウェイ装置105、データ管理装置106が実行するID変換処理の中で送受信されるメッセージの例である。ID変換要求メッセージ2201はID2301、ドメイン2302_1、2302_2、セッションID2303のパラメータから構成されている。
FIG. 22 is an example of a sequence diagram of ID conversion processing executed by the gateway device 105 and the data management device 106 in this embodiment. First, the client apparatus 101 transmits an ID conversion request message 2201 to the gateway apparatus 105.
An example of the ID conversion request message 2201 is shown in FIG. FIG. 23 is an example of messages transmitted and received during the ID conversion processing executed by the gateway device 105 and the data management device 106 in the present embodiment. The ID conversion request message 2201 includes parameters of ID 2301, domains 2302_1 and 2302_2, and session ID 2303.

図22に戻って、次にゲートウェイ装置105は担当ノード決定2202を行う。担当ノード決定2202は図17のID登録処理における担当ノード決定1702と同様である。   Returning to FIG. 22, the gateway device 105 next performs a responsible node determination 2202. The assigned node determination 2202 is the same as the assigned node determination 1702 in the ID registration process of FIG.

図22に戻って、次にゲートウェイ装置105はデータ管理装置106_1にID変換要求メッセージ2203を送信する。ID変換要求メッセージ2203はID変換要求メッセージ2201と同様である。   Returning to FIG. 22, next, the gateway device 105 transmits an ID conversion request message 2203 to the data management device 106_1. The ID conversion request message 2203 is the same as the ID conversion request message 2201.

次にデータ管理装置106_1はユーザ識別子処理2204を行う。ユーザ識別子処理2204は図17のID登録処理におけるユーザ識別子処理1704と同様である。   Next, the data management apparatus 106_1 performs user identifier processing 2204. The user identifier process 2204 is the same as the user identifier process 1704 in the ID registration process of FIG.

図22に戻って、次にデータ管理装置106_1はデータ保有ノード決定2205を行う。データ保有ノード決定2205は図17のID登録処理におけるデータ保有ノード決定1705_1と同様である。   Returning to FIG. 22, the data management device 106_1 next performs data holding node determination 2205. The data holding node determination 2205 is the same as the data holding node determination 1705_1 in the ID registration process of FIG.

図22に戻って、次にデータ管理装置106_1はデータ保有ノード(データ管理装置106_2)にID変換要求メッセージ2206を送信する。ID変換要求メッセージ2206の例は図23に示す。ID変換要求メッセージ2206は検索キー”111@d0(to)d1@R0”をKey2304として、1つのパラメータから構成されている。   Returning to FIG. 22, the data management apparatus 106_1 next transmits an ID conversion request message 2206 to the data holding node (data management apparatus 106_2). An example of the ID conversion request message 2206 is shown in FIG. The ID conversion request message 2206 is composed of one parameter with the search key “111 @ d0 (to) d1 @ R0” as the key 2304.

図22に戻って、データ保有ノード(データ管理装置106_2)はID変換2207を行う。ID変換2207では、データ記憶領域514に格納されたデータの中から”111@d0(to)d1@R0”を検索キーとして対応する変換先ID”987”を取得する。   Returning to FIG. 22, the data holding node (data management device 106_2) performs ID conversion 2207. In the ID conversion 2207, the corresponding conversion destination ID “987” is acquired from the data stored in the data storage area 514 using “111 @ d0 (to) d1 @ R0” as a search key.

図22に戻って、データの保有ノード(データ管理装置106_2)はデータ管理装置106_1にID変換応答メッセージ2208を送信する。ID変換応答メッセージ2208の例は図23に示す。ID変換応答メッセージ2208はID2306から構成されており、本実施例では変換先ID”987”が格納されている。   Returning to FIG. 22, the data holding node (data management apparatus 106_2) transmits an ID conversion response message 2208 to the data management apparatus 106_1. An example of the ID conversion response message 2208 is shown in FIG. The ID conversion response message 2208 includes an ID 2306, and stores a conversion destination ID “987” in this embodiment.

次にデータ管理装置106_1はゲートウェイ装置105にID変換応答メッセージ2209を送信する。ID変換応答メッセージ2209はID変換応答メッセージ2208と同様である。   Next, the data management apparatus 106_1 transmits an ID conversion response message 2209 to the gateway apparatus 105. The ID conversion response message 2209 is the same as the ID conversion response message 2208.

次にゲートウェイ装置105はクライアント装置101にID変換応答メッセージ2210を送信する。ID変換応答メッセージ2210はID変換応答メッセージ2208と同様である。   Next, the gateway device 105 transmits an ID conversion response message 2210 to the client device 101. The ID conversion response message 2210 is the same as the ID conversion response message 2208.

以上が、クライアント装置101がID変換処理を要求した際に、ゲートウェイ装置105、データ管理装置106が実行する一連の処理の例である。   The above is an example of a series of processing executed by the gateway device 105 and the data management device 106 when the client device 101 requests ID conversion processing.

図24から図26を用いて、クライアント装置101がID更新処理を要求した際に、ゲートウェイ装置105、データ管理装置106が実行する一連の処理の例について説明する。ここでは、ドメイン”d0”のID”111”をID”222”へ更新する例を示す。以降、ID”111”を旧ID、ID”222”を新IDと呼ぶ。   An example of a series of processes executed by the gateway apparatus 105 and the data management apparatus 106 when the client apparatus 101 requests an ID update process will be described with reference to FIGS. In this example, the ID “111” of the domain “d0” is updated to the ID “222”. Hereinafter, ID “111” is referred to as an old ID, and ID “222” is referred to as a new ID.

図24は、本実施例におけるゲートウェイ装置105、データ管理装置106が実行するID更新処理のシーケンス図の例である。最初にクライアント装置101はゲートウェイ装置105にID更新要求メッセージ2401を送信する。ID更新要求メッセージ2401の例は図25に示す。図25は、本実施例におけるゲートウェイ装置105、データ管理装置106が実行するID更新処理の中で送受信されるメッセージの例である。ID更新要求メッセージ2401はID2501、ドメイン2502、セッションID2503のパラメータから構成されている。   FIG. 24 is an example of a sequence diagram of ID update processing executed by the gateway device 105 and the data management device 106 in this embodiment. First, the client apparatus 101 transmits an ID update request message 2401 to the gateway apparatus 105. An example of the ID update request message 2401 is shown in FIG. FIG. 25 is an example of messages transmitted and received during the ID update process executed by the gateway device 105 and the data management device 106 in the present embodiment. The ID update request message 2401 includes parameters of ID 2501, domain 2502, and session ID 2503.

図24に戻って、次にゲートウェイ装置105は担当ノード決定2402を行う。担当ノード決定2402は図17のID登録処理における担当ノード決定1702と同様である。   Returning to FIG. 24, the gateway device 105 next performs a responsible node determination 2402. The assigned node determination 2402 is the same as the assigned node determination 1702 in the ID registration process of FIG.

図24に戻って、次にゲートウェイ装置105は決定した担当ノードであるデータ管理装置106_1にID更新要求メッセージ2403を送信する。ID更新要求メッセージ2403はID更新要求メッセージ2401と同様である。   Returning to FIG. 24, the gateway apparatus 105 transmits an ID update request message 2403 to the data management apparatus 106_1 that is the determined responsible node. The ID update request message 2403 is the same as the ID update request message 2401.

次にデータ管理装置106_1はユーザ識別子処理2404を行う。ユーザ識別子処理2404は図17のID登録処理におけるユーザ識別子処理1704と同様である。   Next, the data management apparatus 106_1 performs user identifier processing 2404. The user identifier process 2404 is the same as the user identifier process 1704 in the ID registration process of FIG.

図24に戻って、次にデータ管理装置106はドメイン”d0”のID”111”からドメイン”d1”のID”987”への変換関係を失効させる。データ管理装置106_1はデータ保有ノード決定2405を行う。
データ保有ノード決定2405は図17のID登録処理におけるデータ保有ノード決定処理1705_1、1705_2と同様であり、検索キー”111@d0(to)d1@R0”に対応するデータ保有ノード(データ管理装置106_2)を得る。
Returning to FIG. 24, the data management apparatus 106 next invalidates the conversion relationship from the ID “111” of the domain “d0” to the ID “987” of the domain “d1”. The data management device 106_1 performs the data holding node determination 2405.
The data holding node determination 2405 is the same as the data holding node determination processing 1705_1 and 1705_2 in the ID registration processing of FIG. 17, and the data holding node (data management device 106_2) corresponding to the search key “111 @ d0 (to) d1 @ R0”. )

図24に戻って、次にデータ管理装置106_1はデータ保有ノード(データ管理装置106_2)にID更新要求メッセージ2406を送信する。ID失効要求メッセージ2406の例は図25に示す。ID更新要求メッセージ2406は検索キー”111@d0(to)d1@R0”をKey2506として、1つのパラメータから構成されている。   Returning to FIG. 24, the data management apparatus 106_1 next transmits an ID update request message 2406 to the data holding node (data management apparatus 106_2). An example of the ID revocation request message 2406 is shown in FIG. The ID update request message 2406 is composed of one parameter with the search key “111 @ d0 (to) d1 @ R0” as the Key 2506.

図24に戻って、データ保有ノード(データ管理装置106_2)はID失効2407を行う。データ管理装置106内のデータ記憶領域514に格納されるデータの例は図26に示す。図26は、ID更新処理の時のデータ管理装置106内のデータ記憶領域514に格納されるデータの例であり、ID更新2407では、データ管理装置106_2内のデータ記憶領域514に格納されたデータの中から”111@d0(to)d1@R0”を検索キーとして対応するValue2601を”null”に更新する。本実施例では、Value2601を”null”にすることをID失効処理としているが、”null”ではなく、失効状態を意味する別の値でも良いし、当該レコード事態を削除しても良い。   Returning to FIG. 24, the data holding node (data management apparatus 106_2) performs ID revocation 2407. An example of data stored in the data storage area 514 in the data management device 106 is shown in FIG. FIG. 26 shows an example of data stored in the data storage area 514 in the data management apparatus 106 at the time of ID update processing. In the ID update 2407, data stored in the data storage area 514 in the data management apparatus 106_2. The corresponding Value 2601 is updated to “null” using “111 @ d0 (to) d1 @ R0” as a search key. In the present embodiment, setting the value 2601 to “null” is the ID revocation processing, but instead of “null”, another value indicating a revocation state may be used, or the record situation may be deleted.

図24に戻って、データの保有ノード(データ管理装置106_2)はデータ管理装置106_1にID更新応答メッセージ2408を送信する。ID更新応答メッセージ2408の例は図25に示す。ID更新応答メッセージ2408はID2508から構成されており、本実施例ではID”987”が格納されている。   Returning to FIG. 24, the data holding node (data management apparatus 106_2) transmits an ID update response message 2408 to the data management apparatus 106_1. An example of the ID update response message 2408 is shown in FIG. The ID update response message 2408 is composed of an ID 2508, and ID “987” is stored in this embodiment.

以上、符号2405から符号2408がデータ管理装置106により行われるドメイン”d0”のID”111”からドメイン”d1”のID”987”への変換関係を更新する処理である。   As described above, reference numerals 2405 to 2408 denote processing for updating the conversion relationship from the ID “111” of the domain “d0” to the ID “987” of the domain “d1”, which is performed by the data management apparatus 106.

図24に戻って、次にデータ管理装置106はドメイン”d1”のID”987”からドメイン”d0”のID”111”への変換関係を旧IDから新IDへと更新する。   Returning to FIG. 24, the data management apparatus 106 next updates the conversion relationship from the ID “987” of the domain “d1” to the ID “111” of the domain “d0” from the old ID to the new ID.

データ管理装置106_1はデータ保有ノード決定2409を行う。データ保有ノード決定2409は図17のID登録処理におけるデータ保有ノード決定1705と同様であり、検索キー”987@d1(to)d0@R0”に対応するデータ保有ノード(データ管理装置106_m)を得る。   The data management device 106_1 performs data holding node determination 2409. The data holding node determination 2409 is the same as the data holding node determination 1705 in the ID registration process of FIG. 17, and the data holding node (data management device 106_m) corresponding to the search key “987 @ d1 (to) d0 @ R0” is obtained. .

図24に戻って、次にデータ管理装置106_1はデータ保有ノード(データ管理装置106_m)にID更新要求メッセージ2410を送信する。ID更新要求メッセージ2410の例は図25に示す。ID更新要求メッセージ2410は”987@d1(to)d0@R0”をKey2504、新ID”222”をValue2505として、2つのパラメータから構成されている。   Returning to FIG. 24, the data management apparatus 106_1 next transmits an ID update request message 2410 to the data holding node (data management apparatus 106_m). An example of the ID update request message 2410 is shown in FIG. The ID update request message 2410 is composed of two parameters, with “987 @ d1 (to) d0 @ R0” as Key 2504 and new ID “222” as Value 2505.

図24に戻って、データ保有ノード(データ管理装置106_m)はID更新2411を行う。図26のデータ管理装置106_mに示すように、ID更新2411では、データ記憶領域514に格納されたデータの中から”987@d1(to)d0@R0”を検索キーとして対応するValue2602を”222”に更新する。   Returning to FIG. 24, the data holding node (data management apparatus 106 — m) performs ID update 2411. As shown in the data management device 106_m in FIG. 26, in the ID update 2411, “Value 2602” corresponding to “987 @ d1 (to) d0 @ R0” from among the data stored in the data storage area 514 is set to “222”. Update to "".

図24に戻って、データの保有ノード(データ管理装置106_m)はデータ管理装置106_1にID更新応答メッセージ2412を送信する。ID更新応答メッセージ2412の例は図25に示す。ID更新応答メッセージ2412はID更新結果2507から構成されている。ID更新結果2507はID更新処理の成否を示している。   Returning to FIG. 24, the data holding node (data management apparatus 106_m) transmits an ID update response message 2412 to the data management apparatus 106_1. An example of the ID update response message 2412 is shown in FIG. The ID update response message 2412 includes an ID update result 2507. An ID update result 2507 indicates success or failure of the ID update process.

以上、符号2409から符号2412がデータ管理装置106により行われるドメイン”d1”のID”987”からドメイン”d0”のID”111”への変換関係を旧IDから新IDへと更新する処理である。   As described above, reference numeral 2409 to reference numeral 2412 are processes performed by the data management apparatus 106 to update the conversion relationship from the ID “987” of the domain “d1” to the ID “111” of the domain “d0” from the old ID to the new ID. is there.

図24に戻って、次にデータ管理装置106がドメイン”d0”のID”222”からドメイン”d1”のID”987”への変換関係を登録する、符号2414から符号2416の処理は、変換元IDを旧ID”111”から新ID”222”に入れ替えて、図17の符号1706_1から符号1708_1と同様の処理を行う。符号2413では、データ管理装置106_mをデータ保有ノードとしており、図26にあるようにデータ管理装置106_m内のデータ記憶領域514に検索キー”222@d0(to)d1@R0”をKey、変換先ID”987”をValueとしたキーバリュー型のレコード2603を格納している。   Returning to FIG. 24, the data management apparatus 106 registers the conversion relationship from the ID “222” of the domain “d0” to the ID “987” of the domain “d1”. The original ID is changed from the old ID “111” to the new ID “222”, and the same processing as the reference numerals 1706_1 to 1708_1 in FIG. Reference numeral 2413 designates the data management device 106_m as a data holding node. As shown in FIG. 26, the search key “222 @ d0 (to) d1 @ R0” is stored in the data storage area 514 in the data management device 106_m as the key. A key-value type record 2603 with ID “987” as Value is stored.

次にデータ管理装置106_1はゲートウェイ装置105にID更新応答メッセージ2417を送信する。ID更新応答メッセージ2417はID更新応答メッセージ2412と同様である。   Next, the data management apparatus 106_1 transmits an ID update response message 2417 to the gateway apparatus 105. The ID update response message 2417 is the same as the ID update response message 2412.

次にゲートウェイ装置105はクライアント装置101にID更新応答メッセージ2418を送信する。ID更新応答メッセージ2418はID更新応答メッセージ2412と同様である。   Next, the gateway device 105 transmits an ID update response message 2418 to the client device 101. The ID update response message 2418 is the same as the ID update response message 2412.

以上が、クライアント装置101がID更新処理を要求した際に、ゲートウェイ装置105、データ管理装置106が実行する一連の処理の例である。   The above is an example of a series of processing executed by the gateway device 105 and the data management device 106 when the client device 101 requests ID update processing.

図27から図29を用いて、クライアント装置101がID失効処理を要求した際に、ゲートウェイ装置105、データ管理装置106が実行する一連の処理の例について説明する。ここでは、ドメイン”d0”のID”111”を失効する例を示す。   An example of a series of processes executed by the gateway apparatus 105 and the data management apparatus 106 when the client apparatus 101 requests an ID revocation process will be described with reference to FIGS. Here, an example in which the ID “111” of the domain “d0” is revoked is shown.

図27は、本実施例におけるゲートウェイ装置105、データ管理装置106が実行するID失効処理のシーケンス図の例である。最初にクライアント装置101はゲートウェイ装置105にID失効要求メッセージ2701を送信する。ID失効要求メッセージ2701の例は図28に示す。図28は、本実施例におけるゲートウェイ装置105、データ管理装置106が実行するID失効処理の中で送受信されるメッセージの例である。ID失効要求メッセージ2701はID2801、ドメイン2802、セッションID2803のパラメータから構成されている。   FIG. 27 is an example of a sequence diagram of ID revocation processing executed by the gateway device 105 and the data management device 106 in this embodiment. First, the client apparatus 101 transmits an ID revocation request message 2701 to the gateway apparatus 105. An example of the ID revocation request message 2701 is shown in FIG. FIG. 28 is an example of messages transmitted and received during the ID revocation process executed by the gateway device 105 and the data management device 106 in this embodiment. The ID revocation request message 2701 includes parameters of ID 2801, domain 2802, and session ID 2803.

図27に戻って、次にゲートウェイ装置105は担当ノード決定2702を行う。担当ノード決定2702は図17のID登録処理における担当ノード決定1702と同様である。   Returning to FIG. 27, the gateway device 105 next determines the responsible node 2702. The assigned node determination 2702 is the same as the assigned node determination 1702 in the ID registration process of FIG.

図27に戻って、次にゲートウェイ装置105はデータ管理装置106_1にID失効要求メッセージ2703を送信する。ID失効要求メッセージ2703はID失効要求メッセージ2701と同様である。   Returning to FIG. 27, next, the gateway device 105 transmits an ID revocation request message 2703 to the data management device 106_1. The ID revocation request message 2703 is the same as the ID revocation request message 2701.

次にデータ管理装置106_1はユーザ識別子処理2704を行う。ユーザ識別子処理2704は図17のID登録処理におけるユーザ識別子処理1704と同様である。   Next, the data management apparatus 106_1 performs user identifier processing 2704. The user identifier process 2704 is the same as the user identifier process 1704 in the ID registration process of FIG.

図27に戻って、次にデータ管理装置106はドメイン”d0”のID”111”からドメイン”d1”のID”987”への変換関係を失効する。符号2705から符号2708の処理は、図24の符号2405から符号2408の処理と同様である。データ管理装置106内のデータ記憶領域514に格納されるデータの例は図29に示す。図29は、ID更新処理の時のデータ管理装置106内のデータ記憶領域514に格納されるデータの例であり、ID失効2707により、データ管理装置106_2内のデータ記憶領域514に格納された”111@d0(to)d1@R0”に対応するValue2901は”null”に更新される。   Returning to FIG. 27, next, the data management apparatus 106 invalidates the conversion relationship from the ID “111” of the domain “d0” to the ID “987” of the domain “d1”. The processes from 2705 to 2708 are the same as the processes from 2405 to 2408 in FIG. An example of data stored in the data storage area 514 in the data management apparatus 106 is shown in FIG. FIG. 29 shows an example of data stored in the data storage area 514 in the data management apparatus 106 at the time of the ID update processing. The data is stored in the data storage area 514 in the data management apparatus 106_2 due to the ID revocation 2707. The Value 2901 corresponding to “111 @ d0 (to) d1 @ R0” is updated to “null”.

図27に戻って、次にデータ管理装置106はドメイン”d1”のID”987”からドメイン”d0”のID”111”への変換関係を失効させる。符号2709から符号2712の処理は、変換元IDと変換先ID、変換元ドメインと変換先ドメインを入れ替えて、図24の符号2405から符号2408と同様の処理を行う。図29にあるように、ID失効2711により、データ管理装置106_m内のデータ記憶領域514に格納された”987@d1(to)d0@R0”に対応するValue2902は”null”に更新される。   Returning to FIG. 27, the data management apparatus 106 next invalidates the conversion relationship from the ID “987” of the domain “d1” to the ID “111” of the domain “d0”. In the processing from reference numeral 2709 to reference numeral 2712, the conversion source ID and the conversion destination ID, the conversion source domain and the conversion destination domain are interchanged, and the same processing as reference numerals 2405 to 2408 in FIG. 24 is performed. As shown in FIG. 29, the Value 2902 corresponding to “987 @ d1 (to) d0 @ R0” stored in the data storage area 514 in the data management device 106_m is updated to “null” by the ID revocation 2711.

次にデータ管理装置106_1はゲートウェイ装置105にID失効応答メッセージ2713を送信する。ID失効応答メッセージ2713の例は図28に示す。ID失効応答メッセージ2713はID失効結果2806から構成されている。ID失効結果2806はID登録処理の成否を示している。   Next, the data management apparatus 106_1 transmits an ID revocation response message 2713 to the gateway apparatus 105. An example of the ID revocation response message 2713 is shown in FIG. The ID revocation response message 2713 includes an ID revocation result 2806. The ID revocation result 2806 indicates the success or failure of the ID registration process.

次にゲートウェイ装置105はクライアント装置101にID失効応答メッセージ2714を送信する。ID失効応答メッセージ2714はID失効応答メッセージ2713と同様である。   Next, the gateway device 105 transmits an ID revocation response message 2714 to the client device 101. The ID revocation response message 2714 is the same as the ID revocation response message 2713.

以上が、クライアント装置101がID失効処理を要求した際に、ゲートウェイ装置105、データ管理装置106が実行する一連の処理の例である。   The above is an example of a series of processing executed by the gateway device 105 and the data management device 106 when the client device 101 requests the ID revocation processing.

以上本発明の一実施例について説明したが、上記実施例によれば、あらかじめ、ドメイン間におけるIDの対応関係をテーブルに登録しておく必要がないため、ドメイン数とID数が増加してもシステムを再構築する必要がない。これにより、システム再構築に要する工数や費用を低減できる。また、利用者ごとに、変換可能なIDを制御することができる。また、認証装置104におけるユーザ認証処理時に、セッションIDのみがクライアント装置101へ送信される。これにより、ユーザにはユーザ識別子が非公開となるため、第3者によるなりすましや不正な方法でのデータアクセスを防止できる。   Although one embodiment of the present invention has been described above, according to the above embodiment, since it is not necessary to register the correspondence relationship of IDs between domains in the table in advance, even if the number of domains and the number of IDs increase. There is no need to rebuild the system. Thereby, the man-hour and cost which a system reconstruction requires can be reduced. Moreover, ID which can be converted can be controlled for every user. Further, only the session ID is transmitted to the client apparatus 101 during the user authentication process in the authentication apparatus 104. Thereby, since the user identifier is not disclosed to the user, it is possible to prevent spoofing by a third party and data access by an unauthorized method.

なお、本発明は上記した実施例に限定されるものではなく、様々な変形例が含まれる。例えば、上記した実施例は本発明を分かりやすく説明するために詳細に説明したものであり、必ずしも説明した全ての構成を備えるものに限定されるものではない。また、ある実施例の構成の一部を他の実施例の構成に置き換えることが可能であり、また、ある実施例の構成に他の実施例の構成を加えることも可能である。また、各実施例の構成の一部について、他の構成の追加・削除・置換をすることが可能である。   In addition, this invention is not limited to an above-described Example, Various modifications are included. For example, the above-described embodiments have been described in detail for easy understanding of the present invention, and are not necessarily limited to those having all the configurations described. Further, a part of the configuration of one embodiment can be replaced with the configuration of another embodiment, and the configuration of another embodiment can be added to the configuration of one embodiment. Further, it is possible to add, delete, and replace other configurations for a part of the configuration of each embodiment.

また、上記の各構成、機能、処理部、処理手段等は、それらの一部又は全部を、例えば集積回路で設計する等によりハードウェアで実現してもよい。また、上記の各構成、機能等は、プロセッサがそれぞれの機能を実現するプログラムを解釈し、実行することによりソフトウェアで実現してもよい。各機能を実現するプログラム、テーブル、ファイル等の情報は、メモリや、ハードディスク、SSD(Solid State Drive)等の記録装置、または、ICカード、SDカード、DVD等の記録媒体に置くことができる。   Each of the above-described configurations, functions, processing units, processing means, and the like may be realized by hardware by designing a part or all of them with, for example, an integrated circuit. Each of the above-described configurations, functions, and the like may be realized by software by interpreting and executing a program that realizes each function by the processor. Information such as programs, tables, and files for realizing each function can be stored in a memory, a hard disk, a recording device such as an SSD (Solid State Drive), or a recording medium such as an IC card, an SD card, or a DVD.

また、制御線や情報線は説明上必要と考えられるものを示しており、製品上必ずしも全ての制御線や情報線を示しているとは限らない。実際には殆ど全ての構成が相互に接続されていると考えてもよい。   Further, the control lines and information lines indicate what is considered necessary for the explanation, and not all the control lines and information lines on the product are necessarily shown. Actually, it may be considered that almost all the components are connected to each other.

101_1、101_n・・・クライアント装置、102、103・・・ネットワーク、104・・・認証装置、105・・・ゲートウェイ管理装置、106_1、106_2、106_3、106_m・・・データ管理装置、201、301、401、501・・・制御部、210、309、406、511・・・記憶部、213、312、409、515・・・入出力部、214、313、410、516・・・送受信部、601・・・コンピュータ、602・・・CPU、603・・・メモリ、604・・・外部記憶装置、605・・・送受信装置、606・・・出力装置、607・・・入力装置。 101_1, 101_n: Client device, 102, 103 ... Network, 104 ... Authentication device, 105 ... Gateway management device, 106_1, 106_2, 106_3, 106_m ... Data management device, 201, 301, 401, 501 ... control unit, 210, 309, 406, 511 ... storage unit, 213, 312, 409, 515 ... input / output unit, 214, 313, 410, 516 ... transmission / reception unit, 601 ... Computer, 602 ... CPU, 603 ... Memory, 604 ... External storage device, 605 ... Transmission / reception device, 606 ... Output device, 607 ... Input device.

Claims (5)

ネットワークを介してクライアント端末と接続するデータ管理装置におけるID管理方法であって、
前記データ管理装置は、セッション情報とユーザ識別子とをそれぞれ対応付けた第一の情報と、検索キーと第2のドメインIDとを対応付けた第二の情報と、を記憶する記憶部を有し、
前記データ管理装置が、前記ネットワークを介して前記クライアント端末から、第1のドメインIDから第2のドメインIDへの変換要求を受信するステップと、
前記変換要求に含まれるセッション情報と、前記第一の情報とからユーザ識別子を取得するステップと、
前記データ管理装置が、前記変換要求に含まれる前記第1のドメイン、前記第1のドメインID、前記第2のドメインおよび前記ユーザ識別子を結合した検索キーと、前記第二の情報と、に基づき、前記第1のドメインIDに対応する前記第2のドメインIDを取得し、当該第2のドメインIDを前記クライアント端末に向けて送信するステップと、
を有することを特徴とするID管理方法。
An ID management method in a data management apparatus connected to a client terminal via a network,
The data management apparatus includes a first information Installing corresponding to the session information and the user identifier, a storage unit for storing the second information associating the search key and the second domain ID, and ,
A step wherein the data management device, for receiving a conversion request from the client terminal via the network, to the second domain ID from the first domain ID,
Obtaining a user identifier from the session information included in the conversion request and the first information ;
The data management device is based on the first information, the search key that combines the first domain ID, the second domain, and the user identifier included in the conversion request, and the second information. Obtaining the second domain ID corresponding to the first domain ID, and transmitting the second domain ID to the client terminal;
An ID management method characterized by comprising:
前記データ管理装置は複数あり、前記クライアント端末から前記変換要求を受信した前記データ管理装置を第一のデータ管理装置とし、前記第1のドメインIDから前記第2のドメインIDに変換する前記データ管理装置を第二のデータ管理装置とし、
前記第一のデータ管理装置は、前記第1のドメイン、前記第1のドメインID、前記第2のドメインおよび前記ユーザ識別子から構成される検索キーに基づき、第二の前記データ管理装置を選び、前記検索キーを前記第二のデータ管理装置に送信するステップ、を更に備えることを特徴とする、請求項1に記載のID管理方法。
The data management device includes a plurality of data management devices, wherein the data management device that receives the conversion request from the client terminal is the first data management device, and the data management device converts the first domain ID to the second domain ID. The device is the second data management device,
The first data management device selects a second data management device based on a search key composed of the first domain, the first domain ID, the second domain, and the user identifier, The ID management method according to claim 1 , further comprising: transmitting the search key to the second data management device .
前記第二の前記データ管理装置を選ぶステップは、Selecting the second data management device comprises:
前記検索キーにハッシュ関数をかけた値と、前記データ管理装置のIDとを比較することで前記第二の前記データ管理装置を選ぶことを特徴とする請求項2に記載のID管理方法。  3. The ID management method according to claim 2, wherein the second data management device is selected by comparing a value obtained by multiplying the search key by a hash function and an ID of the data management device.
前記第二の前記データ管理装置を選ぶステップは、Selecting the second data management device comprises:
前記検索キーにハッシュ関数をかけた値に近い前記データ管理装置のIDを持つデータ管理装置を前記第二のデータ管理装置として選ぶことを特徴とする請求項3に記載のID管理方法。4. The ID management method according to claim 3, wherein a data management device having an ID of the data management device close to a value obtained by multiplying the search key by a hash function is selected as the second data management device.
ネットワークを介してクライアント端末と接続るデータ管理装置であって、
セッション情報とユーザ識別子とをそれぞれ対応付けた第一の情報と、検索キーと第2のドメインIDとを対応付けた第二の情報と、を記憶する記憶部と、
前記ネットワークを介して前記クライアント端末から、第1のドメインIDから第2のドメインIDへの変換要求を受信する受信部と、
前記変換要求に含まれるセッション情報と、前記第一の情報とからユーザ識別子を取得し、当該取得したユーザー識別子と前記変換要求に含まれる前記第1のドメイン、前記第1のドメインID、前記第2のドメインを結合した検索キーに基づき、前記第1のドメインIDに対応する前記第2のドメインIDを取得する制御部と、
当該第2のドメインIDを前記クライアント端末に向けて送信する送信部と、
を有することを特徴とするデータ管理装置。
A data management device to connect the client terminal via a network,
The session information and the first information user identifier and the respectively Installing corresponding, a storage unit for storing the second information associating the search key and the second domain ID, and,
A receiving unit for receiving a conversion request from the first domain ID to the second domain ID from the client terminal via the network;
A user identifier is acquired from the session information included in the conversion request and the first information, and the acquired user identifier and the first domain, the first domain ID, the first information included in the conversion request A control unit that obtains the second domain ID corresponding to the first domain ID based on a search key that combines two domains;
A transmission unit for transmitting the second domain ID to the client terminal;
A data management apparatus comprising:
JP2012119184A 2012-05-25 2012-05-25 ID management method and data management apparatus Active JP5894860B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2012119184A JP5894860B2 (en) 2012-05-25 2012-05-25 ID management method and data management apparatus

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2012119184A JP5894860B2 (en) 2012-05-25 2012-05-25 ID management method and data management apparatus

Publications (3)

Publication Number Publication Date
JP2013246600A JP2013246600A (en) 2013-12-09
JP2013246600A5 JP2013246600A5 (en) 2014-07-17
JP5894860B2 true JP5894860B2 (en) 2016-03-30

Family

ID=49846320

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2012119184A Active JP5894860B2 (en) 2012-05-25 2012-05-25 ID management method and data management apparatus

Country Status (1)

Country Link
JP (1) JP5894860B2 (en)

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000285064A (en) * 1999-03-31 2000-10-13 Fujitsu Ltd Virtual space sharing system
JP4413575B2 (en) * 2003-10-22 2010-02-10 株式会社日立製作所 Information processing apparatus that supports integrated management of account service information, integrated management method of account service information, program, and recording medium
JP2006185171A (en) * 2004-12-27 2006-07-13 Brother Ind Ltd Node device, information transmission processing program, and information distribution method or the like
JP4671332B2 (en) * 2005-03-10 2011-04-13 株式会社日立製作所 File server that converts user identification information
CN101170572A (en) * 2006-10-23 2008-04-30 日电(中国)有限公司 Multimedia network communication system based on P2P SIP technology
JP4912996B2 (en) * 2007-09-18 2012-04-11 株式会社日立製作所 Information processing apparatus and computer system
JP5127489B2 (en) * 2008-02-07 2013-01-23 株式会社東芝 Information life cycle management system, information management server device, electronic medium control device, and program
JP5817728B2 (en) * 2010-08-25 2015-11-18 日本電気株式会社 Condition matching system, condition matching link device, and condition matching processing method

Also Published As

Publication number Publication date
JP2013246600A (en) 2013-12-09

Similar Documents

Publication Publication Date Title
CN111488598B (en) Access control method, device, computer equipment and storage medium
JP6547079B1 (en) Registration / authorization method, device and system
EP3093784B1 (en) Client computer for querying a database stored on a server via a network
US8086698B2 (en) Synchronizing configuration information among multiple clients
US9021264B2 (en) Method and system for cloud based storage
JP5024999B2 (en) Cryptographic management device, cryptographic management method, cryptographic management program
US7454421B2 (en) Database access control method, database access controller, agent processing server, database access control program, and medium recording the program
CN108293045A (en) Single-sign-on Identity Management between local and remote system
WO2016109435A2 (en) Encrypted file storage
US20190272291A1 (en) Apparatus, method, and storage medium for managing data
JP5443236B2 (en) Distributed database system
EP2429146B1 (en) Method and apparatus for authenticating access by a service
WO2021090764A1 (en) Generation device, generation method, and verification device
JP3215882U (en) Cloud storage based file access control system
JP5894860B2 (en) ID management method and data management apparatus
JP5948238B2 (en) Data management method and data management apparatus
JP2016157394A (en) Data management system and id management method
JP6319817B2 (en) Verification device and electronic certificate verification method
CN114128218A (en) Certificate management in isolated computer networks
US10554789B2 (en) Key based authorization for programmatic clients
Dhanabagyam et al. Identity and access management as a service in e-healthcare cloud
JP2014033395A (en) Certificate invalidation list management system, certificate invalidation list generator, verification device and electronic certificate verification method
US20240061941A1 (en) Distribution of Secure Data for Networked Transactions
JP4016017B2 (en) Data backup method and computer system
JP6538019B2 (en) Information processing apparatus, authorization system, information processing method and program

Legal Events

Date Code Title Description
A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20140530

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20140530

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20150320

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20150428

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20150629

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20160229

R151 Written notification of patent or utility model registration

Ref document number: 5894860

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R151