JP2005141642A - Information management system, information management method, information management program, and recording medium with the program recorded thereon - Google Patents

Information management system, information management method, information management program, and recording medium with the program recorded thereon Download PDF

Info

Publication number
JP2005141642A
JP2005141642A JP2003379841A JP2003379841A JP2005141642A JP 2005141642 A JP2005141642 A JP 2005141642A JP 2003379841 A JP2003379841 A JP 2003379841A JP 2003379841 A JP2003379841 A JP 2003379841A JP 2005141642 A JP2005141642 A JP 2005141642A
Authority
JP
Japan
Prior art keywords
information
permission
file
request
management system
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2003379841A
Other languages
Japanese (ja)
Other versions
JP4439877B2 (en
Inventor
Chigiyo Washio
知暁 鷲尾
Osamu Shionoiri
理 塩野入
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.)
Nippon Telegraph and Telephone Corp
Original Assignee
Nippon Telegraph and Telephone Corp
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 Nippon Telegraph and Telephone Corp filed Critical Nippon Telegraph and Telephone Corp
Priority to JP2003379841A priority Critical patent/JP4439877B2/en
Publication of JP2005141642A publication Critical patent/JP2005141642A/en
Application granted granted Critical
Publication of JP4439877B2 publication Critical patent/JP4439877B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To provide an information management system by which access control for a file and a folder and access control for contents of the file are achieved in a common system, and to provide an information management method, an information management program, and a recording medium with the program recorded thereon. <P>SOLUTION: A request reception/reply means 21 receives an information provision request message from an information request main body 1. A consent determination means 22 determines consent conditions on the basis of information included in the information provision request message and consent condition information 23 to extract consent action. A reply content generation means 25 acquires necessary information from storage information 28 on the basis of the consent action being the result of consent determination, and generates reply contents to provide the reply contents, through the request reception/reply means 21, to the information request main body 1. <P>COPYRIGHT: (C)2005,JPO&NCIPI

Description

本発明は、ネットワークを介して情報を提供する情報管理システム、情報管理方法、情報管理プログラム及び当該プログラムを記録した記録媒体に係わり、特に、ファイルやフォルダに対するアクセス制御とファイルの内容要素に対するアクセス制御とを、共通的な仕組みの中で許諾条件に基づいて実現する技術に関する。   The present invention relates to an information management system that provides information via a network, an information management method, an information management program, and a recording medium that records the program, and in particular, access control for files and folders and access control for content elements of files. This is related to a technology that realizes the above in a common mechanism based on permission conditions.

従来、ネットワークを介して情報を提供し共有する場合に行われるアクセス制御には、例えばUNIX(登録商標)のファイルシステムのように、ファイルに対する読み込み、書き込み、実行等の操作をユーザ情報に基づいて制御する技術がある。また、アクセス制御のための言語仕様であるXACML(eXtensible Access Control Markup Language)により、XMLファイルの各内容要素に対してアクセス制御を行う技術もある。また、このようなアクセス制御について、柔軟な条件設定を可能とするシステムも開示されている(例えば、特許文献1参照。)。このように、ネットワークを介して情報を提供するシステムや情報を共有するシステムでは、情報提供者の情報提供意図を反映して情報提供することが重要であることから、アクセス制御技術は不可欠なものになっている。   Conventionally, access control performed when information is provided and shared via a network is based on user information such as reading, writing, and executing operations on a file, such as a UNIX (registered trademark) file system. There is a technology to control. There is also a technique for performing access control on each content element of an XML file by XACML (eXtensible Access Control Markup Language) which is a language specification for access control. A system that enables flexible condition setting for such access control is also disclosed (see, for example, Patent Document 1). In this way, access control technology is indispensable in systems that provide information or share information over a network because it is important to provide information reflecting the information provider's intention to provide information. It has become.

特開2001−184264号公報(段落〔0010〕〜〔0013〕)JP 2001-184264 A (paragraphs [0010] to [0013])

情報提供を行う場合、ファイルやフォルダに対するアクセスを、条件に応じて制御すると共に、読み取り等のアクセスが許可されたファイルの内容要素に対しても同様に条件に応じて制御したい場合がある。例えば、あるドキュメントファイルの読み取り操作について条件を設けると共に、その読み取りを許可する場合に、さらにその内容であるドキュメントの一部を条件に応じて変更等する場合である。   When providing information, access to files and folders may be controlled according to conditions, and content elements of files that are permitted to be read may be similarly controlled according to conditions. For example, when a condition is set for a reading operation of a certain document file and the reading is permitted, a part of the document as the content is further changed according to the condition.

しかしながら、上述した従来技術は、それぞれファイルシステム上のファイルやフォルダに対して操作を制限する仕組みと、XMLファイルの内容であるXML要素の読み取り等の操作を制限する仕組みである。これらの仕組みは別々の独立した技術であるため、両方の仕組みを混在させて同時にアクセス制御を実現することは困難であった。一方、情報管理における利便性の観点から、ファイルやフォルダに対するアクセス制御と、ファイルの内容要素に対するアクセス制御との両方を同じ仕組みにより同時に実現することが要求されていた。   However, the above-described conventional techniques are a mechanism for restricting operations on files and folders on the file system and a mechanism for restricting operations such as reading XML elements that are the contents of XML files. Since these mechanisms are separate and independent technologies, it is difficult to realize access control simultaneously by mixing both mechanisms. On the other hand, from the viewpoint of convenience in information management, it has been required to simultaneously realize both access control to files and folders and access control to content elements of files by the same mechanism.

そこで、本発明は、かかる問題に鑑みてなされたものであり、その目的は、ファイルやフォルダに対するアクセス制御とファイルの内容に対するアクセス制御とを、共通の仕組みの中で実現する情報管理システム、情報管理方法、情報管理プログラム及び当該プログラムを記録した記録媒体を提供することにある。   Therefore, the present invention has been made in view of such a problem, and an object of the present invention is to provide an information management system and an information management system that realize access control for files and folders and access control for file contents in a common mechanism. A management method, an information management program, and a recording medium recording the program are provided.

上述の目的を達成するために、請求項1の発明は、ファイルシステム上のファイル、フォルダ及びファイルの要素を同じ単位の管理対象とし、情報提供主体からの要求に従って前記管理対象から必要な情報を取得して提供する情報管理システムであって、ファイル、フォルダ及びファイルの要素に対するアクセス制御が定義された許諾条件情報と、前記情報要求主体に提供する情報が格納された格納情報と、前記情報要求主体から受け取った情報提供要求及び前記許諾条件情報に基づいて、前記情報要求主体への情報提供の許諾を、ファイル、フォルダ及びファイルの要素に対して同一の処理で判断する許諾判断手段と、当該許諾判断手段により許諾判断された結果に基づいて、前記格納情報から必要な情報を取得し、当該情報を返答内容として生成して情報要求主体に提供する返答内容生成手段とを具備することを特徴とする。これにより、ファイルシステム上の個々のファイルやフォルダに対するアクセスについて条件を設けることができると共に、ファイルの内容となる各要素に対するアクセスについても条件を設けることができる。また、ファイルやフォルダに対する制御の仕組み及び条件設定方法と、ファイルの内容となる各要素に対する制御の仕組み及び条件設定方法とが共通になるから、情報管理が容易になるという利点があり、一つの情報管理システムにおいて実施する情報管理の幅が広がるという利点がある。   In order to achieve the above-described object, the invention of claim 1 sets the files, folders, and file elements on the file system as management targets in the same unit, and provides necessary information from the management targets in accordance with a request from the information provider. An information management system to be obtained and provided, wherein permission condition information in which access control for files, folders and file elements is defined, storage information in which information to be provided to the information request subject is stored, and the information request Permission determination means for determining permission of information provision to the information requesting body based on the information providing request and the permission condition information received from the body by the same processing for the file, folder and file element; Based on the result of the permission determination by the permission determination means, the necessary information is acquired from the stored information, and the information is used as the response content. To and a reply content generating means to be provided to generate and information requesting entity Te characterized. Accordingly, conditions can be set for access to individual files and folders on the file system, and conditions can be set for access to each element that is the contents of the file. In addition, since the control mechanism and condition setting method for files and folders and the control mechanism and condition setting method for each element that is the contents of the file are common, there is an advantage that information management becomes easy. There is an advantage that the range of information management implemented in the information management system is widened.

請求項2の発明は、請求項1に記載の情報管理システムにおいて、さらに、前記情報要求主体と通信を行い、情報要求主体からの情報提供要求を受け取り、当該情報提供要求の内容を解釈し、前記許諾判断手段に許諾判断を要求し、前記返答内容生成手段により生成された返答内容の情報を情報要求主体に返答する要求受付・返答手段を具備することを特徴とする。   The invention according to claim 2 is the information management system according to claim 1, further comprising communicating with the information requesting body, receiving an information providing request from the information requesting body, interpreting the content of the information providing request, Request acceptance / reply means is provided for requesting permission judgment from the permission judgment means, and for replying information of the response content generated by the response content generation means to the information requesting subject.

請求項3の発明は、請求項1または2に記載の情報管理システムにおいて、前記許諾条件情報は、ファイル、フォルダ及びファイルの要素に対するアクセス制御が、それぞれ情報提供に関する許諾条件と当該許諾条件に対応する許諾動作の記述により定義されていることを特徴とする。   The invention according to claim 3 is the information management system according to claim 1 or 2, wherein the permission condition information corresponds to a permission condition related to information provision and a permission condition for access control to files, folders, and file elements, respectively. It is defined by the description of the permission operation to be performed.

請求項4の発明は、請求項1から3までのいずれか一項に記載の情報管理システムにおいて、さらに、前記許諾条件情報を格納する許諾情報格納媒体を具備し、前記許諾判断手段は、許諾情報格納媒体に格納された許諾条件情報にアクセスして情報提供の許諾を判断することを特徴とする。   The invention of claim 4 is the information management system according to any one of claims 1 to 3, further comprising a license information storage medium for storing the license condition information, wherein the license determination means The permission condition information stored in the information storage medium is accessed to determine permission for information provision.

請求項5の発明は、請求項4に記載の情報管理システムにおいて、前記許諾判断手段は、情報要求主体から受け取った情報提供要求及び前記許諾情報格納媒体に格納された許諾条件情報に基づいて、許諾条件及び許諾動作を特定し、許諾条件を判断し、許諾動作を抽出し、当該許諾動作を許諾判断の結果として返答内容生成手段に渡すことを特徴とする。   According to a fifth aspect of the present invention, in the information management system according to the fourth aspect, the permission determination means is based on an information provision request received from an information requesting entity and permission condition information stored in the permission information storage medium. The license condition and the license operation are specified, the license condition is determined, the license operation is extracted, and the license operation is passed to the response content generation unit as a result of the license determination.

請求項6の発明は、請求項5に記載の情報管理システムにおいて、前記許諾判断手段が不許可の許諾動作を抽出し、当該不許可の許諾動作を許諾判断の結果として返答内容生成手段に渡した場合に、前記返答内容生成手段は、許諾判断手段から受け取った不許可の結果に基づいて、前記格納情報から情報を取得しないで情報提供要求が不許可になった旨を返答内容として生成して情報要求主体に提供することを特徴とする。   According to a sixth aspect of the present invention, in the information management system according to the fifth aspect, the permission judgment unit extracts a permission operation that is not permitted, and passes the permission operation that is not permitted to the response content generation unit as a result of the permission determination. In this case, the response content generation unit generates a response content indicating that the information provision request is not permitted without obtaining information from the stored information based on the result of the non-permission received from the permission determination unit. Provided to the information requesting entity.

請求項7の発明は、請求項5に記載の情報管理システムにおいて、前記許諾判断手段が許可の許諾動作を抽出し、当該許可の許諾動作を許諾判断の結果として返答内容生成手段に渡した場合に、前記返答内容生成手段は、許諾判断手段から受け取った許可の結果に基づいて、前記格納情報から必要な情報を取得し、当該情報を返答内容として生成して情報要求主体に提供することを特徴とする。   According to a seventh aspect of the present invention, in the information management system according to the fifth aspect, when the permission determination unit extracts a permission operation of permission and passes the permission operation of the permission to the response content generation unit as a result of the permission determination In addition, the response content generation means acquires necessary information from the stored information based on the result of permission received from the permission determination means, generates the information as response content, and provides the information requesting entity with the information. Features.

請求項8の発明は、請求項5に記載の情報管理システムにおいて、前記許諾判断手段が情報要求主体から受け取った情報提供要求及び前記許諾情報格納媒体に格納された許諾条件情報に基づいて、許諾動作を抽出できない場合に、前記許諾判断手段は、許可の許諾動作を許諾判断の結果として返答内容生成手段に渡し、前記返答内容生成手段は、許諾判断手段から受け取った許可の結果に基づいて、前記格納情報から必要な情報を取得し、当該情報を返答内容として生成して情報要求主体に提供することを特徴とする。   According to an eighth aspect of the present invention, in the information management system according to the fifth aspect, the license is determined based on the information provision request received from the information requesting body by the permission determination means and the license condition information stored in the license information storage medium. When the operation cannot be extracted, the permission determination means passes the permission permission operation to the response content generation means as a result of the permission determination, and the response content generation means, based on the permission result received from the permission determination means, Necessary information is acquired from the stored information, and the information is generated as a response content and provided to the information requesting subject.

請求項9の発明は、請求項5から8のいずれか一項に記載の情報管理システムにおいて、さらに、前記格納情報を格納する情報格納媒体と、当該情報格納媒体に格納された格納情報へのアクセスを管理する格納情報アクセス手段とを具備することを特徴とする。   The invention of claim 9 is the information management system according to any one of claims 5 to 8, further comprising: an information storage medium for storing the storage information; and storage information stored in the information storage medium. And storing information access means for managing access.

請求項10の発明は、請求項9に記載の情報管理システムにおいて、前記格納情報アクセス手段は、情報格納媒体に格納された格納情報へのアクセスを管理し、前記返答内容生成手段からの要求に従って格納情報から必要な情報を取得し、当該情報を返答内容生成手段に返却することを特徴とする。   According to a tenth aspect of the present invention, in the information management system according to the ninth aspect, the storage information access means manages access to the storage information stored in the information storage medium, and according to a request from the response content generation means. Necessary information is acquired from the stored information, and the information is returned to the response content generation means.

請求項11の発明は、請求項10に記載の情報管理システムにおいて、前記情報要求主体からの情報提供要求が構造化情報ファイルの取得要求である場合に、前記格納情報アクセス手段は、返答内容生成手段からの要求に従って情報格納媒体に格納された構造化情報ファイルを取得し、当該構造化情報ファイルをメモリに格納し、前記構造化情報ファイルにおける要素単位の情報を返答内容生成手段に返却することを特徴とする。これにより、構造化情報ファイルの内容となる各要素に対するアクセスについても条件を設けることができ、その単位で情報を取り扱うことができる。   The invention according to claim 11 is the information management system according to claim 10, wherein when the information provision request from the information requesting subject is a request for obtaining a structured information file, the stored information access means generates a response content Obtaining a structured information file stored in an information storage medium in accordance with a request from the means, storing the structured information file in a memory, and returning element-by-element information in the structured information file to a response content generating means It is characterized by. As a result, conditions can be set for access to each element as the contents of the structured information file, and information can be handled in units.

請求項12の発明は、請求項11に記載の情報管理システムにおいて、前記情報格納媒体に格納された格納情報は、格納情報アクセス手段が返答内容生成手段に対して、構造化情報ファイルにおける要素単位の情報の提供とファイル全体の一括した情報の提供とを判別するためのフラグ情報を有し、前記格納情報アクセス手段は、当該フラグ情報に基づいて必要な情報を返答内容生成手段に返却することを特徴とする。これにより、情報管理システムにおける管理対象を、ファイルやフォルダの単位だけでなく、フラグ情報により構造化ファイルの要素単位にまで拡大することができる。   According to a twelfth aspect of the present invention, in the information management system according to the eleventh aspect, the storage information stored in the information storage medium is stored in units of elements in the structured information file from the stored information access means to the response content generation means. Flag information for discriminating between the provision of information and the provision of information collectively for the entire file, and the stored information access means returns necessary information to the response content generation means based on the flag information. It is characterized by. Thereby, the management object in the information management system can be expanded not only to the unit of the file or folder but also to the element unit of the structured file by the flag information.

請求項13の発明は、請求項11に記載の情報管理システムにおいて、前記返答内容生成手段は、構造化情報ファイルの各要素について、前記許諾判断手段に許諾判断を要求し、当該許諾判断の結果である許諾動作を許諾判断手段から受け取り、当該許諾動作に基づいて前記格納情報アクセス手段を介して構造化情報ファイルの要素となる情報を取得してメモリに構造化情報を構築し、前記許諾判断の要求、許諾動作の受け取り、情報の取得及び構造化情報の構築の各処理を繰り返して全ての要素について処理を完了したときの構造化情報を返答内容として生成することを特徴とする。これにより、構造化情報を要素単位で制御することが可能となり、例えば、構造化情報ファイルの内容要素の一部についての読み取り操作の拒否や内容要素の一部を別の情報と置換する等の制御を施すことが可能となる。つまり、ファイルやフォルダへのアクセス制御だけでなく、構造化情報ファイルの内容についても制御を行った上で情報提供を行うことができる。   According to a thirteenth aspect of the present invention, in the information management system according to the eleventh aspect, the response content generation means requests the permission determination means for each element of the structured information file, and the result of the permission determination The license operation is received from the license determination unit, and information that is an element of the structured information file is acquired via the stored information access unit based on the license operation, and structured information is constructed in the memory, and the license determination is performed. It is characterized in that the structured information when the processing is completed for all elements is generated as the response content by repeating the processes of receiving the request, receiving the permission operation, acquiring the information, and constructing the structured information. This makes it possible to control structured information on an element-by-element basis, for example, refusal of a read operation for part of a content element in a structured information file or replacement of part of a content element with other information. Control can be performed. That is, it is possible to provide information after controlling not only the access control to the files and folders but also the contents of the structured information file.

請求項14の発明は、請求項10に記載の情報管理システムにおいて、前記情報要求主体からの情報提供要求がフォルダの取得要求であって、当該フォルダの配下にファイル及び他のフォルダを有する場合に、前記返答内容生成手段は、フォルダ配下の各ファイル及び他のフォルダについて、前記許諾判断手段に許諾判断を要求し、当該許諾判断の結果である許諾動作を許諾判断手段から受け取り、当該許諾動作に基づいて前記格納情報アクセス手段から必要な情報を取得し、前記許諾判断の要求、許諾動作の受け取り及び情報の取得の各処理を再帰的に繰り返して全ての前記ファイル及び他のフォルダについて処理を完了したときに、前記配下のファイル及び他のフォルダを含むフォルダをアーカイブしたバイナリデータを返答内容として生成することを特徴とする。ただし、これは、許諾判断手段から受け取る許諾判断の結果である許諾動作が、必要な情報を取得する動作を示す許可動作等である場合である。   The invention according to claim 14 is the information management system according to claim 10, wherein the information provision request from the information requesting subject is a folder acquisition request, and has a file and another folder under the folder. The response content generation means requests the permission determination means for permission determination for each file and other folder under the folder, receives the permission operation as a result of the permission determination from the permission determination means, and performs the permission operation. The necessary information is acquired from the stored information access means based on the above, and the processing for all the files and other folders is completed by recursively repeating the processing for requesting permission determination, receiving permission operation, and acquiring information. Binary data that archived the folder including the subordinate files and other folders as the response content Characterized in that it formed. However, this is a case where the permission operation, which is the result of the permission determination received from the permission determination means, is a permission operation indicating an operation for acquiring necessary information.

請求項15の発明は、請求項1から14までのいずれか一項に記載の情報管理システムにおいて、前記許諾条件情報を、ファイル、フォルダ及びファイルの要素に対するアクセス制御が情報要求主体のユーザ情報を条件として定義された情報とし、前記返答内容生成手段は、異なる情報要求主体からの同一の情報提供要求に対して、それぞれ異なる返答内容を生成することを特徴とする。   According to a fifteenth aspect of the present invention, in the information management system according to any one of the first to fourteenth aspects, the permission condition information is stored as user information whose access control for files, folders, and file elements is an information requesting entity. The information is defined as a condition, and the response content generation means generates different response content for the same information provision request from different information requesting entities.

請求項16の発明は、ファイルシステム上のファイル、フォルダ及びファイルの要素を同じ単位の管理対象とし、情報提供主体からの要求に従って前記管理対象から必要な情報を取得して提供する情報管理方法であって、前記情報要求主体から情報提供要求を受け取り、当該情報提供要求と、ファイル、フォルダ及びファイルの要素に対するアクセス制御が定義された許諾条件情報とに基づいて、前記情報要求主体への情報提供を、ファイル、フォルダ及びファイルの要素に対して同一の処理で判断し、当該許諾判断の結果に基づいて、前記情報要求主体に提供する情報が格納された格納情報から必要な情報を取得し、当該取得した情報を返答内容として生成し、当該生成した返答内容を前記情報要求主体に提供することを特徴とする。   The invention of claim 16 is an information management method in which files, folders, and file elements on a file system are managed in the same unit, and necessary information is acquired from the management target according to a request from an information provider. Receiving an information provision request from the information requesting entity, and providing information to the information requesting entity based on the information providing request and permission condition information in which access control for files, folders and file elements is defined For the elements of the file, folder and file, and based on the result of the permission determination, obtain necessary information from the stored information storing the information to be provided to the information requesting entity, The acquired information is generated as a response content, and the generated response content is provided to the information requesting subject.

請求項17の発明は、請求項16に記載の情報管理方法において、前記許諾条件情報を、ファイル、フォルダ及びファイルの要素に対するアクセス制御が情報要求主体のユーザ情報を条件として定義された情報とし、異なる情報要求主体からの同一の情報提供要求を受け取った場合に、それぞれ異なる返答内容を生成することを特徴とする。   According to a seventeenth aspect of the present invention, in the information management method according to the sixteenth aspect, the permission condition information is information that is defined on the condition that user control of an information requesting entity is access control for files, folders, and file elements, When the same information provision request from different information requesting bodies is received, different response contents are generated.

請求項18の発明は、ファイルシステム上のファイル、フォルダ及びファイルの要素を同じ単位の管理対象とし、情報提供主体からの要求に従って前記管理対象から必要な情報を取得して提供する処理を、情報管理システムを構成するコンピュータに実行させる情報管理プログラムであって、前記情報要求主体から情報提供要求を受け取る処理と、当該情報提供要求と、ファイル、フォルダ及びファイルの要素に対するアクセス制御が定義された許諾条件情報とに基づいて、前記情報要求主体への情報提供の許諾を、ファイル、フォルダ及びファイルの要素に対して同一の処理で判断する処理と、当該許諾判断の結果に基づいて、前記情報要求主体に提供する情報が格納された格納情報から必要な情報を取得する処理と、当該取得した情報を返答内容として生成する処理と、当該生成した返答内容を前記情報要求主体に提供する処理とを前記コンピュータに実行させることを特徴とする。   The invention according to claim 18 is a process in which files, folders, and file elements on a file system are managed in the same unit, and necessary information is acquired and provided from the management target according to a request from an information providing entity. An information management program to be executed by a computer constituting a management system, wherein a process for receiving an information provision request from the information requesting entity, and the information provision request and access control for files, folders, and file elements are defined Based on the condition information, a process for determining permission of information provision to the information requesting body in the same process for the file, folder, and file element, and the information request based on the result of the permission determination A process for acquiring necessary information from stored information in which information provided to the subject is stored, and the acquired information And generating as an answer contents, and processing for providing the reply thus generated to the information requesting entity and characterized by causing the computer to perform.

請求項19の発明は、請求項18に記載の情報管理プログラムであって、前記許諾条件情報を、ファイル、フォルダ及びファイルの要素に対するアクセス制御が情報要求主体のユーザ情報を条件として定義された情報とし、異なる情報要求主体からの同一の情報提供要求を受け取った場合に、それぞれ異なる返答内容を生成する処理を前記コンピュータに実行させることを特徴とする。   The invention according to claim 19 is the information management program according to claim 18, wherein the permission condition information is defined on the condition that the access control for the elements of the file, folder and file is based on the user information of the information requesting subject. When the same information provision request from different information requesting bodies is received, the computer is caused to execute processing for generating different response contents.

請求項20の発明は、請求項18または19に記載の情報管理プログラムを記録した記録媒体である。   The invention of claim 20 is a recording medium on which the information management program according to claim 18 or 19 is recorded.

本発明によれば、ファイルやフォルダに対するアクセス制御とファイルの内容に対するアクセス制御とを、共通の仕組みにより実現することができる。これにより、情報管理における利便性の向上を図ることができる。また、異なるユーザ情報を有する情報要求主体により同じ格納情報の取得要求がなされた場合には、それぞれの情報要求主体に応じてファイルやフォルダのアクセスを制御するだけでなく、ファイルの内容要素を部分的に異なるように制御し、それぞれの情報要求主体に異なる情報を提供することができる。これにより、情報管理における利便性の向上を更に図ることができる。   According to the present invention, access control for files and folders and access control for file contents can be realized by a common mechanism. Thereby, the convenience in information management can be improved. In addition, when an information requesting entity having different user information makes an acquisition request for the same stored information, not only the access to the file or folder is controlled according to each information requesting entity, but also the contents element of the file Different information and different information can be provided to each information requesting entity. Thereby, the convenience in information management can be further improved.

以下、本発明の実施の形態について図面を参照して詳細に説明する。
図1は、本発明の実施の形態に係る情報管理システムの概略構成を示すブロック図である。本図を参照して、一連の処理を説明する。情報管理システム2は、要求受付・返答手段21、許諾判断手段22、許諾条件情報24を格納する許諾情報格納媒体23、返答内容生成手段25、格納情報アクセス手段26、及び格納情報28を格納する情報格納媒体27を備えている。要求受付・返答手段21は、ネットワークを介して情報要求主体1から情報提供要求メッセージを受信し、当該情報提供要求メッセージの内容の解釈を行う。また、要求受付・返答手段21は、当該情報提供要求メッセージに含まれる情報を許諾判断手段22に渡し、許諾判断手段22に対して情報要求主体1による格納情報28への操作を行うことに対する許諾判断を要求する。ここで、情報提供要求メッセージは、操作対象となる格納情報を識別する識別情報、要求操作の情報(例えば格納情報の取得操作)、及び許諾判断に用いるユーザ情報を含む。また、情報要求主体1は、情報管理システム2から情報提供を要求するユーザにより操作され、ネットワークを介して情報管理システム2と通信を行うコンピュータである。
Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings.
FIG. 1 is a block diagram showing a schematic configuration of an information management system according to an embodiment of the present invention. A series of processing will be described with reference to FIG. The information management system 2 stores request acceptance / response means 21, permission determination means 22, permission information storage medium 23 for storing permission condition information 24, response content generation means 25, stored information access means 26, and storage information 28. An information storage medium 27 is provided. The request reception / reply means 21 receives the information provision request message from the information requesting entity 1 via the network, and interprets the content of the information provision request message. The request receiving / replying unit 21 passes the information included in the information provision request message to the permission determining unit 22 and permits the operation of the stored information 28 by the information requesting entity 1 to the permission determining unit 22. Request judgment. Here, the information provision request message includes identification information for identifying storage information to be operated, request operation information (for example, storage information acquisition operation), and user information used for permission determination. The information requesting entity 1 is a computer that is operated by a user who requests information provision from the information management system 2 and communicates with the information management system 2 via a network.

許諾判断手段22は、情報提供要求メッセージにおける格納情報の識別情報、要求操作の情報及びユーザ情報を要求受付・返答手段21から受け取る。許諾判断手段22は、当該情報に基づいて、許諾情報格納媒体23に格納されている許諾条件情報24を参照して対応する部分を特定し、ユーザ情報が満たす許諾条件を判断して当該許諾条件に対応する許諾動作を抽出する。また、許諾判断手段22は、その結果である抽出した許諾動作を返答内容生成手段25に渡す。   The permission determination unit 22 receives the identification information of the stored information, the request operation information, and the user information in the information provision request message from the request reception / reply unit 21. Based on the information, the permission determination unit 22 refers to the permission condition information 24 stored in the permission information storage medium 23 to identify the corresponding part, determines the permission condition satisfied by the user information, and determines the permission condition. The permission operation corresponding to is extracted. In addition, the permission determination unit 22 passes the extracted permission operation as a result to the response content generation unit 25.

許諾情報格納媒体23に格納されている許諾条件情報24の例を、図2に示す。許諾条件情報24は、格納情報の識別情報と、当該格納情報に対する要求操作の情報と、許諾条件の情報と、当該許諾除条件を満たす場合に返答内容生成手段25が行うべき許諾動作の情報とが記述されている。尚、図2に示した「格納情報の識別情報1」「取得」に対して「許諾条件1」「許諾動作1」のように、一組の識別情報及び要求操作に対して、一組の許諾条件及び許諾動作が記述されていてもよいし、「格納情報の識別情報2」「取得」に対して「許諾条件2」「許諾動作2」「許諾条件3」「許諾動作3」「許諾条件4」「許諾動作4」のように、一組の識別情報及び要求操作に対して、複数の組の許諾条件及び許諾動作が記述されていてもよい。   An example of the license condition information 24 stored in the license information storage medium 23 is shown in FIG. The license condition information 24 includes stored information identification information, request operation information for the stored information, license condition information, and license operation information to be performed by the response content generation unit 25 when the license exclusion condition is satisfied. Is described. It should be noted that a set of identification information and a requested operation is set for a set of identification information and a requested operation, such as “permission condition 1” and “permission operation 1” for “stored information identification information 1” “acquisition” shown in FIG. The license condition and the license operation may be described, or “license condition 2”, “license operation 2”, “license condition 3”, “license operation 3”, “license” with respect to “identification information 2 of stored information” “acquisition” As in “Condition 4” and “Permission Operation 4”, a plurality of sets of permission conditions and permission operations may be described for a set of identification information and a requested operation.

ここで、許諾動作は、返答内容生成手段25が解釈し実行するものである。例えば、格納情報28を取得するという動作や、許諾判断手段22に許諾判断要求を渡して当該判断を行わせながら再帰的に格納情報28配下の情報を取得し、取得した情報をまとめた構造化情報ファイルを構築する動作や、何も行わないという動作等がある。尚、返答内容生成手段25が解釈し実行可能な動作を、許諾情報格納媒体23に格納される許諾条件情報24に追加定義することにより、その動作範囲を容易に拡張することができる。   Here, the permission operation is interpreted and executed by the response content generation means 25. For example, an operation of acquiring the stored information 28, or a structure in which the information under the stored information 28 is recursively acquired while passing the permission determination request to the permission determination means 22 and making the determination, and the acquired information is collected. There are operations such as building an information file and doing nothing. It should be noted that the operation range can be easily expanded by additionally defining operations that can be interpreted and executed by the response content generation means 25 in the license condition information 24 stored in the license information storage medium 23.

返答内容生成手段25は、許諾判断手段22から許諾動作を受け取り、当該許諾動作に基づいて、必要に応じて格納情報アクセス手段26を介して情報格納媒体27に格納されている格納情報28を取得し、返答内容を生成し、当該返答内容を要求受付・返答手段21を介して情報要求主体1に返却する。   The response content generation means 25 receives the permission operation from the permission determination means 22 and acquires the storage information 28 stored in the information storage medium 27 via the storage information access means 26 as necessary based on the permission operation. Then, the response content is generated, and the response content is returned to the information requesting entity 1 via the request reception / response means 21.

返答内容生成手段25による返答内容の生成処理について、具体的に例を挙げて説明する。
〔許諾動作として、格納情報Aを取得することが指定された場合〕
返答内容生成手段25は、許諾判断手段22から許諾動作「格納情報Aの取得」を受け取ると、格納情報アクセス手段26に対して格納情報Aの取得要求情報を渡す。格納情報アクセス手段26は、返答内容生成手段25から格納情報Aの取得要求情報を受け取り、情報格納媒体27に格納された格納情報28から格納情報Aを検索する。格納情報Aがフォルダである場合、格納情報アクセス手段26は、当該フォルダに格納されているファイルやフォルダのリストを取得し、返答内容生成手段25に返却する。返答内容生成手段25は、当該リストを返答内容として生成し、情報要求主体1に返却する。ここで、リストとして記述されている情報は、情報格納媒体27に格納されている格納情報28の識別情報を表す情報であり、ファイルパスである。また、格納情報Aがファイルである場合、格納情報アクセス手段26は、当該ファイルのバイナリデータを取得し、返答内容生成手段25に返却する。返答内容生成手段25は、当該バイナリデータを返答内容として生成し、情報要求主体1に返却する。
The response content generation processing by the response content generation means 25 will be described with a specific example.
[When storage information A is specified as a permission operation]
Upon receipt of the permission operation “acquisition of storage information A” from the permission determination means 22, the response content generation means 25 passes the storage information A acquisition request information to the storage information access means 26. The storage information access unit 26 receives the storage information A acquisition request information from the response content generation unit 25, and searches the storage information 28 from the storage information 28 stored in the information storage medium 27. When the storage information A is a folder, the storage information access unit 26 acquires a list of files and folders stored in the folder and returns the list to the response content generation unit 25. The response content generation means 25 generates the list as response content and returns it to the information requesting entity 1. Here, the information described as a list is information representing the identification information of the storage information 28 stored in the information storage medium 27 and is a file path. If the storage information A is a file, the storage information access unit 26 acquires the binary data of the file and returns it to the response content generation unit 25. The response content generation means 25 generates the binary data as response content and returns it to the information requesting entity 1.

また、格納情報Aが構造化情報ファイル(例えば、XMLファイル)である場合、格納情報アクセス手段26は、格納情報Aであるファイルを取得し、当該ファイルをメモリ上に上げて(メモリに格納して)内容を参照し、構造化情報のルート要素のリストを返答内容生成手段25に返却する。返答内容生成手段25は、当該リストを返却内容として生成し、情報要求主体1に返却する。この場合、格納情報アクセス手段26は、構造化情報ファイルをメモリに上げてそこから要素単位で返答内容生成手段25に返却する場合と、ファイル全体をバイナリデータとして一括して返却する場合とがある。これらの判断、すなわち要素単位の返却及びバイナリデータの一括返却の判断は、構造化情報ファイルにメタ情報として判別用のフラグ情報を予め付与しておき、そのフラグ情報に基づいて行う。   When the storage information A is a structured information file (for example, an XML file), the storage information access unit 26 acquires the file that is the storage information A, and raises the file on the memory (stores it in the memory). The contents are referred to, and a list of root elements of the structured information is returned to the response contents generating means 25. The response content generation unit 25 generates the list as return content and returns it to the information requesting entity 1. In this case, the stored information access unit 26 may raise the structured information file to the memory and return it to the response content generation unit 25 element by element, or may return the entire file as binary data at once. . These determinations, that is, the determination of element-by-element return and batch return of binary data, are performed based on flag information that is given in advance as identification information to the structured information file.

〔許諾動作として、何も行わないことが指定された場合〕
この動作は、許諾判断手段22が許諾条件等を判断して許諾条件に対応する許諾動作を抽出する場合、例えば許諾動作が「不許可」になっており情報要求主体1からの情報提供要求を棄却したときに、返答内容生成手段25に渡すものである。返答内容生成手段25は、許諾判断手段22から許諾動作「何も行わない(不許可)」を受け取ると、何も実行しないで空の結果を返答内容として生成し、当該空の結果の返答内容を情報要求主体1に返却する。
[If nothing is specified as the permission operation]
This operation is performed when the permission determining unit 22 determines a permission condition or the like and extracts a permission operation corresponding to the permission condition. For example, the permission operation is “non-permitted” and the information requesting request from the information requesting entity 1 is made. When rejected, it is passed to the response content generating means 25. When the response content generation means 25 receives the permission operation “Do nothing (no permission)” from the permission determination means 22, it generates an empty result as the response content without executing anything, and the response content of the empty result Is returned to the information requesting entity 1.

〔許諾動作として、許諾判断要求を行いながら格納情報A配下の情報を再帰的に取得し、それらをまとめて構造化ファイルとすることが指定された場合〕
この動作は、構造化情報ファイルの取得要求に対して設定されるものである。ここでは、許諾判断手段22が、構造化情報ファイルである格納情報Aの取得要求についての許諾判断を行った結果、該動作を抽出するものとする。また、構造化情報ファイルである格納情報Aは、格納情報アクセス手段26によりメモリ上に上げられ、要素単位で提供されるものとする。まず、返答内容生成手段25は、許諾判断手段22から許諾動作「許諾判断要求を行いながら格納情報A配下の情報を再帰的に取得し、それらをまとめて構造化ファイルとする」を受け取ると、格納情報アクセス手段26に対して格納情報Aの取得要求情報を渡す。格納情報アクセス手段26は、情報格納媒体27に格納された格納情報28から格納情報Aを検索し、構造化情報ファイルである格納情報Aをメモリ上に上げ、その内容要素のルート要素を表すリストを返答内容生成手段25に返却する。返答内容生成手段25は、格納情報アクセス手段26から返却されたリストに基づいてメモリ上に格納情報Aの構造化情報のインスタンスを生成して保持し、当該リストに基づいてインスタンスに要素を追加する。
[When it is specified that the information under the stored information A is recursively acquired as a permission operation while making a permission determination request, and it is designated as a structured file.]
This operation is set in response to a structured information file acquisition request. Here, it is assumed that the permission determination unit 22 extracts the operation as a result of the permission determination regarding the acquisition request of the storage information A that is the structured information file. Further, it is assumed that the storage information A, which is a structured information file, is raised on the memory by the storage information access means 26 and provided in element units. First, when the response content generating unit 25 receives a permission operation “recursively acquiring information under storage information A while making a permission determination request and combining them into a structured file” from the permission determination unit 22, The acquisition request information of the storage information A is passed to the storage information access means 26. The stored information access means 26 retrieves the stored information A from the stored information 28 stored in the information storage medium 27, raises the stored information A, which is a structured information file, on the memory, and represents a list representing the root element of the content element Is returned to the response content generation means 25. The response content generation unit 25 generates and holds an instance of the structured information of the storage information A on the memory based on the list returned from the storage information access unit 26, and adds an element to the instance based on the list. .

次に、返答内容生成手段25は、当該リストに記述されている情報に基づいて、許諾判断手段22に許諾判断要求の情報を渡す。この許諾判断要求における要求操作は、既に情報要求主体1から要求受付・返答手段21を介して受け取った要求操作と同様の取得の要求操作とする。許諾判断手段22は、返答内容生成手段25から許諾判断要求の情報を受け取ると、要求受付・返答手段21からの許諾判断要求の処理と同様の処理を行う。すなわち、許諾判断手段22は、返答内容生成手段25から受け取った許諾判断要求の情報に基づいて、許諾情報格納媒体23に格納されている許諾条件情報24を参照して対応する部分を特定し、情報要求主体1から要求受付・返答手段21を介して受け取ったユーザ情報を用いて当該ユーザ情報が満たす許諾条件を判断して当該許諾条件に対応する許諾動作を抽出する。また、許諾判断手段22は、許諾判断の結果として抽出した許諾動作を返答内容生成手段25に渡す。この許諾判断の結果として抽出した許諾動作が格納情報の取得である場合には、返答内容生成手段25は、その許諾動作に従って、格納情報アクセス手段26に対して格納情報の取得要求を行う。   Next, the response content generation unit 25 passes the information on the permission determination request to the permission determination unit 22 based on the information described in the list. The request operation in this permission determination request is a request operation for acquisition similar to the request operation that has already been received from the information requesting entity 1 via the request reception / reply means 21. Upon receiving the permission determination request information from the response content generation means 25, the permission determination means 22 performs the same processing as the permission determination request processing from the request reception / reply means 21. That is, the permission determination means 22 identifies the corresponding part by referring to the permission condition information 24 stored in the permission information storage medium 23 based on the information of the permission determination request received from the response content generation means 25, Using the user information received from the information requesting entity 1 via the request receiving / replying means 21, the license condition satisfied by the user information is determined, and the license operation corresponding to the license condition is extracted. In addition, the permission determination unit 22 passes the permission operation extracted as a result of the permission determination to the response content generation unit 25. When the permission operation extracted as a result of the permission determination is acquisition of stored information, the response content generation means 25 makes a storage information acquisition request to the storage information access means 26 in accordance with the permission operation.

返答内容生成手段25は、格納情報アクセス手段26に対する格納情報の取得要求の結果としてリストが返却される限り、上述したように、格納情報アクセス手段26から返却されたリストに基づいて構造化情報のインスタンスを構築し、当該リストに記述されている情報に基づいて許諾判断手段22に許諾判断を要求し、許諾判断手段22から許諾動作を受け取り、当該許諾動作に基づく格納情報を取得する。すなわち、返答内容生成手段25は、このような処理を再帰的に繰り返す。そして、返答内容生成手段25は、格納情報A配下の格納情報について、許諾判断とそれに伴った格納情報の取得とが全て完了した時点で、メモリ上に構築した構造化情報のインスタンスをバイナリデータに変換して返答内容を生成し、情報要求主体1による格納情報Aへの取得要求の結果として当該バイナリデータを要求受付・返答手段21に返却する。要求受付・返答手段21は、返答内容生成手段25からバイナリデータを受け取り、情報要求主体1による情報提供要求の結果として当該バイナリデータの返答内容を情報要求主体1に返却する。   As long as the list is returned as a result of the storage information acquisition request to the storage information access unit 26, the response content generation unit 25, as described above, creates the structured information based on the list returned from the storage information access unit 26. An instance is constructed, a permission determination is requested to the permission determination means 22 based on information described in the list, a permission operation is received from the permission determination means 22, and storage information based on the permission operation is acquired. That is, the response content generation unit 25 recursively repeats such processing. Then, the response content generation means 25 converts the instance of the structured information constructed on the memory into binary data at the time when the permission determination and the acquisition of the storage information accompanying the storage information under the storage information A are all completed. The response contents are generated by conversion, and the binary data is returned to the request reception / reply means 21 as a result of the acquisition request to the stored information A by the information requesting entity 1. The request reception / reply means 21 receives binary data from the reply content generation means 25 and returns the reply contents of the binary data to the information request subject 1 as a result of the information provision request by the information request subject 1.

尚、上述の構造化情報ファイルに関する一連の処理において、許諾判断手段22がある格納情報(構造化情報ファイルの要素)の取得要求に対して許諾判断する場合に、ユーザ情報によって異なる格納情報の取得が許諾動作として抽出されるように許諾条件情報24に設定されていたときには、返答内容生成手段25により構築される構造化情報のインスタンスをユーザ情報によって異なるものとすることができる。従って、異なるユーザ情報を有するそれぞれの情報要求主体が同一の格納情報Aの取得を要求し、どちらに対しても格納情報Aの取得を許可する場合であっても、情報管理システム2は、それぞれの情報要求主体に対して提供する情報(格納情報A)の内容を、部分的に異なるように制御することができる。   In the series of processes related to the structured information file described above, when the permission determination unit 22 determines permission for a storage information (structured information file element) acquisition request, storage information that differs depending on user information is acquired. Is set in the permission condition information 24 so as to be extracted as a permission operation, the instance of the structured information constructed by the response content generation means 25 can be made different depending on the user information. Therefore, even if each information requesting entity having different user information requests acquisition of the same stored information A and permits the storage information A to be acquired for both, the information management system 2 It is possible to control the content of the information (stored information A) provided to the information requesting subject to be partially different.

以下、本発明の実施例について具体的に説明する。
本実施例は、図1に示した情報要求主体1に相当する情報要求主体31、情報要求主体32及び情報要求主体33の各々が情報管理システム2で管理されているファイル“File_a.xml”の取得を要求する場合に、情報管理システム2は、情報要求主体31に対して“File_a.xml”のアクセスを不許可とし、情報要求主体32に対して“File_a.xml”をそのままの状態で提供し、情報要求主体33に対して“File_a.xml”の内容の一部を変更して提供するものとする。
Examples of the present invention will be specifically described below.
In this embodiment, the information requesting entity 31, the information requesting entity 32, and the information requesting entity 33 corresponding to the information requesting entity 1 shown in FIG. When requesting acquisition, the information management system 2 disallows access to “File_a.xml” to the information requesting entity 31 and provides “File_a.xml” to the information requesting entity 32 as it is. It is assumed that a part of the contents of “File_a.xml” is changed and provided to the information requesting entity 33.

図3は、本実施例におけるファイルシステムの役割を果たす情報格納媒体27に格納された格納情報28の格納状態を表す図である。図中、情報格納媒体27には、“Folder_A”という名前のフォルダと“Folder_B”という名前のフォルダが存在し、フォルダの配下には、それぞれ“File_a.xml”という名前のファイルと“File_b.txt”という名前のファイルが格納されている。各フォルダ及びファイルは、ファイルシステムにおけるパス指定と同様の指定がなされるものとする。例えば、“File_a.xml”は“/Folder_A/File_a.xml”で指定することができる。また、図3に示したように、“File_a.xml”はXML構造化情報の内容を有し、“File_b.txt”はテキスト情報の内容を有する。   FIG. 3 is a diagram illustrating a storage state of the storage information 28 stored in the information storage medium 27 that serves as a file system in the present embodiment. In the figure, the information storage medium 27 includes a folder named “Folder_A” and a folder named “Folder_B”. Under the folder, a file named “File_a.xml” and a file “File_b.txt”, respectively. A file named "" is stored. Each folder and file is designated in the same way as the path designation in the file system. For example, “File_a.xml” can be specified by “/Folder_A/File_a.xml”. Also, as shown in FIG. 3, “File_a.xml” has the contents of XML structured information, and “File_b.txt” has the contents of text information.

図4は、本実施例における許諾情報格納媒体23に格納された許諾条件情報24を説明する図である。図中、許諾条件情報24は、“/Folder_A/File_a.xml”の取得操作について、当該情報の取得を要求した情報要求主体が情報要求主体31である場合は、その操作を「不許可」とし、情報要求主体32または情報要求主体33の場合は、その操作を「許可」し、「“/Folder_A/File_a.xml”配下の情報を再帰的に取得」できるように設定されている。また、“/Folder_A/File_a.xml/element_a1/element_a3”の取得操作について、当該情報の取得を要求した情報要求主体が情報要求主体33である場合は、「“/Folder_B/File_b.txt”の情報を取得」できるように設定されている。また、許諾条件が設定されていない場合には、要求操作を全て「許可」することができる。   FIG. 4 is a diagram for explaining the license condition information 24 stored in the license information storage medium 23 in the present embodiment. In the figure, the permission condition information 24 indicates that the operation requesting “/Folder_A/File_a.xml” is “non-permitted” if the information requesting entity 31 that requested acquisition of the information is the information requesting entity 31. In the case of the information requesting entity 32 or the information requesting entity 33, the operation is set to be “permitted” and “recursively obtain information under“ /Folder_A/File_a.xml ””. Also, regarding the acquisition operation of “/Folder_A/File_a.xml/element_a1/element_a3”, if the information requesting entity that requested acquisition of the information is the information requesting entity 33, the information ““ /Folder_B/File_b.txt ” Is set to "get". Further, when no permission condition is set, all the requested operations can be “permitted”.

図4に示した許諾条件情報24が設定されている状態で、情報要求主体31〜33がそれぞれ情報管理システム2に対して“/Folder_A/File_a.xml”の取得を要求した場合について説明する。
〔情報要求主体31が“/Folder_A/File_a.xml”の取得を要求した場合〕
要求受付・返答手段21は、情報要求主体31から要求内容(格納情報の識別情報「“/Folder_A/File_a.xml”」及び要求操作の情報「取得」)とユーザ情報(情報要求主体31)を含む情報提供要求メッセージを受信し、当該要求内容とユーザ情報を許諾判断手段22に渡す。許諾判断手段22は、受け取った要求内容に基づいて許諾情報格納媒体23に格納されている許諾条件情報24から、これに対応する部分を特定する。この特定部分は、“/Folder_A/File_a.xml”に対する「取得」の要求操作について、操作元が情報要求主体31である場合は許諾動作が「不許可」になっている。従って、許諾判断手段22は、許諾動作「不許可」を抽出し、当該許諾動作の情報を返答内容生成手段25に渡す。返答内容生成手段25は、許諾判断手段22から許諾動作「不許可」を受け取ると、何も実行しないで空の結果を返答内容として生成し、当該空の結果の返答内容を要求受付・返答手段21に返却する。要求受付・返答手段21は、要求操作が棄却された旨を情報要求主体31に通知する。これにより、情報管理システム2は、情報要求主体31に対して、“/Folder_A/File_a.xml”へのアクセスを制限することができる。
A case where the information requesting bodies 31 to 33 request the information management system 2 to acquire “/Folder_A/File_a.xml” in a state where the permission condition information 24 illustrated in FIG. 4 is set will be described.
[When the information requesting entity 31 requests acquisition of “/Folder_A/File_a.xml”]
The request receiving / replying means 21 receives the request contents (identification information “/Folder_A/File_a.xml” of the stored information and “acquirement” of the requested operation) and user information (information requesting entity 31) from the information requesting entity 31. The received information provision request message is received, and the request contents and user information are passed to the permission judging means 22. Based on the received request content, the permission determination means 22 specifies a corresponding part from the permission condition information 24 stored in the permission information storage medium 23. In this specific part, regarding the “acquisition” request operation for “/Folder_A/File_a.xml”, when the operation source is the information requesting entity 31, the permission operation is “not permitted”. Accordingly, the permission determination unit 22 extracts the permission operation “non-permission” and passes the information on the permission operation to the response content generation unit 25. Upon receiving the permission operation “not permitted” from the permission determination means 22, the response content generation means 25 generates an empty result as the response content without executing anything, and receives the response result of the empty result as a request reception / response means. Return to 21. The request receiving / replying means 21 notifies the information requesting entity 31 that the requested operation has been rejected. As a result, the information management system 2 can restrict access to “/Folder_A/File_a.xml” to the information requesting entity 31.

〔情報要求主体32が“/Folder_A/File_a.xml”の取得を要求した場合〕
要求受付・返答手段21は、情報要求主体32から要求内容(格納情報の識別情報「“/Folder_A/File_a.xml”」及び要求操作の情報「取得」)とユーザ情報(情報要求主体32)を含む情報提供要求メッセージを受信し、当該要求内容とユーザ情報を許諾判断手段22に渡す。許諾判断手段22は、受け取った要求内容に基づいて許諾情報格納媒体23に格納されている許諾条件情報24から、これに対応する部分を特定する。この特定部分は、“/Folder_A/File_a.xml”に対する「取得」の要求操作について、操作元が情報要求主体32である場合は許諾動作が「“/Folder_A/File_a.xml”配下の情報を再帰的に取得」になっている。従って、許諾判断手段22は、許諾動作「“/Folder_A/File_a.xml”配下の情報を再帰的に取得」を抽出し、当該許諾動作の情報を返答内容生成手段25に渡す。
[When the information requesting entity 32 requests acquisition of “/Folder_A/File_a.xml”]
The request reception / reply means 21 receives the request contents (identification information “/Folder_A/File_a.xml” of the stored information and the request operation information “acquisition”) and user information (information requesting entity 32) from the information requesting entity 32. The received information provision request message is received, and the request contents and user information are passed to the permission judging means 22. Based on the received request content, the permission determination means 22 specifies a corresponding part from the permission condition information 24 stored in the permission information storage medium 23. This specific part is for the request operation of “acquisition” for “/Folder_A/File_a.xml”. When the operation source is the information requesting entity 32, the permission operation recurses the information under “/Folder_A/File_a.xml”. Is "obtained automatically". Accordingly, the permission determination unit 22 extracts the permission operation “recursively obtains information under“ /Folder_A/File_a.xml ”” and passes the information on the permission operation to the response content generation unit 25.

返答内容生成手段25は、許諾判断手段22から許諾動作を受け取ると、まず、“/Folder_A/File_a.xml”の取得要求情報を格納情報アクセス手段26に渡す。格納情報アクセス手段26は、構造化情報ファイル(XMLファイル)である“File_a.xml”をメモリ上に上げてファイル内容を参照し、最上位の要素である“element_a1”を示す“/Folder_A/File_a.xml/element_a1”をリストとして返答内容生成手段25に返却する。返答内容生成手段25は、格納情報アクセス手段26から当該リストを受け取り、メモリ上に構造化情報のインスタンスを生成し、構造化情報の要素として当該リストにある“element_a1”を追加する。また、返答内容生成手段25は、最終的に返答内容の生成を完了するまで、このインスタンスを保持し続ける。そして、返答内容生成手段25は、リストにある“/Folder_A/File_a.xml/element_a1”に対する取得要求操作の許諾判断を許諾判断手段22に要求する。   Upon receiving the permission operation from the permission determination means 22, the response content generation means 25 first passes the acquisition request information “/Folder_A/File_a.xml” to the storage information access means 26. The stored information access unit 26 raises “File_a.xml”, which is a structured information file (XML file), on the memory, refers to the file contents, and indicates “/ Folder_A / File_a” indicating “element_a1” which is the highest element. .xml / element_a1 ”as a list is returned to the response content generation means 25. The response content generation unit 25 receives the list from the stored information access unit 26, generates an instance of structured information on the memory, and adds “element_a1” in the list as an element of the structured information. Further, the response content generation means 25 continues to hold this instance until the generation of the response content is finally completed. Then, the response content generation unit 25 requests the permission determination unit 22 to determine permission for the acquisition request operation for “/Folder_A/File_a.xml/element_a1” in the list.

許諾判断手段22は、返答内容生成手段25からの許諾判断要求に基づいて、許諾情報格納媒体23に格納されている許諾条件情報24から、これに対応する部分を特定する。この特定部分は、“/Folder_A/File_a.xml/element_a1”に対する「取得」の要求操作については設定されていない。従って、許諾判断手段22は、許諾動作「許可」の情報を返答内容生成手段25に渡す。返答内容生成手段25は、許諾判断手段22から許諾動作「許可」の情報を受け取り、“/Folder_A/File_a.xml/element_a1”の取得要求情報を格納情報アクセス手段26に渡す。格納情報アクセス手段26は、当該取得要求に基づいて、メモリ上に上げられている“File_a.xml”の内容を参照し、“element_a1”要素の子要素である“element_a2”要素を示す“/Folder_A/File_a.xml/element_a1/element_a2”と、“element_a3”要素を示す “/Folder_A/File_a.xml/element_a1/element_a3”とをリストとして返答内容生成手段25に返却する。   Based on the permission determination request from the response content generation means 25, the permission determination means 22 specifies the corresponding part from the permission condition information 24 stored in the permission information storage medium 23. This specific part is not set for the “acquire” request operation for “/Folder_A/File_a.xml/element_a1”. Accordingly, the permission determination unit 22 passes the information on the permission operation “permission” to the response content generation unit 25. The response content generation means 25 receives the information on the permission operation “permission” from the permission determination means 22 and passes the acquisition request information “/Folder_A/File_a.xml/element_a1” to the storage information access means 26. Based on the acquisition request, the stored information access means 26 refers to the contents of “File_a.xml” stored in the memory, and “/ Folder_A” indicates an “element_a2” element that is a child element of the “element_a1” element. /File_a.xml/element_a1/element_a2 ”and“ /Folder_A/File_a.xml/element_a1/element_a3 ”indicating the“ element_a3 ”element are returned to the response content generation means 25 as a list.

返答内容生成手段25は、格納情報アクセス手段26から当該リストを受け取り、メモリ上のインスタンスとして保持している構造化情報に、当該リストにある“element_a2”及び“element_a3”を“element_a1”要素の子要素として追加する。返答内容生成手段25は、同様の手順により、リストにある“/Folder_A/File_a.xml/element_a1/element_a2”と“/Folder_A/File_a.xml/element_a1/element_a3”に対する取得要求操作の許諾判断を順番に許諾判断手段22に要求する。図4に示した許諾条件情報24には、 “/Folder_A/File_a.xml/element_a1/element_a2”と“/Folder_A/File_a.xml/element_a1/element_a3”に対する「取得」の要求操作について、操作要求元が情報要求主体32である場合は設定されていない。従って、許諾判断手段22は、それぞれ許諾動作「許可」の情報を返答内容生成手段25に渡す。返答内容生成手段25は、許諾判断手段22から許諾動作「許可」の情報を受け取り、“/Folder_A/File_a.xml/element_a1/element_a2”及び“/Folder_A/File_a.xml/element_a1/element_a3”の取得要求情報をそれぞれ格納情報アクセス手段26に渡す。返答内容生成手段25は、“ABC”を表すバイナリデータ及び“DEF”を表すバイナリデータをそれぞれ格納情報アクセス手段26から受け取る。   The response content generation means 25 receives the list from the stored information access means 26, and adds “element_a2” and “element_a3” in the list to the child of the “element_a1” element in the structured information held as an instance on the memory. Add as an element. The response content generation means 25, in the same procedure, sequentially determines the permission judgment of the acquisition request operation for “/Folder_A/File_a.xml/element_a1/element_a2” and “/Folder_A/File_a.xml/element_a1/element_a3” in the list. A request is made to the permission determination means 22. The permission condition information 24 shown in FIG. 4 includes an operation request source for an “acquire” request operation for “/Folder_A/File_a.xml/element_a1/element_a2” and “/Folder_A/File_a.xml/element_a1/element_a3”. When the information requesting entity 32 is selected, it is not set. Accordingly, the permission determination unit 22 passes the information on the permission operation “permission” to the response content generation unit 25. The response content generation means 25 receives the permission operation “permission” information from the permission determination means 22 and obtains the request for obtaining “/Folder_A/File_a.xml/element_a1/element_a2” and “/Folder_A/File_a.xml/element_a1/element_a3”. The information is passed to the stored information access means 26, respectively. The response content generation means 25 receives binary data representing “ABC” and binary data representing “DEF” from the storage information access means 26.

返答内容生成手段25は、これらのバイナリデータを、インスタンスとして保持している構造化情報に追加する。この場合、バイナリデータを文字列に変換し、要素内容として追加する。つまり、“element_a2”要素の要素内容として“ABC”、“element_a3”要素の要素内容として“DEF”を追加する。全ての再帰的取得を完了した場合、返答内容生成手段25は、インスタンスとして構築した構造化情報をバイナリデータに変換し、当該バイナリデータを情報要求主体32による“/Folder_A/File_a.xml”に対する取得要求の結果として、要求受付・返答手段21に返却する。要求受付・返答手段21は、取得要求の結果として受け取ったバイナリデータを情報要求主体32に返却する。情報要求主体32は、返却されたバイナリデータを“File_a.xml”という名前のファイルとして保存する。これにより、情報管理システム2は、情報要求主体32に対して、許諾条件情報に基づいた制御を行った上で、情報を提供することができる。   The response content generation means 25 adds these binary data to the structured information held as an instance. In this case, binary data is converted into a character string and added as element contents. That is, “ABC” is added as the element content of the “element_a2” element, and “DEF” is added as the element content of the “element_a3” element. When all the recursive acquisitions are completed, the response content generation means 25 converts the structured information constructed as an instance into binary data, and the binary data is acquired for “/Folder_A/File_a.xml” by the information requesting entity 32. As a result of the request, it is returned to the request reception / reply means 21. The request reception / reply means 21 returns the binary data received as a result of the acquisition request to the information requesting entity 32. The information requesting entity 32 saves the returned binary data as a file named “File_a.xml”. Thereby, the information management system 2 can provide information to the information requesting entity 32 after performing control based on the permission condition information.

〔情報要求主体33が“/Folder_A/File_a.xml”の取得を要求した場合〕
ここでは、上述した、情報要求主体32が“/Folder_A/File_a.xml”の取得を要求した場合の処理のうち、返答内容生成手段25が “/Folder_A/File_a.xml/element_a1/element_a3”に対する取得要求操作の許諾判断を許諾判断手段22に要求するまでの処理と同じ処理を行う。図4に示した許諾条件情報24には、“/Folder_A/File_a.xml/element_a1/element_a3”に対する「取得」の要求操作について、操作元が情報要求主体33である場合の許諾動作は「“Folder_B/File_b.txtの取得”が設定されている。従って、“/Folder_A/File_a.xml/element_a1/element_a3”に対する取得要求操作の許諾判断を要求された許諾判断手段22は、許諾動作「“Folder_B/File_b.txtの取得」の情報を返答内容生成手段25に渡す。返答内容生成手段25は、許諾判断手段22から当該許諾動作の情報を受け取り、“Folder_B/File_b.txtの取得要求情報を格納情報アクセス手段26に渡す。格納情報アクセス手段26は、“File_b.txt”がテキストファイルであることから、その内容をバイナリデータとして格納情報アクセス手段26に返却する。
[When the information requesting entity 33 requests acquisition of “/Folder_A/File_a.xml”]
Here, among the processing when the information requesting entity 32 requests acquisition of “/Folder_A/File_a.xml” as described above, the response content generation means 25 acquires for “/Folder_A/File_a.xml/element_a1/element_a3”. The same processing as the processing until the permission determination means 22 is requested for permission determination of the requested operation is performed. In the permission condition information 24 shown in FIG. 4, regarding the “acquire” request operation for “/Folder_A/File_a.xml/element_a1/element_a3”, the permission operation when the operation source is the information requesting entity 33 is “Folder_B "Acquisition of /File_b.txt" is set. Accordingly, the permission determination means 22 requested to determine permission for the acquisition request operation for "/Folder_A/File_a.xml/element_a1/element_a3", the permission operation "" Folder_B / Information on “acquisition of File_b.txt” is passed to the response content generation means 25. The response content generation means 25 receives the information on the permission operation from the permission determination means 22 and passes the acquisition request information of “Folder_B / File_b.txt” to the storage information access means 26. The storage information access means 26 reads “File_b.txt. Since “is a text file, the contents are returned to the stored information access means 26 as binary data.

返答内容生成手段25は、当該バイナリデータを受け取り、文字列に変換し、インスタンスとして保持している構造化情報に追加する。この場合、変換した文字列を“element_a3”要素の要素内容として追加する。つまり、“element_a3”要素の要素内容に“XYZ”を追加する。全ての再帰的取得を完了した場合、返答内容生成手段25は、インスタンスとして構築した構造化情報をバイナリデータに変換し、当該バイナリデータを情報要求主体33による“/Folder_A/File_a.xml”に対する取得要求の結果として、要求受付・返答手段21に返却する。要求受付・返答手段21は、取得要求の結果として受け取ったバイナリデータを情報要求主体33に返却する。情報要求主体33は、返却されたバイナリデータを“File_a.xml”という名前のファイルとして保存する。これにより、情報管理システム2は、情報要求主体33に対して、許諾条件情報に基づいた制御を行った上で、情報を提供することができる。   The response content generation means 25 receives the binary data, converts it into a character string, and adds it to the structured information held as an instance. In this case, the converted character string is added as the element content of the “element_a3” element. That is, “XYZ” is added to the element content of the “element_a3” element. When all the recursive acquisitions are completed, the response content generation unit 25 converts the structured information constructed as an instance into binary data, and the binary data is acquired for “/Folder_A/File_a.xml” by the information requesting entity 33. As a result of the request, it is returned to the request reception / reply means 21. The request reception / reply means 21 returns the binary data received as a result of the acquisition request to the information requesting entity 33. The information requesting entity 33 saves the returned binary data as a file named “File_a.xml”. Thereby, the information management system 2 can provide information to the information requesting entity 33 after performing control based on the permission condition information.

以上のように、本発明の実施の形態に係る情報管理システム2によれば、許諾判断手段22が、ファイル、フォルダ及び構造化情報ファイルの内容要素に対するアクセス制御の条件を定義した許諾条件情報24に基づいて許諾判断し、返答内容生成手段25がその許諾判断の結果である許諾動作に基づいて情報要求主体1,31〜33に対する返答内容を生成するようにした。すなわち、ファイル、フォルダ及び構造化情報ファイルの内容要素を同じ単位で管理する情報管理システム2の下で、許諾判断手段22が、それらを同じレベルで同等に取り扱うことにより許諾判断するようにした。これにより、ファイルやフォルダに対するアクセス制御と構造化情報ファイルの内容要素に対するアクセス制御を、共通の仕組みにより実現することができる。   As described above, according to the information management system 2 according to the embodiment of the present invention, the permission determination means 22 defines the permission condition information 24 that defines the conditions for controlling access to the content elements of the file, folder, and structured information file. The response content generation means 25 generates the response content for the information requesting entities 1, 31 to 33 based on the permission operation that is the result of the permission determination. That is, under the information management system 2 that manages the content elements of files, folders, and structured information files in the same unit, the permission determination means 22 determines the permission by handling them equally at the same level. As a result, access control for files and folders and access control for content elements of structured information files can be realized by a common mechanism.

また、本発明の実施の形態に係る情報管理システム2によれば、ファイル等に対するアクセス制御の条件として、情報要求主体1,31〜33のユーザ情報を許諾条件情報24に定義することができ、許諾判断手段22が、その許諾条件情報24に基づいて許諾判断し、返答内容生成手段25がその許諾判断の結果である許諾動作に基づいて情報要求主体1,31〜33に対する返答内容を生成するようにした。これにより、異なる情報要求主体32,33が同じ格納情報28(“/Folder_A/File_a.xml”)の取得を要求した場合には、情報管理システム2は、それぞれの情報要求主体32,33に応じてファイルやフォルダのアクセスを制御するだけでなく、構造化情報ファイルの内容を部分的に異なるように制御し、それぞれの情報要求主体32,33に異なる情報を提供することができる。   Further, according to the information management system 2 according to the embodiment of the present invention, the user information of the information requesting entities 1, 31 to 33 can be defined in the permission condition information 24 as a condition for controlling access to a file or the like. The permission determination means 22 makes a permission determination based on the permission condition information 24, and the response content generation means 25 generates response contents for the information requesting entities 1, 31 to 33 based on the permission operation as a result of the permission determination. I did it. Thereby, when different information requesting bodies 32 and 33 request acquisition of the same stored information 28 (“/Folder_A/File_a.xml”), the information management system 2 responds to the information requesting bodies 32 and 33, respectively. In addition to controlling access to files and folders, the contents of the structured information file can be controlled to be partially different, and different information can be provided to the information requesting bodies 32 and 33, respectively.

また、本発明の実施の形態に係る情報管理システム2は、要求受付・返答手段21、許諾判断手段22、許諾情報格納媒体23、返答内容生成手段25、格納情報アクセス手段26及び情報格納媒体27を備えた1台の装置として構成するようにしてもよく、また、要求受付・返答手段21等をそれぞれ別個の装置としてネットワーク上に配置することにより、情報管理システム2を2台以上の装置として構成するようにしてもよい。   Further, the information management system 2 according to the embodiment of the present invention includes a request receiving / replying means 21, a permission determining means 22, a permission information storage medium 23, a response content generating means 25, a stored information access means 26, and an information storage medium 27. The information management system 2 can be configured as two or more devices by arranging the request receiving / replying means 21 etc. as separate devices on the network. You may make it comprise.

また、本発明の実施の形態に係る、要求受付・返答手段21、許諾判断手段22、許諾情報格納媒体23、返答内容生成手段25、格納情報アクセス手段26及び情報格納媒体27を備えた情報管理システム2は、それぞれの処理を実行するソフトウェアを組み込んだコンピュータによって構成される。これらのソフトウェアは、コンピュータに実行させることのできるプログラムとして、磁気ディスク(フロッピィーディスク、ハードディスク等)、光ディスク(CD−ROM、DVD等)、半導体メモリなどの記憶媒体に格納して頒布することもできる。尚、情報管理システム2が要求受付・返答手段21等を分離して2台以上の装置で構成される場合には、情報管理システム2は、それぞれの処理を実行するソフトウェアを組み込んだ複数のコンピュータによって構成される。   In addition, the information management provided with the request receiving / replying means 21, the permission determining means 22, the permission information storage medium 23, the response content generating means 25, the stored information access means 26, and the information storage medium 27 according to the embodiment of the present invention. The system 2 is configured by a computer incorporating software for executing each process. These software can be stored and distributed in a storage medium such as a magnetic disk (floppy disk, hard disk, etc.), optical disk (CD-ROM, DVD, etc.), semiconductor memory, etc. as a program that can be executed by a computer. . When the information management system 2 is composed of two or more devices by separating the request reception / response means 21 and the like, the information management system 2 includes a plurality of computers incorporating software for executing the respective processes. Consists of.

本発明の実施の形態に係る情報管理システムの概略構成を説明するブロック図である。It is a block diagram explaining the schematic structure of the information management system which concerns on embodiment of this invention. 図1の情報管理システムの許諾情報格納媒体に格納された許諾条件情報を説明する図である。It is a figure explaining the permission condition information stored in the permission information storage medium of the information management system of FIG. 情報管理システムの実施例における情報格納媒体に格納された格納情報を説明する図である。It is a figure explaining the stored information stored in the information storage medium in the Example of an information management system. 情報管理システムの実施例における許諾情報格納媒体に格納された許諾条件情報を説明する図である。It is a figure explaining the permission condition information stored in the permission information storage medium in the Example of an information management system.

符号の説明Explanation of symbols

1,31〜33 情報要求主体
2 情報管理システム
21 要求受付・返答手段
22 許諾判断手段
23 許諾情報格納媒体
24 許諾条件情報
25 返答内容生成手段
26 格納情報アクセス手段
27 情報格納媒体
28 格納情報
1, 31-33 Information requesting entity 2 Information management system 21 Request accepting / replying means 22 Permission judging means 23 Permission information storage medium 24 Permission condition information 25 Response content generating means 26 Stored information access means 27 Information storage medium 28 Stored information

Claims (20)

ファイルシステム上のファイル、フォルダ及びファイルの要素を同じ単位の管理対象とし、情報提供主体からの要求に従って前記管理対象から必要な情報を取得して提供する情報管理システムであって、
ファイル、フォルダ及びファイルの要素に対するアクセス制御が定義された許諾条件情報と、
前記情報要求主体に提供する情報が格納された格納情報と、
前記情報要求主体から受け取った情報提供要求及び前記許諾条件情報に基づいて、前記情報要求主体への情報提供の許諾を、ファイル、フォルダ及びファイルの要素に対して同一の処理で判断する許諾判断手段と、
当該許諾判断手段により許諾判断された結果に基づいて、前記格納情報から必要な情報を取得し、当該情報を返答内容として生成して情報要求主体に提供する返答内容生成手段とを具備することを特徴とする情報管理システム。
It is an information management system in which files, folders, and file elements on a file system are managed in the same unit, and necessary information is acquired and provided from the management target according to a request from an information provider.
Permission condition information in which access control to files, folders and file elements is defined;
Stored information in which information to be provided to the information request subject is stored;
Permission judging means for judging permission of information provision to the information requesting body based on the information providing request received from the information requesting body and the permission condition information for the file, folder and file element in the same process. When,
A response content generating unit that obtains necessary information from the stored information based on a result of the permission determination by the permission determination unit, generates the information as a response content, and provides the response request to the information requesting subject. A featured information management system.
請求項1に記載の情報管理システムにおいて、
さらに、前記情報要求主体と通信を行い、情報要求主体からの情報提供要求を受け取り、当該情報提供要求の内容を解釈し、前記許諾判断手段に許諾判断を要求し、前記返答内容生成手段により生成された返答内容の情報を情報要求主体に返答する要求受付・返答手段を具備することを特徴とする情報管理システム。
In the information management system according to claim 1,
Further, it communicates with the information requesting body, receives an information provision request from the information requesting body, interprets the contents of the information provision request, requests a permission judgment from the permission judging means, and generates the response contents generating means An information management system comprising request acceptance / reply means for replying information on the content of the reply to the information requesting subject.
請求項1または2に記載の情報管理システムにおいて、
前記許諾条件情報は、ファイル、フォルダ及びファイルの要素に対するアクセス制御が、それぞれ情報提供に関する許諾条件と当該許諾条件に対応する許諾動作の記述により定義されていることを特徴とする情報管理システム。
In the information management system according to claim 1 or 2,
In the permission condition information, an access control for a file, a folder, and a file element is defined by a permission condition related to information provision and a description of a permission operation corresponding to the permission condition.
請求項1から3までのいずれか一項に記載の情報管理システムにおいて、
さらに、前記許諾条件情報を格納する許諾情報格納媒体を具備し、
前記許諾判断手段は、許諾情報格納媒体に格納された許諾条件情報にアクセスして情報提供の許諾を判断することを特徴とする情報管理システム。
In the information management system according to any one of claims 1 to 3,
A license information storage medium for storing the license condition information;
The information management system, wherein the permission determination means determines permission to provide information by accessing permission condition information stored in a permission information storage medium.
請求項4に記載の情報管理システムにおいて、
前記許諾判断手段は、情報要求主体から受け取った情報提供要求及び前記許諾情報格納媒体に格納された許諾条件情報に基づいて、許諾条件及び許諾動作を特定し、許諾条件を判断し、許諾動作を抽出し、当該許諾動作を許諾判断の結果として返答内容生成手段に渡すことを特徴とする情報管理システム。
In the information management system according to claim 4,
The permission determining means identifies a permission condition and a permission action based on an information provision request received from an information requesting body and a permission condition information stored in the permission information storage medium, determines a permission condition, and performs a permission action. An information management system that extracts and passes the permission operation as a result of permission determination to a response content generation unit.
請求項5に記載の情報管理システムにおいて、
前記許諾判断手段が不許可の許諾動作を抽出し、当該不許可の許諾動作を許諾判断の結果として返答内容生成手段に渡した場合に、
前記返答内容生成手段は、許諾判断手段から受け取った不許可の結果に基づいて、前記格納情報から情報を取得しないで情報提供要求が不許可になった旨を返答内容として生成して情報要求主体に提供することを特徴とする情報管理システム。
In the information management system according to claim 5,
When the permission determination unit extracts a permission operation that is not permitted, and passes the permission operation that is not permitted to the response content generation unit as a result of the permission determination,
The response content generating means generates, based on the result of non-permission received from the permission determination means, a response content indicating that the information provision request is not permitted without obtaining information from the stored information, An information management system characterized by being provided to.
請求項5に記載の情報管理システムにおいて、
前記許諾判断手段が許可の許諾動作を抽出し、当該許可の許諾動作を許諾判断の結果として返答内容生成手段に渡した場合に、
前記返答内容生成手段は、許諾判断手段から受け取った許可の結果に基づいて、前記格納情報から必要な情報を取得し、当該情報を返答内容として生成して情報要求主体に提供することを特徴とする情報管理システム。
In the information management system according to claim 5,
When the permission determination unit extracts a permission operation of permission and passes the permission operation of the permission to the response content generation unit as a result of the permission determination,
The response content generation means acquires necessary information from the stored information based on the result of permission received from the permission determination means, generates the information as response content, and provides it to the information requesting subject. Information management system.
請求項5に記載の情報管理システムにおいて、
前記許諾判断手段が情報要求主体から受け取った情報提供要求及び前記許諾情報格納媒体に格納された許諾条件情報に基づいて、許諾動作を抽出できない場合に、
前記許諾判断手段は、許可の許諾動作を許諾判断の結果として返答内容生成手段に渡し、
前記返答内容生成手段は、許諾判断手段から受け取った許可の結果に基づいて、前記格納情報から必要な情報を取得し、当該情報を返答内容として生成して情報要求主体に提供することを特徴とする情報管理システム。
In the information management system according to claim 5,
Based on the information provision request received from the information requesting entity and the license condition information stored in the license information storage medium, the license determination unit cannot extract the license operation.
The permission determination means passes the permission operation as a result of the permission determination to the response content generation means,
The response content generation means acquires necessary information from the stored information based on the result of permission received from the permission determination means, generates the information as response content, and provides it to the information requesting subject. Information management system.
請求項5から8のいずれか一項に記載の情報管理システムにおいて、
さらに、前記格納情報を格納する情報格納媒体と、
当該情報格納媒体に格納された格納情報へのアクセスを管理する格納情報アクセス手段とを具備することを特徴とする情報管理システム。
In the information management system according to any one of claims 5 to 8,
An information storage medium for storing the storage information;
An information management system comprising storage information access means for managing access to stored information stored in the information storage medium.
請求項9に記載の情報管理システムにおいて、
前記格納情報アクセス手段は、情報格納媒体に格納された格納情報へのアクセスを管理し、前記返答内容生成手段からの要求に従って格納情報から必要な情報を取得し、当該情報を返答内容生成手段に返却することを特徴とする情報管理システム。
In the information management system according to claim 9,
The stored information access means manages access to the stored information stored in the information storage medium, acquires necessary information from the stored information in accordance with a request from the response content generation means, and sends the information to the response content generation means. Information management system characterized by returning.
請求項10に記載の情報管理システムにおいて、
前記情報要求主体からの情報提供要求が構造化情報ファイルの取得要求である場合に、
前記格納情報アクセス手段は、返答内容生成手段からの要求に従って情報格納媒体に格納された構造化情報ファイルを取得し、当該構造化情報ファイルをメモリに格納し、前記構造化情報ファイルにおける要素単位の情報を返答内容生成手段に返却することを特徴とする情報管理システム。
The information management system according to claim 10,
When the information provision request from the information request subject is a request for obtaining a structured information file,
The stored information access means acquires a structured information file stored in the information storage medium in accordance with a request from the response content generating means, stores the structured information file in a memory, and stores each structured information file in the structured information file. An information management system characterized in that information is returned to a response content generation means.
請求項11に記載の情報管理システムにおいて、
前記情報格納媒体に格納された格納情報は、格納情報アクセス手段が返答内容生成手段に対して、構造化情報ファイルにおける要素単位の情報の提供とファイル全体の一括した情報の提供とを判別するためのフラグ情報を有し、
前記格納情報アクセス手段は、当該フラグ情報に基づいて必要な情報を返答内容生成手段に返却することを特徴とする情報管理システム。
The information management system according to claim 11,
The storage information stored in the information storage medium is used for the storage information access means to determine the provision of information in element units in the structured information file and the provision of information in the entire file to the response content generation means. Flag information,
The stored information access unit returns necessary information to the response content generation unit based on the flag information.
請求項11に記載の情報管理システムにおいて、
前記返答内容生成手段は、構造化情報ファイルの各要素について、前記許諾判断手段に許諾判断を要求し、当該許諾判断の結果である許諾動作を許諾判断手段から受け取り、当該許諾動作に基づいて前記格納情報アクセス手段を介して構造化情報ファイルの要素となる情報を取得してメモリに構造化情報を構築し、前記許諾判断の要求、許諾動作の受け取り、情報の取得及び構造化情報の構築の各処理を繰り返して全ての要素について処理を完了したときの構造化情報を返答内容として生成することを特徴とする情報管理システム。
The information management system according to claim 11,
The response content generation means requests the permission determination means for permission determination for each element of the structured information file, receives a permission operation as a result of the permission determination from the permission determination means, and based on the permission operation Acquires information that is an element of the structured information file via the stored information access means and constructs the structured information in the memory, receives the permission determination request, receives the permission operation, acquires the information, and constructs the structured information. An information management system that generates structured information as response content when processing is completed for all elements by repeating each processing.
請求項10に記載の情報管理システムにおいて、
前記情報要求主体からの情報提供要求がフォルダの取得要求であって、当該フォルダの配下にファイル及び他のフォルダを有する場合に、
前記返答内容生成手段は、フォルダ配下の各ファイル及び他のフォルダについて、前記許諾判断手段に許諾判断を要求し、当該許諾判断の結果である許諾動作を許諾判断手段から受け取り、当該許諾動作に基づいて前記格納情報アクセス手段から必要な情報を取得し、前記許諾判断の要求、許諾動作の受け取り及び情報の取得の各処理を再帰的に繰り返して全ての前記ファイル及び他のフォルダについて処理を完了したときに、前記配下のファイル及び他のフォルダを含むフォルダをアーカイブしたバイナリデータを返答内容として生成することを特徴とする情報管理システム。
The information management system according to claim 10,
When the information provision request from the information requesting subject is a folder acquisition request and has a file and another folder under the folder,
The response content generation means requests permission determination from the permission determination means for each file and other folder under the folder, receives a permission operation as a result of the permission determination from the permission determination means, and based on the permission operation The necessary information is acquired from the stored information access means, and the processing for all the files and other folders is completed by recursively repeating the processing for requesting permission determination, receiving permission operation, and acquiring information. Sometimes, the information management system is characterized in that binary data obtained by archiving a folder including the subordinate file and another folder is generated as a response content.
請求項1から14までのいずれか一項に記載の情報管理システムにおいて、
前記許諾条件情報を、ファイル、フォルダ及びファイルの要素に対するアクセス制御が情報要求主体のユーザ情報を条件として定義された情報とし、
前記返答内容生成手段は、異なる情報要求主体からの同一の情報提供要求に対して、それぞれ異なる返答内容を生成することを特徴とする情報管理システム。
In the information management system according to any one of claims 1 to 14,
The permission condition information is information that is defined on the condition that the user control of the information requesting subject is access control to the elements of the file, folder, and file,
The response content generating means generates different response contents for the same information provision request from different information requesting entities.
ファイルシステム上のファイル、フォルダ及びファイルの要素を同じ単位の管理対象とし、情報提供主体からの要求に従って前記管理対象から必要な情報を取得して提供する情報管理方法であって、
前記情報要求主体から情報提供要求を受け取り、
当該情報提供要求と、ファイル、フォルダ及びファイルの要素に対するアクセス制御が定義された許諾条件情報とに基づいて、前記情報要求主体への情報提供を、ファイル、フォルダ及びファイルの要素に対して同一の処理で判断し、
当該許諾判断の結果に基づいて、前記情報要求主体に提供する情報が格納された格納情報から必要な情報を取得し、
当該取得した情報を返答内容として生成し、
当該生成した返答内容を前記情報要求主体に提供することを特徴とする情報管理方法。
An information management method in which files, folders, and file elements on a file system are managed in the same unit, and necessary information is acquired and provided from the management target according to a request from an information provider.
Receiving an information provision request from the information requesting entity;
Based on the information provision request and permission condition information in which access control for the file, folder, and file element is defined, the information provision to the information requesting entity is the same for the file, folder, and file element. Judgment by processing,
Based on the result of the permission determination, the necessary information is acquired from the stored information in which the information provided to the information requesting entity is stored,
Generate the acquired information as response contents,
An information management method comprising: providing the generated response content to the information requesting subject.
請求項16に記載の情報管理方法において、
前記許諾条件情報を、ファイル、フォルダ及びファイルの要素に対するアクセス制御が情報要求主体のユーザ情報を条件として定義された情報とし、
異なる情報要求主体からの同一の情報提供要求を受け取った場合に、それぞれ異なる返答内容を生成することを特徴とする情報管理方法。
The information management method according to claim 16, wherein
The permission condition information is information that is defined on the condition that the user control of the information requesting subject is access control to the elements of the file, folder, and file,
An information management method comprising generating different response contents when receiving the same information provision request from different information requesting entities.
ファイルシステム上のファイル、フォルダ及びファイルの要素を同じ単位の管理対象とし、情報提供主体からの要求に従って前記管理対象から必要な情報を取得して提供する処理を、情報管理システムを構成するコンピュータに実行させる情報管理プログラムであって、
前記情報要求主体から情報提供要求を受け取る処理と、
当該情報提供要求と、ファイル、フォルダ及びファイルの要素に対するアクセス制御が定義された許諾条件情報とに基づいて、前記情報要求主体への情報提供の許諾を、ファイル、フォルダ及びファイルの要素に対して同一の処理で判断する処理と、
当該許諾判断の結果に基づいて、前記情報要求主体に提供する情報が格納された格納情報から必要な情報を取得する処理と、
当該取得した情報を返答内容として生成する処理と、
当該生成した返答内容を前記情報要求主体に提供する処理とを前記コンピュータに実行させる情報管理プログラム。
A computer that constitutes the information management system performs processing for obtaining the necessary information from the management target in accordance with a request from the information providing entity and providing the files, folders, and file elements on the file system in the same unit. An information management program to be executed,
A process of receiving an information provision request from the information requesting entity;
Based on the information provision request and permission condition information in which access control for the file, folder, and file element is defined, permission of information provision to the information requesting subject is granted to the file, folder, and file element. The process of judging by the same process,
A process of obtaining necessary information from stored information in which information to be provided to the information requesting body is stored based on the result of the permission determination;
Processing to generate the acquired information as a response content;
An information management program for causing the computer to execute processing for providing the generated response content to the information requesting subject.
請求項18に記載の情報管理プログラムであって、
前記許諾条件情報を、ファイル、フォルダ及びファイルの要素に対するアクセス制御が情報要求主体のユーザ情報を条件として定義された情報とし、
異なる情報要求主体からの同一の情報提供要求を受け取った場合に、それぞれ異なる返答内容を生成する処理を前記コンピュータに実行させる情報管理プログラム。
The information management program according to claim 18, wherein
The permission condition information is information that is defined on the condition that the user control of the information requesting subject is access control to the elements of the file, folder, and file,
An information management program for causing the computer to execute processing for generating different response contents when receiving the same information provision request from different information requesting entities.
請求項18または19に記載の情報管理プログラムを記録した記録媒体。   A recording medium on which the information management program according to claim 18 is recorded.
JP2003379841A 2003-11-10 2003-11-10 Information management system, information management method, information management program, and recording medium recording the program Expired - Fee Related JP4439877B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2003379841A JP4439877B2 (en) 2003-11-10 2003-11-10 Information management system, information management method, information management program, and recording medium recording the program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2003379841A JP4439877B2 (en) 2003-11-10 2003-11-10 Information management system, information management method, information management program, and recording medium recording the program

Publications (2)

Publication Number Publication Date
JP2005141642A true JP2005141642A (en) 2005-06-02
JP4439877B2 JP4439877B2 (en) 2010-03-24

Family

ID=34689763

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2003379841A Expired - Fee Related JP4439877B2 (en) 2003-11-10 2003-11-10 Information management system, information management method, information management program, and recording medium recording the program

Country Status (1)

Country Link
JP (1) JP4439877B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9621357B2 (en) 2014-10-16 2017-04-11 Verato, Inc. System and method for providing consent management

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9621357B2 (en) 2014-10-16 2017-04-11 Verato, Inc. System and method for providing consent management

Also Published As

Publication number Publication date
JP4439877B2 (en) 2010-03-24

Similar Documents

Publication Publication Date Title
US9721115B2 (en) Automatic resource ownership assignment system and method
US7664829B2 (en) Document managing system, document managing apparatus and document managing method
US8095629B2 (en) Managing user accounts and groups in multiple forests
US20070299880A1 (en) Document Management Server, Document Management Method, Computer Readable Medium, Computer Data Signal, and System For Managing Document Use
US20160098574A1 (en) Systems and methods to manage file access
US20200285763A1 (en) Referenced access control list
CN107710202B (en) Cloud-native documents integrated with legacy tools
US9292703B2 (en) Electronic document management method
JP4865642B2 (en) Access right setting device, access right setting method, and access right setting program
CN108108633A (en) A kind of data file and its access method, device and equipment
US20120036583A1 (en) Computer readable medium storing program, information processing apparatus, and method
US20020019822A1 (en) Database management system, method and program
CN102804199A (en) Access control system
JP4439877B2 (en) Information management system, information management method, information management program, and recording medium recording the program
JP5970886B2 (en) Information processing apparatus and information processing program
CN107526530B (en) Data processing method and device
US20040255241A1 (en) Document management device and method, program therefor, and storage medium
US20110040765A1 (en) Using The Z/OS Load Module System Status Index To Distinguish Product Tag Files
JP7119448B2 (en) Information processing device and information processing program
JP6716929B2 (en) Information processing apparatus and information processing program
CN116663066A (en) Data access method, device and storage medium
JP2010044696A (en) System and method for managing program license
Barreto API-Based Acquisition of Evidence from Cloud Storage Providers
EP1947570A1 (en) Information search system and its method
JP2011107747A (en) Information processing program and information processor

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20060405

RD03 Notification of appointment of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7423

Effective date: 20070613

RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20070613

RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20081017

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20090302

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20090331

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20090529

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

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

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20100106

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

Free format text: PAYMENT UNTIL: 20130115

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

LAPS Cancellation because of no payment of annual fees