JP2009237662A - File management system - Google Patents

File management system Download PDF

Info

Publication number
JP2009237662A
JP2009237662A JP2008079685A JP2008079685A JP2009237662A JP 2009237662 A JP2009237662 A JP 2009237662A JP 2008079685 A JP2008079685 A JP 2008079685A JP 2008079685 A JP2008079685 A JP 2008079685A JP 2009237662 A JP2009237662 A JP 2009237662A
Authority
JP
Japan
Prior art keywords
session
file
shared
password
file management
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
JP2008079685A
Other languages
Japanese (ja)
Other versions
JP4862852B2 (en
Inventor
Kumiko Hirano
久美子 平野
Shunichi Maruyama
俊一 丸山
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.)
NEC Corp
Original Assignee
NEC 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 NEC Corp filed Critical NEC Corp
Priority to JP2008079685A priority Critical patent/JP4862852B2/en
Publication of JP2009237662A publication Critical patent/JP2009237662A/en
Application granted granted Critical
Publication of JP4862852B2 publication Critical patent/JP4862852B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To improve security by restricting any illegal access to a file. <P>SOLUTION: A file management system is provided with a connection controller for controlling the connection between communication terminals, and a file management device for storing and managing a shared file to be shared by the communication terminal. The connection controller is provided with a session information notification means for notifying the file management device of session information to specify a session established between the communication terminals. The file management device is provided with a communication terminal authentication means for storing shared member information for specifying the communication terminals sharing the shared file, inquiring the communication terminal to determine whether or not the session to be predetermined by the session information notified from the connection controller has been established in all communication terminals sharing the shared file on the basis of the shared member information, and permitting, when it is decided that the session has been established in all the communication terminals, communication terminals to access the shared file. <P>COPYRIGHT: (C)2010,JPO&INPIT

Description

本発明は、ファイル管理システムにかかり、特に、ネットワークを介してセッションを確立している通信端末によってファイルを共有可能なよう管理するファイル管理システムに関する。   The present invention relates to a file management system, and more particularly to a file management system that manages a file so that it can be shared by communication terminals that have established a session via a network.

近年、情報の電子化が進み、所定の情報が記録された電子データであるファイルをコンピュータで管理することが行われている。そして、ファイルを複数人で共有する場合には、データ内容の漏洩を抑制すべく、限られたメンバのみがアクセス可能なようパスワードやIDを事前に設定して、メンバに付与することが行われている。これにより、メンバは、パスワードやIDを用いることで、他のメンバの許可無くファイルにアクセス可能であり、ファイルの追記、変更、ファイル転送など、ファイル操作を行うことができる。   In recent years, computerization of information has progressed, and a file that is electronic data in which predetermined information is recorded is managed by a computer. When a file is shared by a plurality of people, a password or ID is set in advance so that only a limited number of members can access to prevent leakage of data contents, and is given to members. ing. Thus, the member can access the file without permission of other members by using the password and ID, and can perform file operations such as file addition, change, and file transfer.

なお、ファイルへのアクセスを制限する技術として、特許文献1では、ファイルにアクセス可能なグループを設定し、当該グループに属するユーザのみがファイルにアクセス可能としている。また、関連する技術として、特許文献2では、1のグループに属する複数のユーザが接続している場合に、特定のサーバにアクセス可能とする技術が開示されている。   As a technique for restricting access to a file, in Patent Document 1, a group that can access a file is set, and only users belonging to the group can access the file. Further, as a related technique, Patent Document 2 discloses a technique that enables access to a specific server when a plurality of users belonging to one group are connected.

特開2001−331373号公報JP 2001-331373 A 特開2007−199995号公報JP 2007-199995 A

しかしながら、上述したように、ファイルへのアクセスにパスワードやIDを用いたとしても、当該パスワードが固定的なものである場合には、一度、そのパスワードやIDがメンバ以外の人に漏洩してしまうと、第三者によるファイルへのアクセスが可能となってしまう。すると、ファイルの内容が外部に漏洩してしまい、信頼性が低下する、という問題があった。   However, as described above, even if a password or ID is used to access a file, if the password is fixed, the password or ID is once leaked to a person other than the member. Then, the file can be accessed by a third party. Then, there is a problem that the contents of the file are leaked to the outside and the reliability is lowered.

このため、本発明の目的は、上述した課題である、ファイルへの不正なアクセスを制限し、セキュリティの向上を図る、ことにある。   Therefore, an object of the present invention is to limit unauthorized access to a file, which is a problem described above, and to improve security.

そこで、本発明の一形態であるファイル管理システムは、通信端末間の接続制御を行う接続制御装置と、この接続制御装置にネットワークを介して接続され通信端末にて共有される共有ファイルを記憶して管理するファイル管理装置と、を備えている。そして、上記接続制御装置は、通信端末間で確立されたセッションを特定するセッション情報をファイル管理装置に通知するセッション情報通知手段を備えている。さらに、上記ファイル管理装置は、共有ファイルを共有する通信端末を特定する共有メンバ情報を記憶すると共に、共有メンバ情報に基づいて共有ファイルの共有メンバである全ての通信端末にて、接続制御装置から通知されたセッション情報にて特定されるセッションが確立されているか否かを通信端末に対して問い合わせて判断し、全ての通信端末にてセッションが確立されていると判断した場合に当該通信端末による共有ファイルへのアクセスを許可する通信端末認証手段を備えている。   Therefore, a file management system according to an aspect of the present invention stores a connection control device that performs connection control between communication terminals, and a shared file that is connected to the connection control device via a network and is shared by the communication terminals. And a file management device for managing them. The connection control device includes session information notification means for notifying the file management device of session information for specifying a session established between communication terminals. Further, the file management device stores shared member information for identifying a communication terminal that shares the shared file, and from all the communication terminals that are shared members of the shared file based on the shared member information, from the connection control device. Inquires the communication terminal whether or not the session specified by the notified session information has been established, and when it is determined that all communication terminals have established the session, the communication terminal Communication terminal authentication means for permitting access to the shared file is provided.

また、本発明の他の形態であるファイル管理システムは、通信端末間の接続制御を行う接続制御装置と、この接続制御装置にネットワークを介して接続され通信端末にて共有される共有ファイルを記憶して管理するファイル管理装置と、を備えている。そして、上記接続制御装置は、通信端末間で確立されたセッションを特定するセッション情報をファイル管理装置に通知するセッション情報通知手段を備えている。さらに、上記ファイル管理装置は、接続制御装置から取得したセッション情報に基づいてパスワードを生成し、当該パスワードを共有ファイルの操作を制限するパスワードとして設定し、当該パスワードをセッション情報にて特定されるセッションにて接続されている通信端末に通知するパスワード設定手段を備えている。   A file management system according to another aspect of the present invention stores a connection control device that controls connection between communication terminals, and a shared file that is connected to the connection control device via a network and is shared by the communication terminals. And a file management device that manages the file. The connection control device includes session information notification means for notifying the file management device of session information for specifying a session established between communication terminals. Further, the file management device generates a password based on the session information acquired from the connection control device, sets the password as a password that restricts the operation of the shared file, and specifies the password in the session information. Password setting means for notifying the communication terminal connected by.

また、本発明の他の形態であるファイル管理装置は、通信端末間の接続制御を行う接続制御装置にネットワークを介して接続され通信端末にて共有される共有ファイルを記憶して管理するファイル管理装置であって、共有ファイルを共有する前記通信端末を特定する共有メンバ情報を記憶すると共に、共有メンバ情報に基づいて共有ファイルの共有メンバである全ての通信端末にて、接続制御装置から通知されたセッションを特定するセッション情報にて特定されるセッションが確立されているか否かを通信端末に対して問い合わせて判断し、全ての通信端末にてセッションが確立されていると判断した場合に当該通信端末による共有ファイルへのアクセスを許可する通信端末認証手段を備えた、という構成を採る。   A file management apparatus according to another embodiment of the present invention is a file management apparatus for storing and managing a shared file that is connected to a connection control apparatus that performs connection control between communication terminals via a network and is shared by the communication terminals. The device stores the shared member information for identifying the communication terminal that shares the shared file, and is notified from the connection control device at all the communication terminals that are the shared members of the shared file based on the shared member information. Inquires the communication terminal whether or not the session specified by the session information for specifying the session is established, and determines that the session is established at all communication terminals. A configuration is adopted in which communication terminal authentication means for permitting access to the shared file by the terminal is provided.

また、本発明の他の形態であるファイル管理装置は、通信端末間の接続制御を行う接続制御装置にネットワークを介して接続され通信端末にて共有される共有ファイルを記憶して管理するファイル管理装置であって、接続制御装置から取得した通信端末間で確立されたセッションを特定するセッション情報に基づいてパスワードを生成し、当該パスワードを共有ファイルの操作を制限するパスワードとして設定し、当該パスワードをセッション情報にて特定されるセッションにて接続されている通信端末に通知するパスワード設定手段を備えた、という構成を採る。   A file management apparatus according to another embodiment of the present invention is a file management apparatus for storing and managing a shared file that is connected to a connection control apparatus that performs connection control between communication terminals via a network and is shared by the communication terminals. A password is generated based on session information for identifying a session established between communication terminals acquired from the connection control device, the password is set as a password for restricting the operation of the shared file, and the password is set. A configuration is adopted in which password setting means for notifying a communication terminal connected in the session specified by the session information is provided.

また、本発明の他の形態であるプログラムは、通信端末間の接続制御を行う接続制御装置にネットワークを介して接続され通信端末にて共有される共有ファイルを記憶して管理するファイル管理装置に、共有ファイルを共有する通信端末を特定する共有メンバ情報に基づいて共有ファイルの共有メンバである全ての通信端末にて、接続制御装置から通知されたセッションを特定するセッション情報にて特定されるセッションが確立されているか否かを通信端末に対して問い合わせて判断し、全ての通信端末にてセッションが確立されていると判断した場合に当該通信端末による共有ファイルへのアクセスを許可する通信端末認証手段、を実現させる、という構成を採る。   A program according to another aspect of the present invention is stored in a file management apparatus that stores and manages a shared file that is connected via a network to a connection control apparatus that performs connection control between communication terminals. A session identified by session information identifying a session notified from the connection control apparatus in all communication terminals that are shared members of the shared file based on shared member information identifying a communication terminal that shares the shared file Communication terminal authentication that allows access to a shared file by the communication terminal when it is determined that all communication terminals have established a session. The configuration of realizing the means is adopted.

また、本発明の他の形態であるプログラムは、通信端末間の接続制御を行う接続制御装置にネットワークを介して接続され通信端末にて共有される共有ファイルを記憶して管理するファイル管理装置に、接続制御装置から取得した通信端末間で確立されたセッションを特定するセッション情報に基づいてパスワードを生成し、当該パスワードを共有ファイルの操作を制限するパスワードとして設定し、当該パスワードをセッション情報にて特定されるセッションにて接続されている通信端末に通知するパスワード設定手段、を実現させる、という構成を採る。   A program according to another aspect of the present invention is stored in a file management apparatus that stores and manages a shared file that is connected via a network to a connection control apparatus that performs connection control between communication terminals. , Generate a password based on the session information that identifies the session established between the communication terminals acquired from the connection control device, set the password as a password that restricts the operation of the shared file, and set the password in the session information A configuration is adopted in which password setting means for notifying a communication terminal connected in a specified session is realized.

さらに、本発明の他の形態であるファイル管理方法は、通信端末間の接続制御を行う接続制御装置と、この接続制御装置にネットワークを介して接続され通信端末にて共有される共有ファイルを記憶して管理するファイル管理装置と、を備えたファイル管理システムによるファイル管理方法であって、上記接続制御装置が、通信端末間で確立されたセッションを特定するセッション情報をファイル管理装置に通知するセッション情報通知工程と、上記ファイル管理装置が、共有ファイルを共有する通信端末を特定する共有メンバ情報に基づいて共有ファイルの共有メンバである全ての通信端末にて、接続制御装置から通知されたセッション情報にて特定されるセッションが確立されているか否かを通信端末に対して問い合わせて判断し、全ての通信端末にてセッションが確立されていると判断した場合に当該通信端末による共有ファイルへのアクセスを許可する通信端末認証工程と、を有する、という構成を採る。   Furthermore, a file management method according to another aspect of the present invention stores a connection control device that performs connection control between communication terminals, and a shared file that is connected to the connection control device via a network and is shared by the communication terminals. And a file management system comprising: a file management system comprising: a file management system comprising: a file management system comprising: a file management system comprising: a file management system comprising: a file management system comprising: Information notification step, and the session information notified from the connection control device at all communication terminals that are shared members of the shared file based on the shared member information that identifies the communication terminal with which the file management device shares the shared file Inquires the communication terminal to determine whether the session specified in is established or not. Having a communication terminal authentication step of granting access to the shared file by the communication terminal when it is determined that the session in the communication terminal is established, a configuration called.

また、本発明の他の形態であるファイル管理方法は、通信端末間の接続制御を行う接続制御装置と、この接続制御装置にネットワークを介して接続され通信端末にて共有される共有ファイルを記憶して管理するファイル管理装置と、を備えたファイル管理システムによるファイル管理方法であって、上記接続制御装置が、通信端末間で確立されたセッションを特定するセッション情報をファイル管理装置に通知するセッション情報通知工程と、上記ファイル管理装置が、接続制御装置から取得したセッション情報に基づいてパスワードを生成し、当該パスワードを共有ファイルの操作を制限するパスワードとして設定し、当該パスワードをセッション情報にて特定されるセッションにて接続されている通信端末に通知するパスワード設定工程と、を有する、という構成を採る。   A file management method according to another aspect of the present invention stores a connection control device that performs connection control between communication terminals, and a shared file that is connected to the connection control device via a network and is shared by the communication terminals. And a file management system comprising: a file management system comprising: a file management system comprising: a file management system comprising: a file management system comprising: a file management system comprising: a file management system comprising: Information notification process and the file management device generates a password based on the session information acquired from the connection control device, sets the password as a password that restricts the operation of the shared file, and identifies the password in the session information Password setting process to notify the connected communication terminal in the session Adopts a configuration that has a.

本発明は、以上のように構成されるため、共有ファイルを共有するよう予め設定された共有メンバ全員が、共通の通信状態を形成している間のみ、共有ファイルへのアクセスや操作が可能となる。つまり、通信状態が変更されると、共有ファイルへのアクセスや操作が不可能となる。その結果、第三者によるなりすましを有効に抑制でき、ファイルアクセスのセキュリティの向上を図ることができる、という優れた効果を有する。   Since the present invention is configured as described above, all shared members preset to share a shared file can access and operate the shared file only while forming a common communication state. Become. In other words, when the communication state is changed, access to and manipulation of the shared file becomes impossible. As a result, it is possible to effectively suppress spoofing by a third party and to improve the file access security.

本発明は、高度のセキュリティが要求されるファイルアクセスシステムにおいて、限られたメンバのみにアクセスを許されるファイルを、当該メンバ全員が共通の通信状態を形成する間のみ、該共有ファイルのアクセスを許容する、ことに特徴を有する。   The present invention allows a file access system that requires a high level of security to permit access to a file that is allowed to be accessed only by a limited number of members, and only when the member forms a common communication state. It has a feature.

そして、本発明の一形態であるファイル管理システムは、
通信端末間の接続制御を行う接続制御装置と、この接続制御装置にネットワークを介して接続され通信端末にて共有される共有ファイルを記憶して管理するファイル管理装置と、を備えたファイル管理システムであって、
上記接続制御装置は、通信端末間で確立されたセッションを特定するセッション情報をファイル管理装置に通知するセッション情報通知手段を備え、
上記ファイル管理装置は、
共有ファイルを共有する通信端末を特定する共有メンバ情報を記憶すると共に、
共有メンバ情報に基づいて共有ファイルの共有メンバである全ての通信端末にて、接続制御装置から通知されたセッション情報にて特定されるセッションが確立されているか否かを通信端末に対して問い合わせて判断し、全ての通信端末にてセッションが確立されていると判断した場合に当該通信端末による共有ファイルへのアクセスを許可する通信端末認証手段を備えた、
という構成を採る。
And the file management system which is one form of this invention is
A file management system comprising: a connection control device for controlling connection between communication terminals; and a file management device for storing and managing a shared file connected to the connection control device via a network and shared by the communication terminals Because
The connection control device includes session information notification means for notifying the file management device of session information for specifying a session established between communication terminals,
The file management device
In addition to storing shared member information that identifies communication terminals that share shared files,
Based on the shared member information, inquires of the communication terminal whether or not the session specified by the session information notified from the connection control device has been established in all the communication terminals that are shared members of the shared file. Judgment, comprising a communication terminal authentication means for permitting access to the shared file by the communication terminal when it is determined that the session is established in all the communication terminals,
The structure is taken.

また、上記ファイル管理システムでは、ファイル管理装置が有する通信端末認証手段は、セッションが確立している通信端末から当該通信端末を特定する情報及び当該セッションを特定する情報を含む通信端末認証情報を取得し、当該通信端末認証情報と、共有メンバ情報と、接続制御装置から通知されたセッション情報と、に基づいて全ての通信端末にてセッションが確立されているか否かを判断する、という構成を採る。   In the file management system, the communication terminal authentication means included in the file management apparatus obtains communication terminal authentication information including information identifying the communication terminal and information identifying the session from the communication terminal with which the session is established. The communication terminal authentication information, the shared member information, and the session information notified from the connection control device are used to determine whether or not a session has been established in all communication terminals. .

さらに、上記ファイル管理システムでは、ファイル管理装置が有する通信端末認証手段は、共有メンバ情報に接続制御装置から通知されたセッション情報を付加して通信端末認証基準情報を生成し、この通信端末認証基準情報と、通信端末から取得した通信端末認証情報と、に基づいて、全ての通信端末にてセッションが確立されているか否かを判断する、という構成を採る。   Further, in the file management system, the communication terminal authentication means included in the file management device generates communication terminal authentication reference information by adding the session information notified from the connection control device to the shared member information. Based on the information and the communication terminal authentication information acquired from the communication terminal, a configuration is adopted in which it is determined whether or not a session is established in all the communication terminals.

上記発明によると、ファイル管理装置は、まず、共有ファイルを共有する通信端末を特定する共有メンバ情報を記憶している。この共有メンバ情報は、例えば、事前にファイル管理装置に登録されていたり、あるいは、所定の通信端末から接続制御装置を介して登録される。そして、通信端末間でセッションが確立されると、接続制御装置からセッションを特定するセッション情報が通知され、これをファイル管理装置が受信する。すると、ファイル管理装置は、このセッション情報にて特定されるセッションにて、共有ファイルに設定された共有メンバの全員が接続されているか否かを判断する。例えば、共有メンバ情報にセッション情報を付加した情報を各メンバの認証基準情報とし、各通信端末から当該端末とセッションとを特定する情報が付加された通信端末認証情報を取得して、比較する。そして、全ての通信端末について一致した場合には、共有ファイルへのアクセスを許容する。   According to the above invention, the file management apparatus first stores the shared member information that identifies the communication terminals that share the shared file. This shared member information is registered in advance in the file management apparatus, for example, or is registered from a predetermined communication terminal via the connection control apparatus. When a session is established between the communication terminals, session information for specifying the session is notified from the connection control device, and the file management device receives this. Then, the file management device determines whether or not all of the shared members set in the shared file are connected in the session specified by the session information. For example, information obtained by adding session information to shared member information is used as authentication reference information for each member, and communication terminal authentication information added with information for identifying the terminal and the session is acquired from each communication terminal and compared. If all the communication terminals match, access to the shared file is permitted.

従って、共有ファイルを共有するよう予め設定された共有メンバ全員が、共通の通信状態を有する場合にのみ、共有ファイルへのアクセスが可能となる。その結果、第三者によるなりすましを有効に抑制でき、ファイルアクセスのセキュリティの向上を図ることができる。   Therefore, it is possible to access the shared file only when all the shared members preset to share the shared file have a common communication state. As a result, spoofing by a third party can be effectively suppressed, and file access security can be improved.

また、上記ファイル管理システムでは、上記ファイル管理装置は、接続制御装置から取得したセッション情報に基づいてパスワードを生成し、当該パスワードを共有ファイルの操作を制限するパスワードとして設定し、当該パスワードをセッション情報にて特定されるセッションにて接続されている通信端末に通知するパスワード設定手段を備えた、という構成を採る。   In the file management system, the file management device generates a password based on the session information acquired from the connection control device, sets the password as a password that restricts the operation of the shared file, and sets the password as session information. A configuration is adopted in which password setting means for notifying the communication terminal connected in the session specified in is provided.

また、上記ファイル管理システムでは、上記接続制御装置が有するセッション情報通知手段は、通信端末間で確立しているセッションが終了したときに、その旨をファイル管理装置に通知し、上記ファイル管理装置は、接続制御装置からセッション終了の通知を受けたときに、パスワード設定手段にて共有ファイルに設定したパスワードを無効にするパスワード解除手段を備えた、という構成を採る。   In the file management system, the session information notification means included in the connection control device notifies the file management device when the session established between the communication terminals is terminated, and the file management device In addition, a configuration is adopted in which password release means for invalidating the password set in the shared file by the password setting means when the notification of session termination is received from the connection control device.

なお、上記セッション情報は、セッションを確立するときにおける通信端末の接続順序を表す接続順序情報及び当該セッションの接続日時情報のうち、少なくとも1つの情報を含む。   The session information includes at least one of connection order information indicating the connection order of communication terminals when establishing a session and connection date / time information of the session.

上記発明によると、ファイル管理装置は、接続制御装置にて確立されている通信端末間のセッションを特定するセッション情報に基づいてパスワードを生成し、このパスワードを共有ファイルの操作に必要なパスワードとして、共有ファイルに設定する。また、このパスワードを、セッションを確立している通信端末に通知する。そして、通信端末が、ファイル管理装置から通知を受けたパスワードを用いてファイルアクセスを実行すると、ファイル管理装置は、送信されたパスワードと共有ファイルに設定されているパスワードとが一致している場合に、当該共有ファイルの操作を許可する。   According to the above invention, the file management device generates a password based on session information that identifies a session between communication terminals established in the connection control device, and uses this password as a password necessary for the operation of the shared file. Set to shared file. Also, this password is notified to the communication terminal that has established the session. When the communication terminal executes file access using the password notified from the file management apparatus, the file management apparatus determines that the transmitted password matches the password set in the shared file. The operation of the shared file is permitted.

これにより、共通のセッションにて接続されている通信端末のみが、当該セッションの内容に対応して生成された動的なパスワードに基づいて共有ファイルにアクセス可能となるため、第三者の不正アクセスを有効に抑制することができる。特に、セッションが切断されるとパスワードが無効となるため、仮にパスワードが盗まれた場合であっても、セッションを切断することで共有ファイルへのアクセスを防止できる。また、パスワードをセッションの識別情報や接続日時情報などの情報に基づいて生成することで、よりセッションに対応したパスワードを設定でき、パスワードの解読や不正な生成を防止できる。その結果、ファイル共有のセキュリティの向上を図ることができる。   As a result, only the communication terminals connected in a common session can access the shared file based on the dynamic password generated corresponding to the contents of the session. Can be effectively suppressed. In particular, since the password becomes invalid when the session is disconnected, even if the password is stolen, access to the shared file can be prevented by disconnecting the session. In addition, by generating a password based on information such as session identification information and connection date and time information, a password corresponding to the session can be set more, and decryption and illegal generation of the password can be prevented. As a result, file sharing security can be improved.

また、本発明の他の形態であるファイル管理方法は、上述したように、
上記接続制御装置が、通信端末間で確立されたセッションを特定するセッション情報をファイル管理装置に通知するセッション情報通知工程と、
上記ファイル管理装置が、共有ファイルを共有する前記通信端末を特定する共有メンバ情報に基づいて共有ファイルの共有メンバである全ての通信端末にて、接続制御装置から通知されたセッション情報にて特定されるセッションが確立されているか否かを通信端末に対して問い合わせて判断し、全ての通信端末にてセッションが確立されていると判断した場合に当該通信端末による共有ファイルへのアクセスを許可する通信端末認証工程と、
を有する、という構成を採る。
In addition, as described above, the file management method according to another aspect of the present invention is as follows.
A session information notification step in which the connection control device notifies the file management device of session information for identifying a session established between communication terminals;
The file management device is specified in the session information notified from the connection control device in all the communication terminals that are shared members of the shared file based on the shared member information that specifies the communication terminal that shares the shared file. A communication that allows access to a shared file by the communication terminal when it is determined that all communication terminals have established a session. Terminal authentication process;
It has the configuration of having.

そして、さらに、上記ファイル管理方法は、上記ファイル管理装置が、接続制御装置から取得したセッション情報に基づいてパスワードを生成し、当該パスワードを共有ファイルの操作を制限するパスワードとして設定し、当該パスワードをセッション情報にて特定されるセッションにて接続されている通信端末に通知するパスワード設定工程を有する、という構成を採る。   Further, in the file management method, the file management device generates a password based on the session information acquired from the connection control device, sets the password as a password that restricts the operation of the shared file, and sets the password. A configuration is adopted in which a password setting step of notifying a communication terminal connected in the session specified by the session information is provided.

以下、本発明の具体的な構成及び動作を説明する。なお、以下では、3つのユーザ端末(通信端末)にてファイルが共有される場合を例示するが、共有ファイルを共有するユーザ端末の数はこれに限定されない。   The specific configuration and operation of the present invention will be described below. In addition, although the case where a file is shared by three user terminals (communication terminals) is illustrated below, the number of user terminals that share a shared file is not limited to this.

<実施形態1>
本発明の第1の実施形態を、図1乃至図12を参照して説明する。図1は、ファイル管理システムの構成を示すブロック図である。図2は、接続制御サーバの構成を示す機能ブロック図である。図3は、ファイル管理サーバの構成を示す機能ブロック図である。図4は、共有ファイルの管理状況の一例を説明するための図である。図5乃至図6は、ファイル管理システムの動作の一例を示すシーケンス図である。図7は、共有ファイルの管理状況の一例を説明するための図である。図8乃至図9は、ファイル管理システムの動作の一例を示すシーケンス図である。図10は、共有ファイルの管理状況の一例を説明するための図である。図11乃至図12は、ファイル管理システムの動作の一例を示すシーケンス図である。図13は、ファイル管理システムの動作の一例を示すシーケンス図である。
<Embodiment 1>
A first embodiment of the present invention will be described with reference to FIGS. FIG. 1 is a block diagram showing the configuration of the file management system. FIG. 2 is a functional block diagram showing the configuration of the connection control server. FIG. 3 is a functional block diagram showing the configuration of the file management server. FIG. 4 is a diagram for explaining an example of the management status of the shared file. 5 to 6 are sequence diagrams showing an example of the operation of the file management system. FIG. 7 is a diagram for explaining an example of the management status of the shared file. 8 to 9 are sequence diagrams showing an example of the operation of the file management system. FIG. 10 is a diagram for explaining an example of a shared file management status. 11 to 12 are sequence diagrams showing an example of the operation of the file management system. FIG. 13 is a sequence diagram illustrating an example of the operation of the file management system.

[構成]
図1に示すように、本実施形態におけるファイル管理システムは、共有ファイルを共有しうるユーザ端末A11と、ユーザ端末B12と、ユーザ端末C13と、を備えている。そして、上記ユーザ端末A11,B12,C13間のネットワークNを介した接続制御を行い、これらのグループ通信状態を管理する接続制御サーバ2を備えている。さらに、接続制御サーバ2にネットワークNを介して接続され、上記ユーザ端末A11,B12,C13からの共有ファイルへのアクセスを管理するファイル管理サーバ3を備えている。以下、各構成について詳述する。
[Constitution]
As shown in FIG. 1, the file management system in this embodiment includes a user terminal A11, a user terminal B12, and a user terminal C13 that can share a shared file. And the connection control server 2 which performs connection control via the network N between the said user terminal A11, B12, C13, and manages these group communication states is provided. Furthermore, a file management server 3 connected to the connection control server 2 via the network N and managing access to the shared file from the user terminals A11, B12, C13 is provided. Hereinafter, each configuration will be described in detail.

上記ユーザ端末A11、ユーザ端末B12、ユーザ端末C13は、1台あるは複数台の他のユーザ端末とセッションを確立して通信可能な通信端末である。例えば、各ユーザ端末A11等は、接続制御サーバ2にて接続制御されることで、POC(Push−to−Talk over Cellular)やVOIP(Voice over Internet Protocol)やチャットなど、他の通信端末とセッションを確立して通話やデータ通信を行う機能を有する情報処理端末である。   The user terminal A11, the user terminal B12, and the user terminal C13 are communication terminals that can communicate with one or more other user terminals by establishing a session. For example, each user terminal A11 or the like is session-controlled with other communication terminals such as POC (Push-to-Talk over Cellular), VOIP (Voice over Internet Protocol), chat, and the like by connection control being performed by the connection control server 2. Is an information processing terminal having a function of establishing a call and performing data communication.

そして、ここでは、ユーザ端末A11は、ファイルZを保有しており、ユーザ端末B12とユーザ端末C13とにアクセスを許容して、共有することを希望していることとする。この場合に、ユーザ端末A11は、上記ユーザ端末B12,C13に予め付与されたユーザ識別子を含めたグループ共有指示を、接続制御サーバ2に対して送信する。すると、接続制御サーバ2から、ユーザ端末B12とユーザ端末C13とに対して、グループセッションを確立する要求が通知される。これに応じて、ユーザ端末B12とユーザ端末Cとは、接続制御サーバ2にグループ共有応答を送信することで、グループセッションに参加することを通知する。これにより、ユーザ端末A11,B12、C13間で、接続制御サーバ2によりグループセッションが確立され、相互に通話や通信が可能となる。   Here, it is assumed that the user terminal A11 has the file Z and desires to allow and share the access to the user terminal B12 and the user terminal C13. In this case, the user terminal A11 transmits a group sharing instruction including a user identifier given in advance to the user terminals B12 and C13 to the connection control server 2. Then, the connection control server 2 notifies the user terminal B12 and the user terminal C13 of a request for establishing a group session. In response to this, the user terminal B12 and the user terminal C send a group sharing response to the connection control server 2 to notify the participation in the group session. Thereby, a group session is established by the connection control server 2 between the user terminals A11, B12, and C13, and communication and communication with each other are possible.

また、ユーザ端末A11は、グループセッションが確立された他のユーザ端末B12,C13が、共有ファイルZを共有したい正しいユーザであるか否かの本人確認(声や映像や文字入力など)を実施する。そして、他のユーザ端末B12,C13が正しいと判断した場合には、ユーザ端末A11は、接続制御サーバ2に対して共有ファイルZを添付したファイル共有指示を送信する。このとき、ユーザ端末A11は、ファイル共有指示に、共有ファイルZを共有する各ユーザ端末A11、B12、C13にそれぞれ付与された識別情報であるIDを付加して送信する。なお、ユーザ端末A11は、共有ファイルZがすでにファイル管理サーバ3に記憶されている場合には、当該共有ファイルZを指定する情報と、共有するユーザ端末のIDを送信してもよい。   In addition, the user terminal A11 performs identity verification (such as voice, video, and character input) as to whether or not the other user terminals B12 and C13 with which the group session is established are the correct users who want to share the shared file Z. . When it is determined that the other user terminals B 12 and C 13 are correct, the user terminal A 11 transmits a file sharing instruction with the shared file Z attached to the connection control server 2. At this time, the user terminal A11 adds the ID, which is identification information given to each of the user terminals A11, B12, and C13 sharing the shared file Z, to the file sharing instruction and transmits it. When the shared file Z is already stored in the file management server 3, the user terminal A11 may transmit information specifying the shared file Z and the ID of the user terminal to share.

また、各ユーザ端末A11,B12,C13は、後述するようにファイル管理サーバ3からID入力要求を受けると、自端末にそれぞれ固有の識別情報である固有IDに、グループセッションに固有の識別情報であるセッションIDを付加した動的IDを生成して、ファイル管理サーバ3に送信する機能を有する。   Further, when receiving an ID input request from the file management server 3 as described later, each of the user terminals A11, B12, and C13 uses a unique ID that is unique identification information for the own terminal, and identification information unique to the group session. It has a function of generating a dynamic ID to which a certain session ID is added and transmitting it to the file management server 3.

さらに、各ユーザ端末A11,B12,C13は、後述するようにファイル管理サーバ3からパスワードの配布を受けると、当該パスワードを受信して記憶する。そして、各ユーザ端末A11,B12,C13は、受信したパスワードを用いて、ファイル管理サーバ3が記憶している共有ファイルZにアクセスして、閲覧、更新などの操作を実行することができる。   Further, each user terminal A11, B12, C13 receives and stores the password when receiving the distribution of the password from the file management server 3 as will be described later. Each user terminal A11, B12, C13 can access the shared file Z stored in the file management server 3 using the received password, and execute operations such as browsing and updating.

また、ユーザ端末A11は、上述したように確立されたグループセッションの終了を希望する場合には、かかる指示を接続制御サーバ2に通知する機能を有する。これに応じて、接続制御サーバ2は、ユーザ端末B12,C13に対してグループ共有終了要求を行うが、当該ユーザ端末B12、C13は、グループ共有終了応答を行う機能を有する。これにより、セッションが終了され、同時に共有ファイルの共有も終了される。   Further, the user terminal A11 has a function of notifying the connection control server 2 of this instruction when desiring to end the group session established as described above. In response to this, the connection control server 2 makes a group sharing end request to the user terminals B12 and C13, and the user terminals B12 and C13 have a function of making a group sharing end response. As a result, the session is terminated, and the sharing of the shared file is also terminated at the same time.

次に、接続制御サーバ2の構成について、図2を参照して説明する。接続制御サーバ2(接続制御装置)は、一般的なサーバコンピュータであり、図2に示すように、装備された演算装置(図示せず)に所定のプログラムが組み込まれることによって構築された、セッション制御部21と、セッション情報通知部22と、を備えている。   Next, the configuration of the connection control server 2 will be described with reference to FIG. The connection control server 2 (connection control device) is a general server computer, and as shown in FIG. 2, a session constructed by incorporating a predetermined program into an equipped arithmetic device (not shown). A control unit 21 and a session information notification unit 22 are provided.

そして、上記セッション制御部21は、上述したようにユーザ端末A11からのグループ共有指示を受けると、他のユーザ端末B12,C13に対してグループ共有要求を行い、これに対してグループ共有応答を受けると、上述したようにユーザ端末A11,B12,C13間のグループセッションを確立して、これら各端末の接続制御を行う機能を有している。また、セッション制御部21は、ユーザ端末A11からグループ共有終了の指示を受けると、他のユーザ端末B12,C13に終了を要求し、これに対する応答を受けると、セッションを終了する。   When the session control unit 21 receives a group sharing instruction from the user terminal A11 as described above, it makes a group sharing request to the other user terminals B12 and C13, and receives a group sharing response in response thereto. As described above, it has a function of establishing a group session between the user terminals A11, B12, and C13 and controlling connection of these terminals. In addition, when the session control unit 21 receives an instruction to end group sharing from the user terminal A11, the session control unit 21 requests the other user terminals B12 and C13 to end.

また、上記セッション情報通知部22(セッション情報通知手段)は、各ユーザ端末A11,B12,C12間でセッションが確立されると、当該確立されたセッションの内容を表すセッション情報、具体的には、セッションを特定する識別情報であるセッションID、セッションを確立するときにおけるユーザ端末A11,B12,C13の接続順序を表す接続順序情報、当該セッションの接続日時情報、を含むセッション情報を、ファイル管理サーバ3に送信する機能を有する。なお、セッションIDは、接続制御サーバ2で生成された情報である。また、セッション情報には、少なくともセッションIDが含まれていればよく、他の情報は必ずしも含まれていなくてもよい。   Further, the session information notification unit 22 (session information notification means), when a session is established between the user terminals A11, B12, C12, session information indicating the contents of the established session, specifically, The session information including the session ID, which is identification information for identifying the session, the connection order information indicating the connection order of the user terminals A11, B12, and C13 when establishing the session, and the connection date and time information of the session is stored in the file management server 3 It has the function to transmit to. The session ID is information generated by the connection control server 2. The session information only needs to include at least the session ID, and other information may not necessarily be included.

また、セッション情報通知部22は、上述したようにユーザ端末A11から通知された共有ファイルZ自体(あるいは、共有ファイルZを指定する情報)と、共有するユーザ端末を特定するIDとを、ファイル管理サーバ3に通知する機能を有する。   Further, as described above, the session information notification unit 22 performs file management on the shared file Z itself (or information specifying the shared file Z) notified from the user terminal A11 and the ID for specifying the shared user terminal. A function of notifying the server 3;

さらに、セッション情報通知部22は、上述したようにセッション制御部21にてセッションが終了されると、その旨をファイル管理サーバ3に通知する。具体的には、終了されたセッションを確立していたユーザ端末A11,B12,C13間で共有されていた共有ファイルZの共有停止指示を、ファイル管理サーバ2に対して行う。   Furthermore, as described above, when the session control unit 21 ends the session, the session information notification unit 22 notifies the file management server 3 to that effect. Specifically, the file management server 2 is instructed to stop sharing the shared file Z that has been shared among the user terminals A11, B12, and C13 that have established the terminated session.

次に、ファイル管理サーバ3の構成について、図3乃至図4を参照して説明する。ファイル管理サーバ3(ファイル管理装置)は、ファイルを記憶して管理する一般的なサーバコンピュータである。そして、ファイル管理サーバ3は、図3に示すように、装備された演算装置(図示せず)に所定のプログラムが組み込まれることによって構築された、ファイル共有情報取得部31と、ユーザ認証部32と、パスワード設定部33と、ファイルアクセス管理部34と、共有解除部35と、を備えている。また、装備された記憶装置には、ファイル記憶部36と、共有ユーザ管理情報記憶部37と、が形成されている。   Next, the configuration of the file management server 3 will be described with reference to FIGS. The file management server 3 (file management device) is a general server computer that stores and manages files. Then, as shown in FIG. 3, the file management server 3 includes a file sharing information acquisition unit 31 and a user authentication unit 32 that are constructed by incorporating a predetermined program into an equipped arithmetic device (not shown). A password setting unit 33, a file access management unit 34, and a sharing cancellation unit 35. In addition, a file storage unit 36 and a shared user management information storage unit 37 are formed in the equipped storage device.

上記ファイル共有情報取得部31は、上述したようにユーザ端末Aから共有ファイルZ及び共有メンバとなるユーザ端末A11,B12,C13のIDを接続制御サーバ2を介して受信した場合に、まず、上記共有ファイルZをファイル記憶部36に記憶する。このとき、共有ファイルZを共有不可に設定しておく。また、共有ファイルZと共に受信した各ユーザ端末A11,B12,C13の固定IDを、図4(a)に示すように、共有ファイルZに関連付けて共有ユーザ管理情報記憶部37内に記憶し、当該共有ファイルを共有するユーザ端末を特定する共有メンバ情報とする。なお、この共有メンバ情報は、以後、共有ファイルZに関連付けられたままとなる。   When the file sharing information acquisition unit 31 receives the shared file Z and the IDs of the user terminals A11, B12, and C13 serving as shared members from the user terminal A as described above, first, The shared file Z is stored in the file storage unit 36. At this time, the shared file Z is set so as not to be shared. Further, the fixed IDs of the user terminals A11, B12, C13 received together with the shared file Z are stored in the shared user management information storage unit 37 in association with the shared file Z as shown in FIG. This is shared member information that identifies user terminals that share a shared file. The shared member information remains associated with the shared file Z thereafter.

さらに、ファイル共有情報取得部31は、上述したようにユーザ端末A11,B12,C13間でセッションが確立されたときに送信された、当該セッションを特定するセッションIDを、上記共有メンバ情報である各ユーザ端末の固定IDに付加して、各ユーザ端末A11,B12,C13を特定する動的IDとして設定し、各ユーザ端末を認証するときの基準となる認証基準情報(通信端末認証基準情報)として記憶する。例えば、図4(b)に示すように、セッションIDが「XYZ」である場合に、各ユーザ端末A11,B12,C13に対応する動的IDは、「aaaXYZ」、「bbbXYZ」、「cccXYZ」とそれぞれ設定される。   Further, the file sharing information acquisition unit 31 sets the session ID, which is transmitted when the session is established between the user terminals A11, B12, and C13 as described above, for identifying the session, as the shared member information. It is added to the fixed ID of the user terminal, set as a dynamic ID for identifying each user terminal A11, B12, C13, and as authentication reference information (communication terminal authentication reference information) that serves as a reference when authenticating each user terminal Remember. For example, as shown in FIG. 4B, when the session ID is “XYZ”, the dynamic IDs corresponding to the user terminals A11, B12, C13 are “aaaXYZ”, “bbbbXYZ”, “cccXYZ”. Are set respectively.

また、上記ユーザ認証部32(通信端末認証手段)は、上述したように各ユーザ端末A11,B12,C13に対応して設定した動的IDに基づいて、セッションを確立しているユーザ端末が共有ファイルZにアクセス可能か否かの認証を行う。具体的には、上述した接続制御サーバ2からのユーザ端末の通知に応じて、ネットワークNを介して各ユーザ端末A11,B12,C13に動的IDの入力要求を行う。そして、各ユーザ端末A11,B12,C13から送信された動的ID(通信端末認証情報)の入力を受け付けて、共有ユーザ管理情報記憶部37に記憶している動的IDと一致するか否かを調べる。これにより、セッションID「XYZ」のセッションに、共有ファイルを共有する全ての通信端末が接続されているか否かを調べることができる。そして、全ての動的IDが一致すると、共有ファイルへのアクセスを許可すべくパスワード設定部33に通知する。一方、1つでも一致しない場合や受信しない場合には、共有ファイルへのアクセスは不許可とする。   Further, the user authentication unit 32 (communication terminal authentication means) is shared by the user terminal that has established a session based on the dynamic ID set corresponding to each user terminal A11, B12, C13 as described above. It authenticates whether the file Z can be accessed. Specifically, a dynamic ID input request is made to each of the user terminals A11, B12, and C13 via the network N in response to the notification of the user terminal from the connection control server 2 described above. Whether or not the dynamic ID (communication terminal authentication information) transmitted from each of the user terminals A11, B12, and C13 is received and matches the dynamic ID stored in the shared user management information storage unit 37. Check out. Thereby, it is possible to check whether or not all communication terminals sharing the shared file are connected to the session with the session ID “XYZ”. When all the dynamic IDs match, the password setting unit 33 is notified to permit access to the shared file. On the other hand, if even one of them does not match or is not received, access to the shared file is not permitted.

また、上記パスワード設定部33(パスワード設定手段)は、上記ユーザ認証部32にて全てのユーザ端末の認証が成功した旨の通知を受けると、共有ファイルの操作を制限するためのパスワードを生成して、当該パスワードを共有ファイルに設定し、また、当該パスワードをセッションを確立している各ユーザ端末A11,B12,C13に通知する。具体的には、上述したように接続制御サーバ2から通知されたセッションの接続日時情報(例えば、接続日時が10月22日12時31分の場合に、「10221231」)、各ユーザ端末の固定ID(aaa,bbb,ccc)を用いて当該ユーザ端末のセッションの接続順序を表す接続順序情報(例えば、「aaabbbccc」)、セッションID(例えば、「XYZ」)、を組み合わせた動的なパスワード(例えば、「10221231aaabbbcccXYZ」)を生成する。これにより、セッション及び当該セッションに接続されているユーザ端末に固有のパスワードを生成する。そして、図4(c)に示すように、ファイル記憶部36に記憶されている共有ファイルに、上記パスワードを設定する。また、セッションを確立している各ユーザ端末A11,B12,C13に、生成したパスワードを通知して、共有ファイルZの共有許可を通知する。なお、上述した動的パスワードの生成方法は一例であって、これに限定されない。つまり、上記では、セッションの接続日時情報と、接続順序情報と、セッションIDと、を組み合わせて動的パスワードを生成しているが、これらのうち少なくとも1つの情報を含めることによって、セッションに固有なパスワードを生成すればよい。   In addition, when the user authentication unit 32 receives a notification that all user terminals have been successfully authenticated, the password setting unit 33 (password setting unit) generates a password for restricting the operation of the shared file. Then, the password is set in the shared file, and the password is notified to the user terminals A11, B12, and C13 that have established a session. Specifically, as described above, the connection date and time information of the session notified from the connection control server 2 (for example, “10212231” when the connection date and time is 12:31 on October 22), and fixing of each user terminal A dynamic password (a combination of connection order information (for example, “aaabbbccc”) indicating the connection order of the session of the user terminal and a session ID (for example, “XYZ”) using the ID (aaa, bbb, ccc). For example, “10221231aaabbbcccXYZ”) is generated. Thus, a password unique to the session and the user terminal connected to the session is generated. Then, as shown in FIG. 4C, the password is set in the shared file stored in the file storage unit 36. In addition, the generated password is notified to each user terminal A11, B12, C13 that has established a session, and sharing permission of the shared file Z is notified. Note that the dynamic password generation method described above is an example, and the present invention is not limited to this. That is, in the above, a dynamic password is generated by combining session connection date / time information, connection order information, and session ID, but by including at least one of these information, it is unique to the session. Just generate a password.

また、上記ファイルアクセス管理部34は、ファイル記憶部36に記憶されている共有ファイルへのユーザ端末からのアクセスを管理する。具体的には、共有ファイルにパスワードが設定されている場合には、同一のパスワードを通知してアクセスしてきたユーザ端末に対してのみ、共有ファイルの操作(読み出し、追記など)を許可し、一方、パスワードを有しないユーザ端末からのアクセスは拒否する。   The file access management unit 34 manages access from the user terminal to the shared file stored in the file storage unit 36. Specifically, when a password is set for a shared file, only the user terminals that have accessed the same password are permitted to operate the shared file (reading, appending, etc.) Access from a user terminal that does not have a password is rejected.

また、上記共有解除部(パスワード解除手段)は、接続制御サーバ2からセッション終了の通知を受けると、当該セッションを確立しているユーザ端末にて共有されている共有ファイルZに設定されているパスワードを解除すると共に、共有ファイルZを共有不可とする。つまり、ユーザ端末に配布したパスワードを無効とし、いかなる端末であっても共有ファイルZへのアクセスを不可とする。   In addition, upon receiving a session end notification from the connection control server 2, the sharing canceling unit (password canceling unit) sets the password set in the shared file Z shared by the user terminals establishing the session. And the shared file Z cannot be shared. In other words, the password distributed to the user terminal is invalidated, and access to the shared file Z is disabled at any terminal.

[動作]
次に、上記構成のファイル管理システム動作を説明する。はじめに、図5乃至図6のシーケンス図を参照して、共有ファイルをはじめて設定し、当該共有ファイルを共有するときの動作を説明する。
[Operation]
Next, the operation of the file management system configured as described above will be described. First, with reference to the sequence diagrams of FIGS. 5 to 6, an operation when setting a shared file for the first time and sharing the shared file will be described.

まず、ユーザ端末A11が保有するファイルZをユーザ端末B12とユーザ端末C13とで共通にアクセスを行いたい場合、ユーザ端末A11は、ユーザ端末B12,C13に予め付与されたユーザ識別子を付与したグループ共有指示を、接続制御サーバ2に送信する。つまり、ユーザ端末A11は、接続制御サーバ2に対して、自身であるユーザ端末A11と、ユーザ端末B12と、ユーザ端末C13とのグループセッションを確立したいことを通知する(ステップS1)。   First, when the user terminal A12 wants to access the file Z held by the user terminal A11 in common between the user terminal B12 and the user terminal C13, the user terminal A11 assigns a user identifier assigned in advance to the user terminals B12 and C13. An instruction is transmitted to the connection control server 2. That is, the user terminal A11 notifies the connection control server 2 that it is desired to establish a group session with the user terminal A11, the user terminal B12, and the user terminal C13 (step S1).

そして、ユーザ端末A11からグループ共有指示を受信した接続制御サーバ2は、ユーザ端末B12、ユーザ端末C13に対して、それぞれグループセッションを構成するすべてのユーザ端末A、B、Cの識別子を付与したグループ共有要求を送信する(ステップS2,S4)。すると、グループ共有要求を受信したユーザ端末B12、C13は、グループ共有応答を接続制御サーバ2に送信し(ステップS3,S5)、グループセッションに参加することを通知する。これにより、グループ共有応答を受信した接続制御サーバ2は、ユーザ端末A11、B12、C13との間で、グループセッションの確立を行う(ステップS6、点線参照)。本セッションは、POCやVOIPやチャットなどのコミュニケーション手段のいずれでも可能とする。   Then, the connection control server 2 that has received the group sharing instruction from the user terminal A11 assigns the identifiers of all the user terminals A, B, and C constituting the group session to the user terminal B12 and the user terminal C13, respectively. A sharing request is transmitted (steps S2 and S4). Then, the user terminals B12 and C13 that have received the group sharing request transmit a group sharing response to the connection control server 2 (steps S3 and S5), notifying that they will participate in the group session. Thereby, the connection control server 2 that has received the group sharing response establishes a group session with the user terminals A11, B12, and C13 (see step S6, dotted line). This session is possible by any communication means such as POC, VOIP, and chat.

続いて、グループセッションが確立したユーザ端末A11、B12、C13の間で、ユーザ端末A11が、ファイルZを共通にアクセスしたいユーザが正しいか否かを、このグループセッションを通して本人確認(声や映像や文字入力など)を実施する(ステップS6)。そして、コミュニケーションセッションが確立したら、接続制御サーバ2は、このセッションにおけるユーザ端末の接続順序「A→B→C」、セッションを特定する識別情報である動的なセッションID「XYZ」、接続日時を表す情報を生成し、ファイル管理サーバ3に送信する(ステップS6、セッション情報通知工程)。これらセッションに関する情報を受信したファイル管理サーバ3は、コミュニケーションセッション管理として、セッションID:XYZ、接続時間、順序の通知/管理を行う。   Subsequently, between the user terminals A11, B12, and C13 in which the group session is established, the user terminal A11 confirms the identity of the user who wants to access the file Z in common through the group session (voice, video, Character input, etc.) is performed (step S6). When the communication session is established, the connection control server 2 sets the connection order “A → B → C” of the user terminals in this session, the dynamic session ID “XYZ” that is identification information for identifying the session, and the connection date and time. The information to represent is produced | generated and transmitted to the file management server 3 (step S6, session information notification process). The file management server 3 that has received the information on the session performs notification / management of session ID: XYZ, connection time, and order as communication session management.

続いて、共有ファイルZを共有したいメンバが、同一のセッションに接続されていて正しいと判断したユーザ端末A11は、接続制御サーバ2に対して共有ファイルZを添付したファイル共有指示を送信する(ステップS7)。そして、ファイル共有指示を受信した接続制御サーバ2は、ユーザ端末A11から送付された共有ファイルと、すでに管理されたグループセッションを構成するユーザ端末A11、B12、C13に付与されたIDを付加したファイル共有指示を、ファイル管理サーバ3に送信する(ステップS8)。   Subsequently, the user terminal A11 who determines that the member who wants to share the shared file Z is connected to the same session and is correct transmits a file sharing instruction with the shared file Z attached to the connection control server 2 (step S1). S7). Upon receiving the file sharing instruction, the connection control server 2 adds the shared file sent from the user terminal A11 and the IDs assigned to the user terminals A11, B12, and C13 constituting the already managed group session. A sharing instruction is transmitted to the file management server 3 (step S8).

続いて、上記ファイル共有指示を受信したファイル管理サーバ3は、共有ファイルZのアクセス管理を行うために、グループセッションを構成するユーザ端末A11、ユーザ端末B12、ユーザ端末C13のみのアクセスを許可するための動的IDを作成すると共に(ステップS9)、共有ファイルZに対するアクセス許容状態を共有不可とする。このとき、図4(b)に示すように、共有ファイルZにアクセス可能なユーザ端末を特定する動的IDとして、各ユーザ端末の固有IDにセッションIDを付加したデータ(通信端末認証基準情報)を生成して、共有ファイルZに関連付けて記憶しておく。   Subsequently, the file management server 3 that has received the file sharing instruction permits access only to the user terminal A11, user terminal B12, and user terminal C13 constituting the group session in order to manage access to the shared file Z. Is created (step S9), and the access permission state for the shared file Z is made unshareable. At this time, as shown in FIG. 4B, data (communication terminal authentication reference information) in which a session ID is added to a unique ID of each user terminal as a dynamic ID for specifying a user terminal that can access the shared file Z Is generated and stored in association with the shared file Z.

続いて、ファイル管理サーバ3は、ユーザ端末A11、ユーザ端末B12、ユーザ端末C13に対して、ID入力指示を送信する(ステップS10,S12,S14)。すると、ID入力指示をそれぞれ受信したユーザ端末A11、B12、C13は、各自の固定IDと動的セッションID:XYZで生成された動的ID(通信端末認証情報)を付与したID入力応答を、ファイル管理サーバ3に送信する(ステップS11,S13,S15)。これらID入力応答を受信したファイル管理サーバ3は、ユーザ端末A11、ユーザ端末B12、ユーザ端末C13からそれぞれ入力された動的IDと、上記共有ファイルZに関連付けて設定した動的IDとが、全て一致するか否か認証を行う(通信端末認証工程)。   Subsequently, the file management server 3 transmits an ID input instruction to the user terminal A11, the user terminal B12, and the user terminal C13 (steps S10, S12, and S14). Then, each of the user terminals A11, B12, and C13 that received the ID input instruction receives an ID input response to which the dynamic ID (communication terminal authentication information) generated by the respective fixed ID and dynamic session ID: XYZ is given, The file is transmitted to the file management server 3 (steps S11, S13, S15). The file management server 3 that has received these ID input responses, all of the dynamic IDs input from the user terminal A11, the user terminal B12, and the user terminal C13, and the dynamic ID set in association with the shared file Z are all Authentication is performed to determine whether they match (communication terminal authentication step).

全ての動的IDが一致した場合は、接続時間、接続順序、ユーザ端末固有のID、セッションIDを用いて、動的パスワードを作成する(ステップS16)。動的パスワードは、例えば、接続時間が、10月22日12時31分、接続順序が、A→B→C順、セッションIDがXYZの場合には、「10221231aaabbbcccXYZ」とする。このように、生成されたパスワードは、セッションに関連した情報を用いているため、当該セッション中のみ有効となり、後述するように、セッション終了後はこのパスワードは無効となる。   If all the dynamic IDs match, a dynamic password is created using the connection time, connection order, ID unique to the user terminal, and session ID (step S16). For example, if the connection time is 12:31 on October 22nd, the connection order is A → B → C, and the session ID is XYZ, the dynamic password is “10221231 aaabbbcccXYZ”. Thus, since the generated password uses information related to the session, it is valid only during the session, and this password becomes invalid after the session ends, as will be described later.

続いて、ファイル管理サーバ3は、上記生成したパスワードを、図4(c)に示すように、共有ファイルZの操作を制限するパスワードとして当該共有ファイルZに設定し、共有ファイルZのアクセス許容状態を共有中とする(ステップS17)。また、ファイル管理サーバ3は、ユーザ端末A11、B12、C13に対して、上記生成したパスワードと共に、共有ファイルZの共有許可通知を送信し(ステップS18,S19,S20)、共有ファイルZへのアクセス及び操作が可能であることを通知する(パスワード設定工程)。   Subsequently, the file management server 3 sets the generated password in the shared file Z as a password for restricting the operation of the shared file Z as shown in FIG. Is being shared (step S17). Further, the file management server 3 transmits a share permission notification of the shared file Z together with the generated password to the user terminals A11, B12, and C13 (steps S18, S19, and S20), and accesses the shared file Z. And that the operation is possible (password setting step).

その後、ファイル管理サーバ3は、ユーザ端末A11、B12、C13から、上記共有ファイルZへのアクセス要求時に、上記動的パスワード「10221231aaabbbcccXYZ」を受信すると、各ユーザ端末に共有ファイルZの操作を許可する(ステップS21)。   Thereafter, when the file management server 3 receives the dynamic password “102212231aaabbbccccXYZ” at the time of an access request to the shared file Z from the user terminals A11, B12, and C13, the file management server 3 permits each user terminal to operate the shared file Z. (Step S21).

その後、グループセッションの終了をユーザ端末A11が希望する場合には、当該ユーザ端末A11は、接続制御サーバ2に対してグループ共有終了指示を送信する(ステップS22)。このグループ共有終了指示を受信した接続制御サーバ2は、ユーザ端末B12、C13に対してグループ共有終了要求を送信する(ステップS23,S25)。そして、グループ共有終了要求を受信したユーザ端末B12、C13は、グループセッションの終了を許諾し、接続制御サーバ2に対してグループ共有終了応答を送信する(ステップS24,S26)。このようにして、グループ共有終了応答をすべて受信した接続制御サーバ2は、グループセッション中の状態をクリア、つまり、セッションを終了する(ステップS27)。   Thereafter, when the user terminal A11 desires to end the group session, the user terminal A11 transmits a group sharing end instruction to the connection control server 2 (step S22). The connection control server 2 that has received this group sharing end instruction transmits a group sharing end request to the user terminals B12 and C13 (steps S23 and S25). The user terminals B12 and C13 that have received the group sharing end request permit the end of the group session and transmit a group sharing end response to the connection control server 2 (steps S24 and S26). In this way, the connection control server 2 that has received all the group sharing end responses clears the state during the group session, that is, ends the session (step S27).

また、接続制御サーバ2は、一旦、共有ファイルZのアクセスを未許可にするために、ファイル共有停止指示をファイル管理サーバ3に送信する(ステップS28)。ファイル共有停止指示を受信したファイル管理サーバ3は、共有ファイルZのすべてのユーザからのアクセスを未許可にし、また、共有ファイルZに設定されているパスワードを無効にする(ステップS29)。   Further, the connection control server 2 once transmits a file sharing stop instruction to the file management server 3 in order to deny access to the shared file Z (step S28). The file management server 3 that has received the file sharing stop instruction disables access from all users of the shared file Z, and invalidates the password set in the shared file Z (step S29).

次に、上述したように、すでに一度ファイル共有を実施し、その後グループセッションを終了後に(ステップS100)、再度、共有ファイルZへのアクセスを実施する場合の動作を、図7乃至図9を参照して説明する。   Next, as described above, with reference to FIG. 7 to FIG. 9, the operation when the file sharing is already performed once and then the group session is ended (step S <b> 100) and access to the shared file Z is performed again. To explain.

まず、ユーザ端末A11が、再度共有ファイルZをユーザ端末B12とユーザ端末C13とで共通にアクセスを行いたい場合には、上述同様に、ユーザ端末A11は、ユーザ端末B12,C13に予め付与されたユーザ識別子を付与したグループ共有指示を、接続制御サーバ2に送信する。つまり、ユーザ端末A11は、接続制御サーバ2に対して、自身であるユーザ端末A11と、ユーザ端末B12と、ユーザ端末C13とのグループセッションを確立したいことを通知する(ステップS101)。   First, when the user terminal A11 wants to access the shared file Z again in common between the user terminal B12 and the user terminal C13, the user terminal A11 is given in advance to the user terminals B12 and C13 as described above. The group sharing instruction with the user identifier is transmitted to the connection control server 2. That is, the user terminal A11 notifies the connection control server 2 that it is desired to establish a group session with the user terminal A11, the user terminal B12, and the user terminal C13 (step S101).

そして、ユーザ端末A11からグループ共有指示を受信した接続制御サーバ2は、ユーザ端末B12、ユーザ端末C13に対して、それぞれグループセッションを構成するすべてのユーザ端末A、B、Cの識別子を付与したグループ共有要求を送信する(ステップS102,S104)。すると、グループ共有要求を受信したユーザ端末B12、C13は、グループ共有応答を接続制御サーバ2に送信し(ステップS103,S105)、グループセッションに参加することを通知する。これにより、グループ共有応答を受信した接続制御サーバ2は、ユーザ端末A11、B12、C13との間で、グループセッションの確立を行う(ステップS106、点線参照)。   Then, the connection control server 2 that has received the group sharing instruction from the user terminal A11 assigns the identifiers of all the user terminals A, B, and C constituting the group session to the user terminal B12 and the user terminal C13, respectively. A sharing request is transmitted (steps S102 and S104). Then, the user terminals B12 and C13 that have received the group sharing request transmit a group sharing response to the connection control server 2 (steps S103 and S105) and notify that they will participate in the group session. Thereby, the connection control server 2 that has received the group sharing response establishes a group session with the user terminals A11, B12, and C13 (see step S106, dotted line).

続いて、グループセッションが確立したユーザ端末A11、B12、C13の間で、ユーザ端末A11がファイルZを共通にアクセスしたいユーザが正しいか否かを、このグループセッションを通して本人確認(声や映像や文字入力など)を実施する(ステップS106)。そして、コミュニケーションセッションが確立したら、接続制御サーバ2は、このセッションにおけるユーザ端末の接続順序「A→B→C」、セッションを特定する識別情報である動的なセッションID「LMN」、接続日時を表す情報を生成し、ファイル管理サーバ3に送信する(ステップS106、セッション情報通知工程)。このとき、セッションIDや接続日時を表す情報は、上述した図5及び図6の例とは異なる。   Subsequently, whether or not the user terminal A11 wants to access the file Z in common between the user terminals A11, B12, and C13 with which the group session has been established is confirmed through this group session (voice, video, text, etc.). Input) (step S106). When the communication session is established, the connection control server 2 sets the connection order “A → B → C” of the user terminals in this session, the dynamic session ID “LMN” which is identification information for identifying the session, the connection date and time. Information to be expressed is generated and transmitted to the file management server 3 (step S106, session information notification step). At this time, the information indicating the session ID and the connection date / time is different from the examples of FIGS. 5 and 6 described above.

続いて、共有ファイルZを共有したいメンバが、同一のセッションに接続されていて正しいと判断したユーザ端末A11は、接続制御サーバ2に対してすでにファイル管理サーバ3に登録されている共有ファイルZを指定したファイル共有指示を送信する(ステップS107)。そして、ファイル共有指示を受信した接続制御サーバ2は、ユーザ端末A11から送付された共有ファイルの指定と、すでに管理されたグループセッションを構成するユーザ端末A11、B12、C13に付与されたIDを付加したファイル共有指示を、ファイル管理サーバ3に送信する(ステップS108)。   Subsequently, the user terminal A11 that determines that the member who wants to share the shared file Z is connected to the same session and is correct is connected to the connection control server 2 with the shared file Z already registered in the file management server 3. The designated file sharing instruction is transmitted (step S107). Then, the connection control server 2 that has received the file sharing instruction specifies the shared file sent from the user terminal A11 and adds the IDs assigned to the user terminals A11, B12, and C13 constituting the already managed group session. The file sharing instruction is transmitted to the file management server 3 (step S108).

続いて、上記ファイル共有指示を受信したファイル管理サーバ3は、共有ファイルZのアクセス管理を行うために、グループセッションを構成するユーザ端末A11、ユーザ端末B12、ユーザ端末C13のみのアクセスを許可するための動的IDを作成すると共に(ステップS109)、共有ファイルZに対するアクセス許容状態を共有不可とする。このとき、図7(a)に示すように、共有ファイルZを共有することが可能なユーザ端末の固定IDが当該共有ファイルZに関連付けられて既に記憶されているが、これに対して上記とは異なるセッションID「LMN」を付加した動的IDを生成し、図7(b)に示すように、共有ファイルZに関連付けて記憶しておく。このように、本例における動的IDは、上述した前回のセッション時のときとは異なる。   Subsequently, the file management server 3 that has received the file sharing instruction permits access only to the user terminal A11, user terminal B12, and user terminal C13 constituting the group session in order to manage access to the shared file Z. Is created (step S109), and the access permission state for the shared file Z is made unshareable. At this time, as shown in FIG. 7A, the fixed ID of the user terminal capable of sharing the shared file Z is already stored in association with the shared file Z. Generates a dynamic ID to which a different session ID “LMN” is added, and stores it in association with the shared file Z as shown in FIG. Thus, the dynamic ID in this example is different from that in the previous session described above.

続いて、ファイル管理サーバ3は、ユーザ端末A11、ユーザ端末B12、ユーザ端末C13に対して、ID入力指示を送信する(ステップS110,S112,S114)。すると、ID入力指示をそれぞれ受信したユーザ端末A11、B12、C13は、各自の固定IDと動的セッションID:LMNで生成された動的IDを付与したID入力応答を、ファイル管理サーバ3に送信する(ステップS111,S113,S115)。これらID入力応答を受信したファイル管理サーバ3は、ユーザ端末A11、ユーザ端末B12、ユーザ端末C13からそれぞれ入力された動的IDと、上記共有ファイルZに関連付けて設定した動的IDとが、全て一致するか否か認証を行う(通信端末認証工程)。   Subsequently, the file management server 3 transmits an ID input instruction to the user terminal A11, the user terminal B12, and the user terminal C13 (steps S110, S112, and S114). Then, each of the user terminals A11, B12, and C13 that has received the ID input instruction transmits an ID input response to which the dynamic ID generated by the respective fixed ID and dynamic session ID: LMN is given to the file management server 3. (Steps S111, S113, S115). The file management server 3 that has received these ID input responses, all of the dynamic IDs input from the user terminal A11, the user terminal B12, and the user terminal C13, and the dynamic ID set in association with the shared file Z are all Authentication is performed to determine whether they match (communication terminal authentication step).

全ての動的IDが一致した場合は、接続時間、接続順序、ユーザ端末固有のID、セッションIDを用いて、動的パスワードを作成する(ステップS116)。今回は、接続時間が、10月22日14時24分、接続順序が、A→B→C順、セッションIDがLMNであり、前回のセッション確立とは接続時間とセッションIDとが異なるため、「10221424aaabbbcccLMN」と、異なるパスワードが生成される。   If all dynamic IDs match, a dynamic password is created using the connection time, connection order, ID unique to the user terminal, and session ID (step S116). This time, the connection time is October 22, 14:24, the connection order is A → B → C, the session ID is LMN, and the connection time and session ID are different from the previous session establishment. A password different from “10221424aaabbcccLMN” is generated.

続いて、ファイル管理サーバ3は、上記生成したパスワードを、図4(c)に示すように、共有ファイルZの操作を制限するパスワードとして当該共有ファイルZに設定し、共有ファイルZのアクセス許容状態を共有中とする(ステップS117)。また、ファイル管理サーバ3は、ユーザ端末A11、B12、C13に対して、上記生成したパスワードと共に、共有ファイルZの共有許可通知を送信し(ステップS118,S119,S120)、共有ファイルZへのアクセス及び操作が可能であることを通知する(パスワード設定工程)。   Subsequently, the file management server 3 sets the generated password in the shared file Z as a password for restricting the operation of the shared file Z as shown in FIG. Is being shared (step S117). In addition, the file management server 3 transmits a share permission notification of the shared file Z together with the generated password to the user terminals A11, B12, and C13 (steps S118, S119, and S120), and accesses the shared file Z. And that the operation is possible (password setting step).

その後、ファイル管理サーバ3は、ユーザ端末A11、B12、C13から、上記共有ファイルZへのアクセス要求時に、上記動的パスワード「10221424aaabbbcccLMNを受信すると、各ユーザ端末に共有ファイルZの操作を許可する(ステップS121)。   After that, when the file management server 3 receives the dynamic password “10221424aaabbbcccLMN when requesting access to the shared file Z from the user terminals A11, B12, and C13, the file management server 3 permits each user terminal to operate the shared file Z ( Step S121).

その後、グループセッションの終了をユーザ端末A11が希望する場合には、当該ユーザ端末A11は、接続制御サーバ2に対してグループ共有終了指示を送信する(ステップS122)。このグループ共有終了指示を受信した接続制御サーバ2は、ユーザ端末B12、C13に対してグループ共有終了要求を送信する(ステップS123,S125)。そして、グループ共有終了要求を受信したユーザ端末B12、C13は、グループセッションの終了を許諾し、接続制御サーバ2に対してグループ共有終了応答を送信する(ステップS124,S126)。このようにして、グループ共有終了応答をすべて受信した接続制御サーバ2は、グループセッション中の状態をクリア、つまり、セッションを終了する(ステップS127)。また、接続制御サーバ2は、一旦、共有ファイルZのアクセスを未許可にするために、ファイル共有停止指示をファイル管理サーバ3に送信する(ステップS128)。ファイル共有停止指示を受信したファイル管理サーバ3は、共有ファイルZのすべてのユーザからのアクセスを未許可にし、また、共有ファイルZに設定されているパスワードを無効にする(ステップS129)。   Thereafter, when the user terminal A11 wishes to end the group session, the user terminal A11 transmits a group sharing end instruction to the connection control server 2 (step S122). The connection control server 2 that has received this group sharing end instruction transmits a group sharing end request to the user terminals B12 and C13 (steps S123 and S125). The user terminals B12 and C13 that have received the group sharing end request permit the end of the group session and transmit a group sharing end response to the connection control server 2 (steps S124 and S126). In this way, the connection control server 2 that has received all the group sharing end responses clears the state during the group session, that is, ends the session (step S127). Further, the connection control server 2 once transmits a file sharing stop instruction to the file management server 3 in order to deny access to the shared file Z (step S128). Receiving the file sharing stop instruction, the file management server 3 disables access from all users of the shared file Z, and invalidates the password set in the shared file Z (step S129).

次に、上述したように、すでに一度ファイル共有を実施し、その後グループセッションを終了後に(ステップS200)、ユーザ端末C13の許可なしに、再度、共有ファイルZへのアクセスを実施する場合の動作を、図10乃至図12を参照して説明する。   Next, as described above, after performing the file sharing once and then ending the group session (step S200), the operation when the access to the shared file Z is performed again without the permission of the user terminal C13 is performed. This will be described with reference to FIGS.

まず、ユーザ端末A11が、再度共有ファイルZをユーザ端末B12とユーザ端末C13とで共通にアクセスを行いたい場合には、上述同様に、ユーザ端末A11は、ユーザ端末B12,C13に予め付与されたユーザ識別子を付与したグループ共有指示を、接続制御サーバ2に送信する。つまり、ユーザ端末A11は、接続制御サーバ2に対して、自身であるユーザ端末A11と、ユーザ端末B12と、ユーザ端末C13とのグループセッションを確立したいことを通知する(ステップS201)。   First, when the user terminal A11 wants to access the shared file Z again in common between the user terminal B12 and the user terminal C13, the user terminal A11 is given in advance to the user terminals B12 and C13 as described above. The group sharing instruction with the user identifier is transmitted to the connection control server 2. That is, the user terminal A11 notifies the connection control server 2 that it wants to establish a group session with the user terminal A11, the user terminal B12, and the user terminal C13 (step S201).

そして、ユーザ端末A11からグループ共有指示を受信した接続制御サーバ2は、ユーザ端末B12、ユーザ端末C13に対して、それぞれグループセッションを構成するすべてのユーザ端末A、B、Cの識別子を付与したグループ共有要求を送信する(ステップS202,S204)。このとき、グループ共有要求を受信したユーザ端末B12は、グループ共有応答を接続制御サーバ2に送信し(ステップS203)、グループセッションに参加することを通知する。一方、グループ共有要求を受信したユーザ端末C13は、グループセッションの形成を拒否することから、グループ共有応答を送信しない(ステップS205)。すると、接続制御サーバ2は、ユーザ端末A11、B12、との間のみでグループセッションの確立を行う(ステップS206、点線参照)。   Then, the connection control server 2 that has received the group sharing instruction from the user terminal A11 assigns the identifiers of all the user terminals A, B, and C constituting the group session to the user terminal B12 and the user terminal C13, respectively. A sharing request is transmitted (steps S202 and S204). At this time, the user terminal B12 that has received the group sharing request transmits a group sharing response to the connection control server 2 (step S203), notifying that it will participate in the group session. On the other hand, the user terminal C13 that has received the group sharing request refuses to form a group session, and therefore does not transmit a group sharing response (step S205). Then, the connection control server 2 establishes a group session only with the user terminals A11 and B12 (see step S206, dotted line).

続いて、グループセッションが確立したユーザ端末A11、B12の間で、ユーザ端末A11がファイルZを共通にアクセスしたいユーザが正しいか否かを、このグループセッションを通して本人確認(声や映像や文字入力など)を実施する(ステップS206)。そして、コミュニケーションセッションが確立したら、接続制御サーバ2は、このセッションにおけるユーザ端末の接続順序「A→B」、セッションを特定する識別情報である動的なセッションID「OPQ」、接続日時を表す情報を生成し、ファイル管理サーバ3に送信する(ステップS206、セッション情報通知工程)。このとき、セッションIDや接続日時を表す情報は、上述した例とは異なる。   Subsequently, whether or not the user terminal A11 wants to access the file Z in common between the user terminals A11 and B12 with which the group session has been established is confirmed through this group session (voice, video, character input, etc.). ) Is executed (step S206). When the communication session is established, the connection control server 2 determines the connection order “A → B” of the user terminals in this session, the dynamic session ID “OPQ” which is identification information for identifying the session, and information indicating the connection date and time. Is transmitted to the file management server 3 (step S206, session information notification step). At this time, the information indicating the session ID and the connection date / time is different from the example described above.

続いて、共有ファイルZを共有したいメンバが、同一のセッションに接続されていて正しいと判断したユーザ端末A11は、接続制御サーバ2に対してすでにファイル管理サーバ3に登録されている共有ファイルZを指定したファイル共有指示を送信する(ステップS207)。そして、ファイル共有指示を受信した接続制御サーバ2は、ユーザ端末A11から送付された共有ファイルの指定と、すでに管理されたグループセッションを構成するユーザ端末A11、B12に付与されたIDを付加したファイル共有指示を、ファイル管理サーバ3に送信する(ステップS208)。   Subsequently, the user terminal A11 that determines that the member who wants to share the shared file Z is connected to the same session and is correct is connected to the connection control server 2 with the shared file Z already registered in the file management server 3. The designated file sharing instruction is transmitted (step S207). Upon receiving the file sharing instruction, the connection control server 2 designates the shared file sent from the user terminal A11 and adds the IDs assigned to the user terminals A11 and B12 constituting the already managed group session. A sharing instruction is transmitted to the file management server 3 (step S208).

続いて、上記ファイル共有指示を受信したファイル管理サーバ3は、共有ファイルZのアクセス管理を行うために、グループセッションを構成するユーザ端末A11、ユーザ端末B12のみのアクセスを許可するための動的IDを作成すると共に(ステップS209)、共有ファイルZに対するアクセス許容状態を共有不可とする。このとき、図10(a)に示すように、共有ファイルZを共有することが可能なユーザ端末の固定IDが当該共有ファイルZに関連付けられて既に記憶されているが、これに対して上記とは異なるセッションID「OPQ」を付加した動的IDを生成し、図10(b)に示すように、共有ファイルZに関連付けて記憶しておく。但し、この場合に、ユーザ端末C13については、上述したようにグループセッションに接続されていないため、動的IDは生成されず、記憶されない。   Subsequently, the file management server 3 that has received the file sharing instruction performs dynamic ID for permitting access only to the user terminal A11 and the user terminal B12 constituting the group session in order to perform access management of the shared file Z. Is created (step S209), and the access permission state for the shared file Z is made unshareable. At this time, as shown in FIG. 10A, the fixed ID of the user terminal capable of sharing the shared file Z is already stored in association with the shared file Z. Generates a dynamic ID to which a different session ID “OPQ” is added, and stores it in association with the shared file Z as shown in FIG. However, in this case, since the user terminal C13 is not connected to the group session as described above, the dynamic ID is not generated and stored.

続いて、ファイル管理サーバ3は、グループセッションを確立しているユーザ端末A11、ユーザ端末B12に対して、ID入力指示を送信する(ステップS210,S212)。すると、ID入力指示をそれぞれ受信したユーザ端末A11、B12は、各自の固定IDと動的セッションID:OPQで生成された動的IDを付与したID入力応答を、ファイル管理サーバ3に送信する(ステップS211,S213)。これらID入力応答を受信したファイル管理サーバ3は、ユーザ端末A11、ユーザ端末B12からそれぞれ入力された動的IDと、上記共有ファイルZに関連付けて設定した動的IDとが、全て一致するか否か認証を行う(通信端末認証工程)。すると、この例の場合には、ユーザ端末C13のID入力応答がないことから、設定された動的IDと不一致と判断し、アクセス許容状態未許可のままとする。そして、ユーザ端末A12、B12に対して、ファイル共有未許可通知を送付し(ステップS214,S215)、共有ファイルZへのアクセスを許可しない。   Subsequently, the file management server 3 transmits an ID input instruction to the user terminals A11 and B12 that have established a group session (steps S210 and S212). Then, each of the user terminals A11 and B12 receiving the ID input instruction transmits an ID input response to which the fixed ID and the dynamic session ID: dynamic ID generated by OPQ are added to the file management server 3 ( Steps S211, S213). The file management server 3 that has received these ID input responses determines whether or not the dynamic IDs respectively input from the user terminal A11 and the user terminal B12 match the dynamic ID set in association with the shared file Z. Authentication is performed (communication terminal authentication step). Then, in the case of this example, since there is no ID input response from the user terminal C13, it is determined that it does not match the set dynamic ID, and the access permission state remains unpermitted. Then, a file sharing non-permission notice is sent to the user terminals A12 and B12 (steps S214 and S215), and access to the shared file Z is not permitted.

その後は、ユーザ端末A11は、接続制御サーバ2に対してグループ共有終了指示を送信する(ステップS216)。このグループ共有終了指示を受信した接続制御サーバ2は、ユーザ端末B12に対してグループ共有終了要求を送信する(ステップS217)。そして、グループ共有終了要求を受信したユーザ端末B12は、グループセッションの終了を許諾し、接続制御サーバ2に対してグループ共有終了応答を送信する(ステップS218)。このようにして、グループ共有終了応答を受信した接続制御サーバ2は、グループセッション中の状態をクリア、つまり、セッションを終了する(ステップS219)。   Thereafter, the user terminal A11 transmits a group sharing end instruction to the connection control server 2 (step S216). The connection control server 2 that has received this group sharing end instruction transmits a group sharing end request to the user terminal B12 (step S217). The user terminal B12 that has received the group sharing end request permits the end of the group session, and transmits a group sharing end response to the connection control server 2 (step S218). In this way, the connection control server 2 that has received the group sharing end response clears the state during the group session, that is, ends the session (step S219).

次に、上述したように、すでに一度ファイル共有を実施し、その後グループセッションを終了後に(ステップS300)、再度、共有ファイルZへのアクセスを実施する場合に、ユーザ端末Cに成りすましたユーザ端末D14がグループセッションに参加した場合の動作を、図13を参照して説明する。   Next, as described above, when the file sharing has already been performed once and then the group session is ended (step S300), when the access to the shared file Z is performed again, the user terminal D14 pretending to be the user terminal C The operation when the user joins the group session will be described with reference to FIG.

まず、ユーザ端末A11が、再度共有ファイルZをユーザ端末B12とユーザ端末C13とで共通にアクセスを行いたい場合には、上述同様に、ユーザ端末A11は、ユーザ端末B12,C13に予め付与されたユーザ識別子を付与したグループ共有指示を、接続制御サーバ2に送信する。つまり、ユーザ端末A11は、接続制御サーバ2に対して、自身であるユーザ端末A11と、ユーザ端末B12と、ユーザ端末C13とのグループセッションを確立したいことを通知する(ステップS301)。   First, when the user terminal A11 wants to access the shared file Z again in common between the user terminal B12 and the user terminal C13, the user terminal A11 is given in advance to the user terminals B12 and C13 as described above. The group sharing instruction with the user identifier is transmitted to the connection control server 2. That is, the user terminal A11 notifies the connection control server 2 that it is desired to establish a group session with the user terminal A11, the user terminal B12, and the user terminal C13 (step S301).

そして、ユーザ端末A11からグループ共有指示を受信した接続制御サーバ2は、ユーザ端末B12、ユーザ端末C13に対して、それぞれグループセッションを構成するすべてのユーザ端末A、B、Cの識別子を付与したグループ共有要求を送信する(ステップS302,S304)。ところが、本例では、ユーザ端末C13に送信したはずのグループ共有要求は、当該ユーザ端末C13に成りすましたユーザ端末D14に送信されることとなる(ステップS304)。   Then, the connection control server 2 that has received the group sharing instruction from the user terminal A11 assigns the identifiers of all the user terminals A, B, and C constituting the group session to the user terminal B12 and the user terminal C13, respectively. A sharing request is transmitted (steps S302 and S304). However, in this example, the group sharing request that should have been transmitted to the user terminal C13 is transmitted to the user terminal D14 impersonating the user terminal C13 (step S304).

そして、グループ共有要求を受信したユーザ端末B12,D14は、グループ共有応答を接続制御サーバ2に送信し(ステップS303,S305)、グループセッションに参加することを通知する。すると、接続制御サーバ2は、ユーザ端末A11、B12、D14との間で、グループセッションの確立を行う(ステップS306、点線参照)。   Then, the user terminals B12 and D14 that have received the group sharing request transmit a group sharing response to the connection control server 2 (steps S303 and S305) and notify that they will participate in the group session. Then, the connection control server 2 establishes a group session with the user terminals A11, B12, and D14 (see step S306, dotted line).

続いて、グループセッションが確立したユーザ端末A11、B12、D14の間で、ユーザ端末A11がファイルZを共通にアクセスしたいユーザが正しいか否かを、このグループセッションを通して本人確認(声や映像や文字入力など)を実施する(ステップS306)。ところが、本例では、ユーザ端末D14が共有を希望するユーザ端末C13でないため、ユーザ端末A11は、直ちにグループセッションの終了を行うために、接続制御サーバ2に対してグループ共有終了指示を送信する(ステップS307)。このグループ共有終了指示を受信した接続制御サーバ2は、ユーザ端末B12、D14に対してグループ共有終了要求を送信する(ステップS308、S310)。そして、グループ共有終了要求を受信したユーザ端末B12、D14は、グループセッションの終了を許諾し、接続制御サーバ2に対してグループ共有終了応答を送信する(ステップS309、S311)。このようにして、グループ共有終了応答を受信した接続制御サーバ2は、グループセッション中の状態をクリア、つまり、セッションを終了する(ステップS312)。   Subsequently, whether or not the user terminal A11 wishes to access the file Z in common among the user terminals A11, B12, and D14 with which the group session has been established is confirmed through this group session (voice, video, and text). Input, etc.) is performed (step S306). However, in this example, since the user terminal D14 is not the user terminal C13 that desires sharing, the user terminal A11 transmits a group sharing end instruction to the connection control server 2 in order to immediately end the group session ( Step S307). The connection control server 2 that has received this group sharing end instruction transmits a group sharing end request to the user terminals B12 and D14 (steps S308 and S310). The user terminals B12 and D14 that have received the group sharing end request permit the end of the group session and transmit a group sharing end response to the connection control server 2 (steps S309 and S311). In this way, the connection control server 2 that has received the group sharing end response clears the state during the group session, that is, ends the session (step S312).

以上のように、本発明では、共有ファイルを共有するよう予め設定された共有メンバ全員が、共通の通信状態を有する場合にのみ共有ファイルへのアクセスが可能となる。その結果、ファイルアクセスのセキュリティの向上を図ることができる。   As described above, according to the present invention, it is possible to access a shared file only when all the sharing members preset to share the shared file have a common communication state. As a result, file access security can be improved.

また、共通のセッションにて接続されているユーザ端末のみが、当該セッションの内容に対応して生成された動的なパスワードに基づいて共有ファイルにアクセス可能となるため、第三者の不正アクセスを有効に抑制することができる。特に、セッションが切断されるとパスワードが無効となるため、仮にパスワードが盗まれた場合であっても、セッションを切断することで共有ファイルへのアクセスを防止できる。   In addition, since only user terminals connected in a common session can access a shared file based on a dynamic password generated corresponding to the contents of the session, unauthorized access by a third party can be prevented. It can be effectively suppressed. In particular, since the password becomes invalid when the session is disconnected, even if the password is stolen, access to the shared file can be prevented by disconnecting the session.

本発明は、高度なセキュリティを要するファイル(映像や画像、文書ファイルなど)を、複数人でアクセス、閲覧、変更など共有することを可能とするシステムに適用可能であり、産業上の利用可能性を有する。   INDUSTRIAL APPLICABILITY The present invention can be applied to a system that enables sharing of a file (video, image, document file, etc.) that requires a high degree of security, such as access, browsing, and modification by a plurality of people. Have

ファイル管理システムの構成を示すブロック図である。It is a block diagram which shows the structure of a file management system. 接続制御サーバの構成を示す機能ブロック図である。It is a functional block diagram which shows the structure of a connection control server. ファイル管理サーバの構成を示す機能ブロック図である。It is a functional block diagram which shows the structure of a file management server. 共有ファイルの管理状況の一例を説明するための図である。It is a figure for demonstrating an example of the management situation of a shared file. ファイル管理システムの動作の一例を示すシーケンス図である。It is a sequence diagram which shows an example of operation | movement of a file management system. ファイル管理システムの動作の一例を示すシーケンス図であり、図5の続きを示す。FIG. 6 is a sequence diagram showing an example of the operation of the file management system, showing the continuation of FIG. 5. 共有ファイルの管理状況の一例を説明するための図である。It is a figure for demonstrating an example of the management situation of a shared file. ファイル管理システムの動作の一例を示すシーケンス図である。It is a sequence diagram which shows an example of operation | movement of a file management system. ファイル管理システムの動作の一例を示すシーケンス図であり、図5の続きを示す。FIG. 6 is a sequence diagram showing an example of the operation of the file management system, showing the continuation of FIG. 5. 共有ファイルの管理状況の一例を説明するための図である。It is a figure for demonstrating an example of the management situation of a shared file. ファイル管理システムの動作の一例を示すシーケンス図である。It is a sequence diagram which shows an example of operation | movement of a file management system. ファイル管理システムの動作の一例を示すシーケンス図であり、図5の続きを示す。FIG. 6 is a sequence diagram showing an example of the operation of the file management system, showing the continuation of FIG. 5. ファイル管理システムの動作の一例を示すシーケンス図である。It is a sequence diagram which shows an example of operation | movement of a file management system.

符号の説明Explanation of symbols

2 接続制御サーバ
3 ファイル管理サーバ
11 ユーザ端末A
12 ユーザ端末B
13 ユーザ端末C
14 ユーザ端末D
21 セッション制御部
22 セッション情報通知部
31 ファイル共有情報取得部
32 ユーザ認証部
33 パスワード設定部
34 ファイルアクセス管理部
35 共有解除部
36 ファイル記憶部
37 共有ユーザ管理情報記憶部
2 Connection control server 3 File management server 11 User terminal A
12 User terminal B
13 User terminal C
14 User terminal D
21 Session control unit 22 Session information notification unit 31 File share information acquisition unit 32 User authentication unit 33 Password setting unit 34 File access management unit 35 Share release unit 36 File storage unit 37 Shared user management information storage unit

Claims (16)

通信端末間の接続制御を行う接続制御装置と、この接続制御装置にネットワークを介して接続され前記通信端末にて共有される共有ファイルを記憶して管理するファイル管理装置と、を備えたファイル管理システムであって、
前記接続制御装置は、前記通信端末間で確立されたセッションを特定するセッション情報を前記ファイル管理装置に通知するセッション情報通知手段を備え、
前記ファイル管理装置は、
前記共有ファイルを共有する前記通信端末を特定する共有メンバ情報を記憶すると共に、
前記共有メンバ情報に基づいて前記共有ファイルの共有メンバである全ての前記通信端末にて、前記接続制御装置から通知された前記セッション情報にて特定されるセッションが確立されているか否かを前記通信端末に対して問い合わせて判断し、全ての前記通信端末にてセッションが確立されていると判断した場合に当該通信端末による前記共有ファイルへのアクセスを許可する通信端末認証手段を備えた、
ことを特徴とするファイル管理システム。
A file management device comprising: a connection control device for controlling connection between communication terminals; and a file management device for storing and managing a shared file connected to the connection control device via a network and shared by the communication terminals. A system,
The connection control device comprises session information notification means for notifying the file management device of session information for specifying a session established between the communication terminals,
The file management device includes:
Storing shared member information for identifying the communication terminal sharing the shared file;
Whether or not a session specified by the session information notified from the connection control device has been established in all the communication terminals that are shared members of the shared file based on the shared member information. Inquiring to the terminal and determining, provided with a communication terminal authentication means that permits access to the shared file by the communication terminal when it is determined that a session is established in all the communication terminals,
A file management system characterized by that.
前記ファイル管理装置が有する前記通信端末認証手段は、前記セッションが確立している通信端末から当該通信端末を特定する情報及び当該セッションを特定する情報を含む通信端末認証情報を取得し、当該通信端末認証情報と、前記共有メンバ情報と、前記接続制御装置から通知された前記セッション情報と、に基づいて全ての前記通信端末にてセッションが確立されているか否かを判断する、
ことを特徴とする請求項1記載のファイル管理システム。
The communication terminal authentication means included in the file management apparatus acquires communication terminal authentication information including information specifying the communication terminal and information specifying the session from the communication terminal where the session is established, and the communication terminal Determining whether or not a session is established in all the communication terminals based on the authentication information, the shared member information, and the session information notified from the connection control device;
The file management system according to claim 1.
前記ファイル管理装置が有する前記通信端末認証手段は、前記共有メンバ情報に前記接続制御装置から通知された前記セッション情報を付加して通信端末認証基準情報を生成し、この通信端末認証基準情報と、前記通信端末から取得した前記通信端末認証情報と、に基づいて、全ての前記通信端末にてセッションが確立されているか否かを判断する、
ことを特徴とする請求項2記載のファイル管理システム。
The communication terminal authentication means included in the file management device generates communication terminal authentication reference information by adding the session information notified from the connection control device to the shared member information, and the communication terminal authentication reference information; Based on the communication terminal authentication information acquired from the communication terminal, it is determined whether a session is established in all the communication terminals,
The file management system according to claim 2, wherein:
前記ファイル管理装置は、前記接続制御装置から取得した前記セッション情報に基づいてパスワードを生成し、当該パスワードを前記共有ファイルの操作を制限するパスワードとして設定し、当該パスワードを前記セッション情報にて特定されるセッションにて接続されている前記通信端末に通知するパスワード設定手段を備えた、
ことを特徴とする請求項1,2又は3記載のファイル管理システム。
The file management device generates a password based on the session information acquired from the connection control device, sets the password as a password that restricts the operation of the shared file, and the password is specified by the session information. Password setting means for notifying the communication terminal connected in a session
The file management system according to claim 1, 2 or 3.
前記接続制御装置が有する前記セッション情報通知手段は、前記通信端末間で確立しているセッションが終了したときに、その旨を前記ファイル管理装置に通知し、
前記ファイル管理装置は、前記接続制御装置からセッション終了の通知を受けたときに、前記パスワード設定手段にて前記共有ファイルに設定した前記パスワードを無効にするパスワード解除手段を備えた、
ことを特徴とする請求項4記載のファイル管理システム。
The session information notification means of the connection control device notifies the file management device to that effect when a session established between the communication terminals is terminated,
The file management device includes password release means for invalidating the password set in the shared file by the password setting means when receiving a notification of session termination from the connection control device.
The file management system according to claim 4, wherein:
前記セッション情報は、前記セッションを確立するときにおける前記通信端末の接続順序を表す接続順序情報及び当該セッションの接続日時情報のうち、少なくとも1つの情報を含む、
ことを特徴とする請求項4又は5記載のファイル管理システム。
The session information includes at least one information among connection order information indicating a connection order of the communication terminals when establishing the session and connection date and time information of the session.
The file management system according to claim 4 or 5, wherein
通信端末間の接続制御を行う接続制御装置と、この接続制御装置にネットワークを介して接続され前記通信端末にて共有される共有ファイルを記憶して管理するファイル管理装置と、を備えたファイル管理システムであって、
前記接続制御装置は、前記通信端末間で確立されたセッションを特定するセッション情報を前記ファイル管理装置に通知するセッション情報通知手段を備え、
前記ファイル管理装置は、前記接続制御装置から取得した前記セッション情報に基づいてパスワードを生成し、当該パスワードを前記共有ファイルの操作を制限するパスワードとして設定し、当該パスワードを前記セッション情報にて特定されるセッションにて接続されている前記通信端末に通知するパスワード設定手段を備えた、
ことを特徴とするファイル管理システム。
A file management device comprising: a connection control device for controlling connection between communication terminals; and a file management device for storing and managing a shared file connected to the connection control device via a network and shared by the communication terminals. A system,
The connection control device includes session information notification means for notifying the file management device of session information for specifying a session established between the communication terminals,
The file management device generates a password based on the session information acquired from the connection control device, sets the password as a password that restricts the operation of the shared file, and the password is specified by the session information. Password setting means for notifying the communication terminal connected in a session
A file management system characterized by that.
通信端末間の接続制御を行う接続制御装置にネットワークを介して接続され前記通信端末にて共有される共有ファイルを記憶して管理するファイル管理装置であって、
前記共有ファイルを共有する前記通信端末を特定する共有メンバ情報を記憶すると共に、
前記共有メンバ情報に基づいて前記共有ファイルの共有メンバである全ての前記通信端末にて、前記接続制御装置から通知されたセッションを特定するセッション情報にて特定されるセッションが確立されているか否かを前記通信端末に対して問い合わせて判断し、全ての前記通信端末にてセッションが確立されていると判断した場合に当該通信端末による前記共有ファイルへのアクセスを許可する通信端末認証手段を備えた、
ことを特徴とするファイル管理装置。
A file management device that stores and manages a shared file that is connected via a network to a connection control device that performs connection control between communication terminals and is shared by the communication terminal,
Storing shared member information for identifying the communication terminal sharing the shared file;
Whether or not a session specified by session information for specifying a session notified from the connection control device is established in all the communication terminals that are shared members of the shared file based on the shared member information Communication terminal authentication means for permitting access to the shared file by the communication terminal when it is determined that all the communication terminals have established a session. ,
A file management apparatus.
前記接続制御装置から取得した前記セッション情報に基づいてパスワードを生成し、当該パスワードを前記共有ファイルの操作を制限するパスワードとして設定し、当該パスワードを前記セッション情報にて特定されるセッションにて接続されている前記通信端末に通知するパスワード設定手段を備えた、
ことを特徴とする請求項8記載のファイル管理装置。
A password is generated based on the session information acquired from the connection control device, the password is set as a password that restricts the operation of the shared file, and the password is connected in the session specified by the session information. Password setting means for notifying the communication terminal
9. The file management apparatus according to claim 8, wherein:
通信端末間の接続制御を行う接続制御装置にネットワークを介して接続され前記通信端末にて共有される共有ファイルを記憶して管理するファイル管理装置であって、
前記接続制御装置から取得した前記通信端末間で確立されたセッションを特定するセッション情報に基づいてパスワードを生成し、当該パスワードを前記共有ファイルの操作を制限するパスワードとして設定し、当該パスワードを前記セッション情報にて特定されるセッションにて接続されている前記通信端末に通知するパスワード設定手段を備えた、
ことを特徴とするファイル管理装置。
A file management device that stores and manages a shared file that is connected via a network to a connection control device that performs connection control between communication terminals and is shared by the communication terminal,
A password is generated based on session information that identifies a session established between the communication terminals acquired from the connection control device, the password is set as a password that restricts the operation of the shared file, and the password is set to the session Comprising password setting means for notifying the communication terminal connected in the session specified by the information;
A file management apparatus.
通信端末間の接続制御を行う接続制御装置にネットワークを介して接続され前記通信端末にて共有される共有ファイルを記憶して管理するファイル管理装置に、
前記共有ファイルを共有する前記通信端末を特定する共有メンバ情報に基づいて前記共有ファイルの共有メンバである全ての前記通信端末にて、前記接続制御装置から通知されたセッションを特定するセッション情報にて特定されるセッションが確立されているか否かを前記通信端末に対して問い合わせて判断し、全ての前記通信端末にてセッションが確立されていると判断した場合に当該通信端末による前記共有ファイルへのアクセスを許可する通信端末認証手段、を実現させるためのプログラム。
To a file management device that stores and manages a shared file that is connected via a network to a connection control device that performs connection control between communication terminals, and is shared by the communication terminal,
In all the communication terminals that are shared members of the shared file based on shared member information that identifies the communication terminal that shares the shared file, session information that identifies the session notified from the connection control device. Inquires the communication terminal to determine whether or not a specified session is established, and when it is determined that all the communication terminals have established a session, A program for realizing communication terminal authentication means for permitting access.
前記ファイル管理装置に、前記接続制御装置から取得した前記セッション情報に基づいてパスワードを生成し、当該パスワードを前記共有ファイルの操作を制限するパスワードとして設定し、当該パスワードを前記セッション情報にて特定されるセッションにて接続されている前記通信端末に通知するパスワード設定手段、を実現させるための請求項11記載のプログラム。   In the file management device, a password is generated based on the session information acquired from the connection control device, the password is set as a password that restricts the operation of the shared file, and the password is specified in the session information. 12. The program according to claim 11, for realizing password setting means for notifying the communication terminal connected in a session. 通信端末間の接続制御を行う接続制御装置にネットワークを介して接続され前記通信端末にて共有される共有ファイルを記憶して管理するファイル管理装置に、
前記接続制御装置から取得した前記通信端末間で確立されたセッションを特定するセッション情報に基づいてパスワードを生成し、当該パスワードを前記共有ファイルの操作を制限するパスワードとして設定し、当該パスワードを前記セッション情報にて特定されるセッションにて接続されている前記通信端末に通知するパスワード設定手段、を実現させるためのプログラム。
To a file management device that stores and manages a shared file that is connected via a network to a connection control device that performs connection control between communication terminals, and is shared by the communication terminal,
A password is generated based on session information that identifies a session established between the communication terminals acquired from the connection control device, the password is set as a password that restricts the operation of the shared file, and the password is set to the session The program for implement | achieving the password setting means to notify to the said communication terminal connected in the session specified by information.
通信端末間の接続制御を行う接続制御装置と、この接続制御装置にネットワークを介して接続され前記通信端末にて共有される共有ファイルを記憶して管理するファイル管理装置と、を備えたファイル管理システムによるファイル管理方法であって、
前記接続制御装置が、前記通信端末間で確立されたセッションを特定するセッション情報を前記ファイル管理装置に通知するセッション情報通知工程と、
前記ファイル管理装置が、前記共有ファイルを共有する前記通信端末を特定する共有メンバ情報に基づいて前記共有ファイルの共有メンバである全ての前記通信端末にて、前記接続制御装置から通知された前記セッション情報にて特定されるセッションが確立されているか否かを前記通信端末に対して問い合わせて判断し、全ての前記通信端末にてセッションが確立されていると判断した場合に当該通信端末による前記共有ファイルへのアクセスを許可する通信端末認証工程と、
を有することを特徴とするファイル管理方法。
A file management device comprising: a connection control device for controlling connection between communication terminals; and a file management device for storing and managing a shared file connected to the connection control device via a network and shared by the communication terminals. A file management method by the system,
A session information notification step in which the connection control device notifies the file management device of session information for identifying a session established between the communication terminals;
The session notified from the connection control device to all the communication terminals that are shared members of the shared file based on shared member information that specifies the communication terminal that the file management device shares the shared file with Whether the session specified by the information has been established is inquired from the communication terminal, and when it is determined that all the communication terminals have established a session, the sharing by the communication terminal A communication terminal authentication process that permits access to the file;
A file management method characterized by comprising:
前記ファイル管理装置が、前記接続制御装置から取得した前記セッション情報に基づいてパスワードを生成し、当該パスワードを前記共有ファイルの操作を制限するパスワードとして設定し、当該パスワードを前記セッション情報にて特定されるセッションにて接続されている前記通信端末に通知するパスワード設定工程を有する、
ことを特徴とする請求項14記載のファイル管理方法。
The file management device generates a password based on the session information acquired from the connection control device, sets the password as a password that restricts the operation of the shared file, and the password is specified in the session information. A password setting step for notifying the communication terminal connected in a session.
15. The file management method according to claim 14, wherein:
通信端末間の接続制御を行う接続制御装置と、この接続制御装置にネットワークを介して接続され前記通信端末にて共有される共有ファイルを記憶して管理するファイル管理装置と、を備えたファイル管理システムによるファイル管理方法であって、
前記接続制御装置が、前記通信端末間で確立されたセッションを特定するセッション情報を前記ファイル管理装置に通知するセッション情報通知工程と、
前記ファイル管理装置が、前記接続制御装置から取得した前記セッション情報に基づいてパスワードを生成し、当該パスワードを前記共有ファイルの操作を制限するパスワードとして設定し、当該パスワードを前記セッション情報にて特定されるセッションにて接続されている前記通信端末に通知するパスワード設定工程と、
を有することを特徴とするファイル管理方法。
A file management device comprising: a connection control device for controlling connection between communication terminals; and a file management device for storing and managing a shared file connected to the connection control device via a network and shared by the communication terminals. A file management method by the system,
A session information notification step in which the connection control device notifies the file management device of session information for identifying a session established between the communication terminals;
The file management device generates a password based on the session information acquired from the connection control device, sets the password as a password that restricts the operation of the shared file, and the password is specified in the session information. A password setting step for notifying the communication terminal connected in the session,
A file management method characterized by comprising:
JP2008079685A 2008-03-26 2008-03-26 File management system Expired - Fee Related JP4862852B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2008079685A JP4862852B2 (en) 2008-03-26 2008-03-26 File management system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2008079685A JP4862852B2 (en) 2008-03-26 2008-03-26 File management system

Publications (2)

Publication Number Publication Date
JP2009237662A true JP2009237662A (en) 2009-10-15
JP4862852B2 JP4862852B2 (en) 2012-01-25

Family

ID=41251572

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2008079685A Expired - Fee Related JP4862852B2 (en) 2008-03-26 2008-03-26 File management system

Country Status (1)

Country Link
JP (1) JP4862852B2 (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013012097A (en) * 2011-06-30 2013-01-17 Yahoo Japan Corp Information management device, system, and method
WO2014030889A1 (en) * 2012-08-24 2014-02-27 Samsung Electronics Co., Ltd. Method and apparatus for sharing content
JP2017004496A (en) * 2015-06-15 2017-01-05 タタ コンサルタンシー サービシズ リミテッドTATA Consultancy Services Limited Method and system for performing secure banking transactions
JP2021521567A (en) * 2018-06-08 2021-08-26 サファイア インコーポレイテッド Technology for file sharing

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007199995A (en) * 2006-01-26 2007-08-09 Mitsubishi Electric Corp Access controller, access control method, and program

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007199995A (en) * 2006-01-26 2007-08-09 Mitsubishi Electric Corp Access controller, access control method, and program

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013012097A (en) * 2011-06-30 2013-01-17 Yahoo Japan Corp Information management device, system, and method
WO2014030889A1 (en) * 2012-08-24 2014-02-27 Samsung Electronics Co., Ltd. Method and apparatus for sharing content
KR20140034341A (en) * 2012-08-24 2014-03-20 삼성전자주식회사 Content sharing method and device thereof
CN104685530A (en) * 2012-08-24 2015-06-03 三星电子株式会社 Method and apparatus for sharing content
US9374354B2 (en) 2012-08-24 2016-06-21 Samsung Electronics Co., Ltd. Method and apparatus for sharing content
US9788206B2 (en) 2012-08-24 2017-10-10 Samsung Electronics Co., Ltd. Method and apparatus for sharing content
CN104685530B (en) * 2012-08-24 2018-11-16 三星电子株式会社 Method for sharing content and device
US10154412B2 (en) 2012-08-24 2018-12-11 Samsung Electronics Co., Ltd. Method and apparatus for sharing content
KR101960062B1 (en) * 2012-08-24 2019-03-19 삼성전자주식회사 Content Sharing Method and Device Thereof
JP2017004496A (en) * 2015-06-15 2017-01-05 タタ コンサルタンシー サービシズ リミテッドTATA Consultancy Services Limited Method and system for performing secure banking transactions
JP2021521567A (en) * 2018-06-08 2021-08-26 サファイア インコーポレイテッド Technology for file sharing
JP7116197B2 (en) 2018-06-08 2022-08-09 サファイア インコーポレイテッド Technologies for file sharing

Also Published As

Publication number Publication date
JP4862852B2 (en) 2012-01-25

Similar Documents

Publication Publication Date Title
US10651984B2 (en) Method for controlling access to an in-vehicle wireless network
JP4552739B2 (en) CONFERENCE SYSTEM AND TERMINAL DEVICE
EP3258663B1 (en) Verification method, apparatus and system for network application access
CN1941700B (en) Granting privileges and sharing resources method in a telecommunications system
JP4742903B2 (en) Distributed authentication system and distributed authentication method
JP4598386B2 (en) Method, computer system, and network system for sharing network resources
CN1685694B (en) Session key management for public wireless lan supporitng multiple virtual operators
US8136144B2 (en) Apparatus and method for controlling communication through firewall, and computer program product
JP5571854B2 (en) User account recovery
JP2008500632A (en) Network system and method for providing an ad hoc access environment
JP6027069B2 (en) VPN access control system, its operating method and program, and VPN router and server
JP2008053808A (en) Authentication system and authenticating method of authenticating wireless terminal
JP2010278862A (en) Communication system and method, and device and program used for them
JP6902151B1 (en) Blockchain-based multi-node authentication method and equipment for executing this multi-node authentication method
US8516602B2 (en) Methods, apparatuses, and computer program products for providing distributed access rights management using access rights filters
JP4862852B2 (en) File management system
JP2008516329A (en) How to establish security permissions
JP5218547B2 (en) Authentication device, authentication method, and data utilization method
JP5708529B2 (en) Wireless master device, communication system, communication method, and communication program
CN102893579A (en) Ticket authorisation
JP2009118267A (en) Communication network system, communication network control method, communication control apparatus, communication control program, service control device and service control program
JP4574122B2 (en) Base station and control method thereof
JP2021158494A (en) Communication system, electronic device, and program
JP4279290B2 (en) Group information management system, intra-group communication system, group withdrawal system, group information management device, subscriber information management device, and group information management method
EP3433784B1 (en) Credential for a service

Legal Events

Date Code Title Description
RD03 Notification of appointment of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7423

Effective date: 20100629

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20110721

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20110726

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20110921

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

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

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

Free format text: PAYMENT UNTIL: 20141118

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