JP2023095515A - Information processing apparatus, information processing method, program, and information processing system - Google Patents

Information processing apparatus, information processing method, program, and information processing system Download PDF

Info

Publication number
JP2023095515A
JP2023095515A JP2021211459A JP2021211459A JP2023095515A JP 2023095515 A JP2023095515 A JP 2023095515A JP 2021211459 A JP2021211459 A JP 2021211459A JP 2021211459 A JP2021211459 A JP 2021211459A JP 2023095515 A JP2023095515 A JP 2023095515A
Authority
JP
Japan
Prior art keywords
user
group
information
authority
service
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.)
Pending
Application number
JP2021211459A
Other languages
Japanese (ja)
Inventor
淑美 佐藤
Yoshimi Sato
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Ricoh Co Ltd
Original Assignee
Ricoh Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Ricoh Co Ltd filed Critical Ricoh Co Ltd
Priority to JP2021211459A priority Critical patent/JP2023095515A/en
Publication of JP2023095515A publication Critical patent/JP2023095515A/en
Pending legal-status Critical Current

Links

Images

Abstract

To easily manage the authorities for guest users to use a service.SOLUTION: An information processing apparatus includes: a storage unit which stores group authority information obtained by associating group identification information identifying a group to which a user is included with service identification information identifying a service, and user group information obtained by associating user specifying information specifying a user with the group identification information; an authentication unit which authenticates the user; an authority management unit which allows a service corresponding to authority information associated with a group associated with an authenticated user authenticated by the authentication unit to be available for the authenticated user, on the basis of the group authority information and the user group information; and a deadline management unit which deletes the user group information in accordance with a deadline. The authority management unit manages the group authority information so as to be modified only through an operation received from a user, and manages the user group information so as to be modified by deadline management unit.SELECTED DRAWING: Figure 2

Description

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

従来から、画像出力端末のテナントに属していないゲストに、画像出力端末を利用させる技術が知られている。具体的には、例えば、この技術では、ゲストの申請を受けて、画像出力端末が出力する情報が格納される場所を登録するためのアクセスキーをゲストに提示し、アクセスキーを用いて、ゲストが所持している端末から登録された情報を画像出力端末に出力させる。 Conventionally, there has been known a technique of allowing a guest who does not belong to the tenant of the image output terminal to use the image output terminal. Specifically, for example, in this technology, an access key for registering a location where information output by an image output terminal is stored is presented to the guest in response to an application from the guest. outputs registered information from a terminal possessed by to an image output terminal.

上述した従来の技術では、ゲストが所持している端末では、画像出力端末とは異なるテナントに属すことが前提であり、画像出力端末の利用が可能となる条件に制限がある可能性がある。 In the above-described conventional technology, it is assumed that the terminal owned by the guest belongs to a different tenant than the image output terminal, and there may be restrictions on the conditions under which the image output terminal can be used.

開示の技術は、上記事情に鑑みてなされたものであり、ゲストユーザに対するサービスの利用権限の管理を容易にすることを目的とする。 The disclosed technology has been made in view of the above circumstances, and aims to facilitate management of service usage rights for guest users.

開示の技術は、ユーザを含ませるグループを特定するグループ特定情報とサービスを特定するサービス識別情報とを紐づけたグループ権限情報と、ユーザを特定するユーザ特定情報と前記グループ識別情報とを紐づけたユーザグループ情報を記憶する記憶部と、前記ユーザを認証する認証部と、前記グループ権限情報と前記ユーザグループ情報に基づいて、前記認証部が認証した認証ユーザと紐づくグループに紐づく権限情報に対応するサービスを前記認証ユーザに利用可能にする権限管理部と、期限に応じて前記ユーザグループ情報を削除する期限管理部と、を有し、前記権限管理部は、前記グループ権限情報はユーザから受け付けた操作によってのみ変更を可能に管理し、前記ユーザグループ情報は前記期限管理部による変更を可能に管理する情報処理装置である。 The disclosed technology associates group authority information that links group identification information that identifies a group that includes a user and service identification information that identifies a service, and user identification information that identifies a user and the group identification information. an authentication unit for authenticating the user; authority information associated with a group associated with the authenticated user authenticated by the authentication unit based on the group authority information and the user group information; and a time limit management unit for deleting the user group information according to a time limit, wherein the authority management unit is configured such that the group authority information is the user and managing the user group information so that it can be changed by the time limit management unit.

ゲストユーザに対するサービスの利用権限の管理を容易にできる。 It is possible to easily manage service usage rights for guest users.

情報処理システムのシステム構成の一例を示す図である。It is a figure which shows an example of the system configuration|structure of an information processing system. ゲストユーザの利用権限の管理につい説明する図である。It is a figure explaining management of the utilization authority of a guest user. サーバ装置のハードウェア構成の一例を示す図である。It is a figure which shows an example of the hardware constitutions of a server apparatus. 情報処理装置のハードウェア構成図である。2 is a hardware configuration diagram of an information processing apparatus; FIG. テナントデータベースの一例を示す図である。It is a diagram showing an example of a tenant database. グループデータベースの一例を示す図である。It is a figure which shows an example of a group database. ユーザデータベースの一例を示す図である。It is a figure which shows an example of a user database. サービスデータベースの一例を示す図である。It is a figure which shows an example of a service database. 契約管理データベースの一例を示す図である。It is a figure which shows an example of a contract management database. グループ権限データベースの一例を示す図である。FIG. 4 is a diagram showing an example of a group authority database; FIG. ユーザ権限データベースの一例を示す図である。It is a figure which shows an example of a user authority database. 期限管理データベースの一例を示す図である。It is a figure which shows an example of a term management database. 情報処理システムが有する各装置の機能について説明する図である。It is a figure explaining the function of each apparatus which an information processing system has. 情報処理システムの動作を説明する第一のシーケンス図である。FIG. 4 is a first sequence diagram for explaining the operation of the information processing system; 情報処理装置の表示例を示す第一の図である。FIG. 4 is a first diagram showing a display example of the information processing device; 情報処理システムの動作を示す第二のシーケンス図である。FIG. 10 is a second sequence diagram showing the operation of the information processing system; 情報処理装置の表示例を説明する第二の図である。FIG. 10 is a second diagram for explaining a display example of the information processing device; 情報処理システムの動作を説明する第三のシーケンス図である。FIG. 11 is a third sequence diagram for explaining the operation of the information processing system; 情報処理装置の表示例を説明する第三の図である。FIG. 11 is a third diagram for explaining a display example of the information processing device; 情報処理装置の表示例を説明する第四の図である。FIG. 10 is a fourth diagram for explaining a display example of the information processing device; 情報処理装置の表示例を説明する第五の図である。FIG. 15 is a fifth diagram for explaining a display example of the information processing device; 情報処理装置の表示例を説明する第六の図である。FIG. 11 is a sixth diagram for explaining a display example of the information processing device; 情報処理装置の表示例を説明する第七の図である。FIG. 11 is a seventh diagram for explaining a display example of the information processing device; 情報処理システムの動作を説明する第四のシーケンス図である。FIG. 14 is a fourth sequence diagram for explaining the operation of the information processing system; 情報処理システムの動作を説明する第五のシーケンス図である。FIG. 12 is a fifth sequence diagram for explaining the operation of the information processing system; 情報処理システムのシステム構成の別の一例を示す図である。It is a figure which shows another example of the system configuration|structure of an information processing system. 情報処理システムの動作を説明する第六のシーケンス図である。FIG. 14 is a sixth sequence diagram for explaining the operation of the information processing system;

以下に、図面を参照して、本実施形態について説明する。図1は、情報処理システムのシステム構成の一例を示す図である。 The present embodiment will be described below with reference to the drawings. FIG. 1 is a diagram showing an example of the system configuration of an information processing system.

本実施形態の情報処理システム100は、サーバ装置(情報処理装置)200と、情報処理装置(端末装置)300-1、・・・、300-Nを含む。本実施形態のサーバ装置200は、情報処理装置300-1、・・・、300-Nに対して、各種のサービスを提供する。 The information processing system 100 of this embodiment includes a server device (information processing device) 200 and information processing devices (terminal devices) 300-1, . . . , 300-N. The server device 200 of this embodiment provides various services to the information processing devices 300-1, . . . , 300-N.

情報処理装置300-1、・・・、300-Nは、情報処理システム100に含まれる任意の台数の情報処理装置である。以下の説明では、情報処理装置300-1、・・・、300-Nのそれぞれを区別しない場合には、情報処理装置300と表現する。本実施形態の情報処理装置300は、一般的なコンピュータであってもよいし、画像形成装置等であってもよく、情報処理システム100には、種類の異なる情報処理装置300が含まれても良い。 , 300-N are an arbitrary number of information processing devices included in the information processing system 100. The information processing devices 300-1, . In the following description, the information processing devices 300-1, . The information processing apparatus 300 of the present embodiment may be a general computer, an image forming apparatus, or the like, and the information processing system 100 may include information processing apparatuses 300 of different types. good.

また、本実施形態の情報処理装置300のそれぞれは、テナントに属しており、主に、情報処理装置300と同じテナントに所属するユーザによって利用される。 Further, each of the information processing apparatuses 300 of the present embodiment belongs to a tenant, and is mainly used by users who belong to the same tenant as the information processing apparatus 300 .

本実施形態の、本実施形態におけるテナントとは、例えば、企業等である。より具体的には、例えば、テナントとは、サーバ装置200が提供するサービスを利用するための契約を締結している事業者や企業、団体等である。 A tenant in this embodiment is, for example, a company or the like. More specifically, for example, a tenant is a business operator, company, organization, or the like that has concluded a contract for using the service provided by the server device 200 .

また、契約を管理する単位として、ファミリを用いても良い。情報処理装置300のそれぞれは、ファミリに属しており、主に、情報処理装置300と同じファミリに所属するユーザによって利用される。ファミリの単位は家族などの単位であっても良いし、個人であっても良い。以下では、テナントとグループ、およびファミリを含む概念として、アカウントと表現する場合がある。 Also, a family may be used as a unit for managing contracts. Each information processing device 300 belongs to a family, and is mainly used by users who belong to the same family as the information processing device 300 . The family unit may be a unit such as a family, or may be an individual. In the following, the term "account" may be used as a concept that includes tenants, groups, and families.

また、ユーザとは、一般ユーザとゲストユーザが存在する。一般ユーザは、テナントに所属するユーザである。一方、ゲストユーザは、テナントに所属していないか、一定期間のみテナントに所属するか、一定期間のみサービスの利用が許可されたユーザである。以下では、両者を区別しない場合には、ユーザと表現する場合がある。 Users include general users and guest users. A general user is a user who belongs to a tenant. On the other hand, a guest user is a user who does not belong to a tenant, belongs to a tenant only for a certain period of time, or is permitted to use a service only for a certain period of time. In the following description, the term "user" may be used when the two are not distinguished from each other.

また、サービスとは、サーバ装置200、情報処理装置300、外部装置が単独で又は連携して提供する機能である。サービスは、例えば、情報処理装置300にインストールされたネイティブアプリケーション、又は、Webアプリケーションとして提供される。サービスは例えば、クラウドストレージ上に記憶されたデータを情報処理装置300で印刷するサービスや、情報処理装置300でスキャンしたデータをクラウドストレージに保存するサービスなどがあるが、これに限定されない。 A service is a function provided by the server device 200, the information processing device 300, or an external device independently or in cooperation. The service is provided, for example, as a native application installed in the information processing device 300 or as a web application. Examples of services include, but are not limited to, a service for printing data stored in cloud storage with the information processing apparatus 300 and a service for storing data scanned by the information processing apparatus 300 in cloud storage.

本実施形態のサーバ装置200は、記憶部205と、権限管理処理部290とを有する。記憶部205には、テナントデータベース210、グループデータベース220、ユーザデータベース230、サービスデータベース240、契約管理データベース250、グループ権限データベース(グループ権限記憶部)260、ユーザ権限データベース(ユーザ権限記憶部)270、期限管理データベース(期限管理記憶部)280が格納されている。 The server device 200 of this embodiment has a storage unit 205 and an authority management processing unit 290 . The storage unit 205 includes a tenant database 210, a group database 220, a user database 230, a service database 240, a contract management database 250, a group authority database (group authority storage unit) 260, a user authority database (user authority storage unit) 270, a deadline A management database (time limit management storage unit) 280 is stored.

テナントデータベース210は、情報処理装置300が所属するテナントに関するテナント情報が格納される。グループデータベース220は、テナント内で作成されたグループに関するグループ情報が格納される。ユーザデータベース230は、情報処理装置300を利用するユーザに関するユーザ情報が格納される。なお、ユーザ情報は、ユーザとグループとを紐づけた情報であるため、以下ではユーザグループ情報と表現する場合がある。 The tenant database 210 stores tenant information related to the tenant to which the information processing device 300 belongs. The group database 220 stores group information related to groups created within the tenant. The user database 230 stores user information about users who use the information processing device 300 . Note that user information is information in which users and groups are associated with each other, and thus may be referred to as user group information below.

サービスデータベース240は、サーバ装置200が提供するサービスに関するサービス情報が格納される。契約管理データベース250は、テナントへのサービス提供に関する契約情報が格納される。 The service database 240 stores service information on services provided by the server device 200 . The contract management database 250 stores contract information regarding service provision to tenants.

グループ権限データベース260は、テナント内で作成されたグループ毎のサービスの利用権限に関するグループ権限情報が格納される。ユーザ権限データベース270は、情報処理装置300のユーザ毎のサービスに関する利用権限に関するユーザ権限情報が格納される。 The group authority database 260 stores group authority information relating to service usage authority for each group created within a tenant. The user authority database 270 stores user authority information regarding the authority to use services for each user of the information processing apparatus 300 .

期限管理データベース280は、サービスに対するグループの利用権限やユーザの利用権限等の期限を管理するための期限管理情報が格納される。なお、各データベースの詳細は後述する。 The time limit management database 280 stores time limit management information for managing time limits such as group use rights and user use rights for services. Details of each database will be described later.

権限管理処理部290は、上述した各データベースに格納された情報を参照し、情報処理装置300が属しているテナントに所属していないゲストユーザに対する、情報処理装置300の利用権限を管理する。 The authority management processing unit 290 refers to the information stored in each database described above, and manages the authority to use the information processing apparatus 300 for guest users who do not belong to the tenant to which the information processing apparatus 300 belongs.

具体的には、権限管理処理部290は、予め作成された、サービスの利用権限が付与されたゲスト用のグループに、ゲストユーザを追加又は除外すること、ゲストユーザに対するサービスの利用権限を付与する。 Specifically, the authority management processing unit 290 adds or excludes a guest user from a previously created group for guests to which service utilization authority is assigned, and grants service utilization authority to the guest user. .

このように、本実施形態では、ゲストユーザを、予めサービスの利用権限が設定されたグループに追加するだけで、ゲストユーザに対して、サービスの利用権限を付与することができる。また、本実施形態では、ゲストユーザを追加するグループに応じて、ゲストユーザに対して付与する利用権限を選択することができる。 As described above, in the present embodiment, it is possible to grant the guest user the authority to use the service simply by adding the guest user to a group in which the authority to use the service is set in advance. Further, in this embodiment, it is possible to select the usage authority to be given to the guest user according to the group to which the guest user is added.

このため、本実施形態によれば、例えば、テナントの利用権限等を管理するテナント管理者等が、ゲストユーザに対して個別に利用権限を設定する必要がなく、ゲストユーザに対するサービスの利用権限の管理を容易にできる。 Therefore, according to the present embodiment, for example, a tenant administrator who manages usage rights of tenants does not need to individually set usage rights for guest users. Easy to manage.

なお、図1では、サーバ装置200が各データベースを有するものとしたが、これに限定されない。各データベースは、一部または全部が、サーバ装置200と通信が可能な外部装置に設けられていてもよい。また、権限管理処理部290の機能は、複数の情報処理装置によって実現されてもよい。言い換えれば、サーバ装置200は、複数の情報処理装置によって実現されてもよい。 In addition, in FIG. 1, the server apparatus 200 has each database, but it is not limited to this. A part or all of each database may be provided in an external device capable of communicating with the server device 200 . Also, the functions of the authority management processing unit 290 may be realized by a plurality of information processing devices. In other words, server device 200 may be realized by a plurality of information processing devices.

以下に、図2を参照して、本実施形態のゲストユーザの利用権限の管理について、さらに説明する。図2は、ゲストユーザの利用権限の管理について説明する図である。 In the following, the management of usage rights of guest users according to the present embodiment will be further described with reference to FIG. 2 . FIG. 2 is a diagram for explaining management of usage rights of guest users.

図2では、テナントT1は、テナントT1を管理するテナント管理者P1により、サービスAの提供を受けるための契約と、サービスBの提供を受けるための契約とが、サービス提供者と締結されている。サービス提供者とは、具体的には、サーバ装置200を管理する事業者等であってよい。 In FIG. 2, a tenant administrator P1 who manages tenant T1 concludes a contract for receiving service A and a contract for receiving service B with a service provider. . Specifically, the service provider may be a company or the like that manages the server device 200 .

また、テナントT1では、テナント管理者P1によって、ゲストユーザ用のグループG1、G2、一般ユーザ用のグループG3とが、予め設定されている。ゲストユーザ用のグループとは、テナントT1に所属していないユーザ(ゲストユーザ)に、テナントT1が利用権限を有するサービスを利用させるために設定されたグループであり、サービスの利用権限と対応付けられている。一般ユーザ用のグループとは、テナントT1に所属しているユーザ(一般ユーザ)に、テナントT1が利用権限を有するサービスを利用させるために設定されたグループであり、サービスの利用権限と対応付けられている。ゲストユーザ用グループはゲストユーザのみが所属可能として、一般ユーザ用のグループには一般ユーザのみが所属可能とすることができる。 Further, in the tenant T1, groups G1 and G2 for guest users and group G3 for general users are preset by the tenant administrator P1. The group for guest users is a group set to allow users (guest users) who do not belong to tenant T1 to use services for which tenant T1 has usage rights, and is associated with service usage rights. ing. The group for general users is a group set to allow users belonging to tenant T1 (general users) to use services for which tenant T1 has usage rights, and is associated with service usage rights. ing. Only guest users can belong to the group for guest users, and only general users can belong to the group for general users.

図2の例では、グループG1に、サービスAの利用権限が対応付けられており、グループG2に、サービスAの利用権限が対応付けられている。 In the example of FIG. 2, the authority to use service A is associated with group G1, and the authority to use service A is associated with group G2.

本実施形態では、例えば、テナントT1に所属していないゲストユーザGuに、サービスAの利用を許可する場合には、ゲストユーザGuをグループG1に追加すればよい。また、例えば、ゲストユーザGuに、サービスBの利用を許可する場合には、ゲストユーザGuをグループG2に追加すればよい。また、例えば、一般ユーザに、サービスA及びサービスBの利用を許可する場合には、一般ユーザをグループG3に追加すればよい。 In this embodiment, for example, if a guest user Gu who does not belong to the tenant T1 is permitted to use the service A, the guest user Gu should be added to the group G1. Also, for example, when the guest user Gu is permitted to use the service B, the guest user Gu may be added to the group G2. Also, for example, when general users are permitted to use service A and service B, general users may be added to group G3.

また、例えば、ゲストユーザGuに、サービスAとサービスBの両方の利用を許可する場合には、ゲストユーザGuを、グループG1とグループG2の両方へ追加すればよい。ただし、これに限定されず、例えばグループG2にサービスAとサービスBの利用権限が対応付けられても良い。この場合、ゲストユーザGuに、サービスAとサービスBの両方の利用を許可する場合には、ゲストユーザGuを、グループG2へ追加すればよい。 Also, for example, if the guest user Gu is permitted to use both the service A and the service B, the guest user Gu should be added to both the group G1 and the group G2. However, it is not limited to this, and, for example, the use authority of service A and service B may be associated with group G2. In this case, if the guest user Gu is permitted to use both the service A and the service B, the guest user Gu should be added to the group G2.

このように、本実施形態では、ユーザを、サービスと対応するグループに加入させることで、ユーザに対して、グループと対応付けられたサービスの利用権限を付与することができる。 As described above, in this embodiment, by making a user join a group corresponding to a service, the user can be given the right to use the service associated with the group.

さらに、本実施形態では、ゲストユーザGuをグループG1から除外することで、ゲストユーザGuに付与されたサービスAの利用権限を消失させることができる。同様に、ゲストユーザGuをグループG2から除外することで、ゲストユーザGuに付与されたサービスBの利用権限を消失させることができる。また、一般ユーザをグループG3から除外することで、一般ユーザに付与されたサービスAとサービスBの利用権限を消失させることができる。 Furthermore, in the present embodiment, by excluding the guest user Gu from the group G1, the authority to use the service A granted to the guest user Gu can be lost. Similarly, by excluding the guest user Gu from the group G2, the usage authority of the service B granted to the guest user Gu can be lost. In addition, by excluding general users from group G3, it is possible to eliminate the usage rights of service A and service B granted to general users.

以下に、図3、図4を参照して、情報処理システム100に含まれる各装置のハードウェア構成について説明する。 The hardware configuration of each device included in the information processing system 100 will be described below with reference to FIGS. 3 and 4. FIG.

図3は、サーバ装置のハードウェア構成の一例を示す図である。サーバ装置200は、コンピュータによって構築されており、図3に示されているように、CPU501、ROM502、RAM503、HD504、HDD(Hard Disk Drive)コントローラ505、ディスプレイ506、外部機器接続I/F(Interface)508、ネットワークI/F509、データバス510、キーボード511、ポインティングデバイス512、DVD-RW(Digital Versatile Disk Rewritable)ドライブ514、メディアI/F516を備えている。 FIG. 3 is a diagram illustrating an example of a hardware configuration of a server device; The server device 200 is constructed by a computer, and as shown in FIG. ) 508 , a network I/F 509 , a data bus 510 , a keyboard 511 , a pointing device 512 , a DVD-RW (Digital Versatile Disk Rewritable) drive 514 , and a media I/F 516 .

これらのうち、CPU501は、サーバ装置200全体の動作を制御する。ROM502は、IPL等のCPU501の駆動に用いられるプログラムを記憶する。RAM503は、CPU501のワークエリアとして使用される。HD504は、プログラム等の各種データを記憶する。HDDコントローラ505は、CPU501の制御にしたがってHD504に対する各種データの読み出し又は書き込みを制御する。 Among these, the CPU 501 controls the operation of the server device 200 as a whole. The ROM 502 stores programs used to drive the CPU 501 such as IPL. A RAM 503 is used as a work area for the CPU 501 . The HD 504 stores various data such as programs. The HDD controller 505 controls reading or writing of various data to/from the HD 504 under the control of the CPU 501 .

ディスプレイ506は、カーソル、メニュー、ウィンドウ、文字、又は画像などの各種情報を表示する。外部機器接続I/F508は、各種の外部機器を接続するためのインターフェースである。この場合の外部機器は、例えば、USB(Universal Serial Bus)メモリやプリンタ等である。ネットワークI/F509は、通信ネットワークを利用してデータ通信をするためのインターフェースである。データバス510は、図3に示されているCPU501等の各構成要素を電気的に接続するためのアドレスバスやデータバス等である。 A display 506 displays various information such as cursors, menus, windows, characters, or images. The external device connection I/F 508 is an interface for connecting various external devices. The external device in this case is, for example, a USB (Universal Serial Bus) memory, a printer, or the like. A network I/F 509 is an interface for data communication using a communication network. A data bus 510 is an address bus, a data bus, or the like for electrically connecting each component such as the CPU 501 shown in FIG.

また、キーボード511は、文字、数値、各種指示などの入力のための複数のキーを備えた入力手段の一種である。ポインティングデバイス512は、各種指示の選択や実行、処理対象の選択、カーソルの移動などを行う入力手段の一種である。DVD-RWドライブ514は、着脱可能な記録媒体の一例としてのDVD-RW513に対する各種データの読み出し又は書き込みを制御する。なお、DVD-RWに限らず、DVD-R等であってもよい。メディアI/F516は、フラッシュメモリ等の記録メディア515に対するデータの読み出し又は書き込み(記憶)を制御する。 Also, the keyboard 511 is a kind of input means having a plurality of keys for inputting characters, numerical values, various instructions, and the like. A pointing device 512 is a kind of input means for selecting and executing various instructions, selecting a processing target, moving a cursor, and the like. A DVD-RW drive 514 controls reading or writing of various data to a DVD-RW 513 as an example of a removable recording medium. It should be noted that not only DVD-RW but also DVD-R or the like may be used. A media I/F 516 controls reading or writing (storage) of data to a recording medium 515 such as a flash memory.

次に、図4を参照して、情報処理装置300のハードウェア構成を説明する。図4では、情報処理装置300の一例として、画像形成装置のハードウェア構成について説明する。 Next, the hardware configuration of the information processing device 300 will be described with reference to FIG. FIG. 4 illustrates the hardware configuration of an image forming apparatus as an example of the information processing apparatus 300 .

図4は、情報処理装置のハードウェア構成図である。情報処理装置300は、例えば、MFP(Multifunction Peripheral/Product/Printer)である。情報処理装置300は、コントローラ910、近距離通信回路920、エンジン制御部930、操作パネル940、ネットワークI/F950を備えている。 FIG. 4 is a hardware configuration diagram of the information processing apparatus. The information processing device 300 is, for example, an MFP (Multifunction Peripheral/Product/Printer). The information processing device 300 includes a controller 910 , a short-range communication circuit 920 , an engine control section 930 , an operation panel 940 and a network I/F 950 .

これらのうち、コントローラ910は、コンピュータの主要部であるCPU901、システムメモリ(MEM-P)902、ノースブリッジ(NB)903、サウスブリッジ(SB)904、ASIC(Application Specific Integrated Circuit)906、記憶部であるローカルメモリ(MEM-C)907、HDDコントローラ908、及び、記憶部であるHD909を有し、NB903とASIC906との間をAGP(Accelerated Graphics Port)バス921で接続した構成となっている。 Among these, the controller 910 includes a CPU 901, a system memory (MEM-P) 902, a north bridge (NB) 903, a south bridge (SB) 904, an ASIC (Application Specific Integrated Circuit) 906, a storage unit, which is the main part of the computer. A local memory (MEM-C) 907 , an HDD controller 908 , and an HD 909 as a storage unit, and the NB 903 and ASIC 906 are connected by an AGP (Accelerated Graphics Port) bus 921 .

これらのうち、CPU901は、情報処理装置300の全体制御を行う制御部である。NB903は、CPU901と、MEM-P902、SB904、及びAGPバス921とを接続するためのブリッジであり、MEM-P902に対する読み書きなどを制御するメモリコントローラと、PCI(Peripheral Component Interconnect)マスタ及びAGPターゲットとを有する。 Among these, the CPU 901 is a control unit that performs overall control of the information processing apparatus 300 . The NB 903 is a bridge for connecting the CPU 901, the MEM-P 902, the SB 904, and the AGP bus 921, and is a memory controller that controls reading and writing with respect to the MEM-P 902, a PCI (Peripheral Component Interconnect) master, and an AGP target. have

MEM-P902は、コントローラ910の各機能を実現させるプログラムやデータの格納用メモリであるROM902a、プログラムやデータの展開、及びメモリ印刷時の描画用メモリなどとして用いるRAM902bとからなる。なお、RAM902bに記憶されているプログラムは、インストール可能な形式又は実行可能な形式のファイルでCD-ROM、CD-R、DVD等のコンピュータで読み取り可能な記録媒体に記録して提供するように構成してもよい。 The MEM-P 902 is composed of a ROM 902a, which is a memory for storing programs and data for realizing each function of the controller 910, and a RAM 902b, which is used as a drawing memory for expanding the programs and data and for memory printing. The program stored in the RAM 902b is configured to be provided by being recorded in a computer-readable recording medium such as a CD-ROM, CD-R, DVD, etc. as a file in an installable format or an executable format. You may

SB904は、NB903とPCIデバイス、周辺デバイスとを接続するためのブリッジである。ASIC906は、画像処理用のハードウェア要素を有する画像処理用途向けのIC(Integrated Circuit)であり、AGPバス921、PCIバス922、HDDコントローラ908およびMEM-C907をそれぞれ接続するブリッジの役割を有する。このASIC906は、PCIターゲットおよびAGPマスタ、ASIC906の中核をなすアービタ(ARB)、MEM-C907を制御するメモリコントローラ、ハードウェアロジックなどにより画像データの回転などを行う複数のDMAC(Direct Memory Access Controller)、並びに、スキャナ部931及びプリンタ部932との間でPCIバス922を介したデータ転送を行うPCIユニットとからなる。なお、ASIC906には、USB(Universal Serial Bus)のインターフェースや、IEEE1394(Institute of Electrical and Electronics Engineers 1394)のインターフェースを接続するようにしてもよい。 SB 904 is a bridge for connecting NB 903 with PCI devices and peripheral devices. The ASIC 906 is an image processing IC (Integrated Circuit) having hardware elements for image processing, and serves as a bridge that connects the AGP bus 921, PCI bus 922, HDD controller 908, and MEM-C 907, respectively. This ASIC 906 includes a PCI target and AGP master, an arbiter (ARB) that forms the core of the ASIC 906, a memory controller that controls the MEM-C 907, and multiple DMACs (Direct Memory Access Controllers) that perform image data rotation, etc. by hardware logic. , and a PCI unit that transfers data between the scanner unit 931 and the printer unit 932 via the PCI bus 922 . Note that the ASIC 906 may be connected to a USB (Universal Serial Bus) interface or an IEEE 1394 (Institute of Electrical and Electronics Engineers 1394) interface.

MEM-C907は、コピー用画像バッファ及び符号バッファとして用いるローカルメモリである。HD909は、画像データの蓄積、印刷時に用いるフォントデータの蓄積、フォームの蓄積を行うためのストレージである。HD909は、CPU901の制御にしたがってHD909に対するデータの読出又は書込を制御する。AGPバス921は、グラフィック処理を高速化するために提案されたグラフィックスアクセラレータカード用のバスインタフェースであり、MEM-P902に高スループットで直接アクセスすることにより、グラフィックスアクセラレータカードを高速にすることができる。 MEM-C 907 is a local memory used as an image buffer for copying and an encoding buffer. The HD 909 is a storage for accumulating image data, accumulating font data used for printing, and accumulating forms. The HD 909 controls reading or writing of data to or from the HD 909 under the control of the CPU 901 . The AGP bus 921 is a bus interface for graphics accelerator cards proposed to speed up graphics processing, and can speed up the graphics accelerator card by directly accessing the MEM-P 902 with high throughput. .

また、近距離通信回路920には、近距離通信回路920aが備わっている。近距離通信回路920は、NFC、Bluetooth等の通信回路である。 The near field communication circuit 920 also includes a near field communication circuit 920a. The short-range communication circuit 920 is a communication circuit for NFC, Bluetooth, or the like.

更に、エンジン制御部930は、スキャナ部931及びプリンタ部932によって構成されている。また、操作パネル940は、現在の設定値や選択画面等を表示させ、操作者からの入力を受け付けるタッチパネル等のパネル表示部940a、並びに、濃度の設定条件などの画像形成に関する条件の設定値を受け付けるテンキー及びコピー開始指示を受け付けるスタートキー等からなる操作パネル940bを備えている。コントローラ910は、情報処理装置300全体の制御を行い、例えば、描画、通信、操作パネル940からの入力等を制御する。スキャナ部931又はプリンタ部932には、誤差拡散やガンマ変換などの画像処理部分が含まれている。 Furthermore, the engine control section 930 is configured by a scanner section 931 and a printer section 932 . The operation panel 940 displays a current setting value, a selection screen, and the like, and a panel display unit 940a such as a touch panel for receiving input from an operator, and setting values for image forming conditions such as density setting conditions. An operation panel 940b is provided which includes a numeric keypad for accepting a copy start instruction, a start key for accepting a copy start instruction, and the like. The controller 910 controls the entire information processing apparatus 300, for example, controls drawing, communication, input from the operation panel 940, and the like. The scanner unit 931 or printer unit 932 includes an image processing part such as error diffusion and gamma conversion.

なお、情報処理装置300は、操作パネル940のアプリケーション切り替えキーにより、ドキュメントボックス機能、コピー機能、プリンタ機能、およびファクシミリ機能を順次に切り替えて選択することが可能となる。ドキュメントボックス機能の選択時にはドキュメントボックスモードとなり、コピー機能の選択時にはコピーモードとなり、プリンタ機能の選択時にはプリンタモードとなり、ファクシミリモードの選択時にはファクシミリモードとなる。 The information processing apparatus 300 can switch and select the document box function, the copy function, the printer function, and the facsimile function in sequence using the application switching key on the operation panel 940 . The document box mode is set when the document box function is selected, the copy mode is set when the copy function is selected, the printer mode is set when the printer function is selected, and the facsimile mode is set when the facsimile mode is selected.

また、ネットワークI/F950は、通信ネットワーク0を利用してデータ通信をするためのインターフェースである。近距離通信回路920及びネットワークI/F950は、PCIバス922を介して、ASIC906に電気的に接続されている。 A network I/F 950 is an interface for data communication using the communication network 0 . A short-range communication circuit 920 and a network I/F 950 are electrically connected to the ASIC 906 via a PCI bus 922 .

次に、図5乃至図12を参照して、サーバ装置200の有する各データベースについて説明する。 Next, each database of the server device 200 will be described with reference to FIGS. 5 to 12. FIG.

図5は、テナントデータベースの一例を示す図である。本実施形態のテナントデータベース210は、情報の項目として、テナントID、テナント名、国・地域等を含み、テナントID毎に設けられる。項目「テナントID」の値は、テナントを特定する識別情報であり、項目「テナント名」の値は、テナントの名称であり、項目「国・地域」の値は、テナントが設立されている国や地域を示す。 FIG. 5 is a diagram showing an example of a tenant database. The tenant database 210 of the present embodiment includes information items such as a tenant ID, tenant name, country/region, etc., and is provided for each tenant ID. The value of the item "tenant ID" is identification information that identifies the tenant, the value of the item "tenant name" is the name of the tenant, and the value of the item "country/region" is the country in which the tenant is established. or region.

図6は、グループデータベースの一例を示す図である。本実施形態のグループデータベース220は、情報の項目として、テナントID、グループID、グループ名、種別等を含む。項目「テナントID」の値は、グループが所属しているテナントを特定する識別情報であり、項目「グループID」の値は、グループを識別ためのグループ識別情報である。項目「グループ名」の値は、グループの名称を示す。項目「種別」の値は、グループの種別を示す。具体的には、例えば、種別が「ゲスト」である場合、テナントIDで特定されるテナントに所属していないゲストユーザを加入させるためのグループとなる。 FIG. 6 is a diagram showing an example of a group database. The group database 220 of this embodiment includes tenant IDs, group IDs, group names, types, etc. as information items. The value of the item "tenant ID" is identification information identifying the tenant to which the group belongs, and the value of the item "group ID" is group identification information for identifying the group. The value of the item "group name" indicates the name of the group. The value of the item "type" indicates the type of group. Specifically, for example, when the type is "guest", it becomes a group for joining guest users who do not belong to the tenant specified by the tenant ID.

一方、種別が「一般」である場合、テナントIDで特定されるテナントに所属する一般ユーザを加入させるためのグループとなる。つまり、グループの種別を「ゲスト」に設定することで、該グループに所属させるユーザをゲストユーザのみに制限することができ、グループの種別を「一般」に設定することで、該グループに所属させるユーザを一般ユーザのみに制限することができる。 On the other hand, if the type is "general", it becomes a group for general users belonging to the tenant identified by the tenant ID to join. In other words, by setting the group type to "guest", it is possible to limit the users who belong to the group to only guest users, and by setting the group type to "general", they can belong to the group Users can be restricted to general users only.

図7は、ユーザデータベースの一例を示す図である。ユーザデータベース230は、情報の項目として、テナントID、ユーザID、パスワード、姓、名、UUID、メールアドレス、表示言語、ロール、テナント管理権限、所属するグループ一覧等を含む。 FIG. 7 is a diagram showing an example of a user database. The user database 230 includes, as information items, a tenant ID, user ID, password, surname, first name, UUID, email address, display language, role, tenant management authority, a list of groups to which the tenant belongs, and the like.

項目「テナントID」の値は、ユーザが所属しているテナントを特定する識別情報であり、項目「ユーザID」の値は、ユーザを認証するための識別情報であり、項目「パスワード」の値は、ユーザを認証する際のパスワードである。項目「姓」、「名」の値は、ユーザの氏名を示し、項目「UUID」の値は、ユーザを一意に特定するためのユーザ特定情報である。 The value of the item "tenant ID" is identification information for identifying the tenant to which the user belongs, the value of the item "user ID" is identification information for authenticating the user, and the value of the item "password". is the password used to authenticate the user. The values of the items "last name" and "first name" indicate the user's name, and the value of the item "UUID" is user identification information for uniquely identifying the user.

項目「メールアドレス」の値は、ユーザのメールアドレスを示し、項目「表示言語」の値は、ユーザに対してメッセージ等を表示する際の言語を示す。項目「ロール」の値は、ユーザの役割を示し、項目「グループ一覧」の値は、ユーザが加入しているグループを特定するグループIDの一覧を示す。 The value of the item "e-mail address" indicates the user's e-mail address, and the value of the item "display language" indicates the language in which messages and the like are displayed to the user. The value of the item "role" indicates the role of the user, and the value of the item "group list" indicates a list of group IDs identifying groups to which the user belongs.

図7の例では、ユーザID「user9876」で特定されるユーザはゲストユーザであり、グループID「group1」、「group2」で特定されるグループに加入していることがわかる。また、本実施形態のゲストユーザとは、項目「ロール」の値が「ゲスト」であるユーザを示す。なお、「ロール」の値としては、一般ユーザであることを示す「一般」、テナント管理者であることを示す「管理者」がある。 In the example of FIG. 7, it can be seen that the user identified by the user ID "user9876" is a guest user and has joined the groups identified by the group IDs "group1" and "group2". A guest user in this embodiment indicates a user whose value of the item "role" is "guest". Note that the values of "role" include "general" indicating a general user and "administrator" indicating a tenant administrator.

図8は、サービスデータベースの一例を示す図である。サービスデータベース240は、情報の項目として、契約ID、サービスID、ボリューム種別、ボリューム数、利用可能な残数量、利用中の数量等を含む。 FIG. 8 is a diagram showing an example of a service database. The service database 240 includes information items such as contract ID, service ID, volume type, number of volumes, available remaining quantity, quantity in use, and the like.

項目「契約ID」の値は、テナントが締結した契約を特定する識別情報であり、項目「サービスID」の値は、テナントが契約を締結することで利用可能となったサービスを特定するサービス識別情報である。 The value of the item "contract ID" is identification information that identifies the contract concluded by the tenant, and the value of the item "service ID" is the service identifier that identifies the service that has become available due to the conclusion of the contract by the tenant. Information.

項目「ボリューム種別」の値は、サービスの利用数の種類を示し、「ボリューム数」の値は、契約で決められた利用数、即ちライセンス数を示す。項目「利用可能な残数量」の値は、利用可能なボリューム数、即ちライセンス残数を示し、項目「利用中の数量」の値は、現在利用されているボリューム数、即ち利用中のライセンス数を示す。 The value of the item "volume type" indicates the type of number of uses of the service, and the value of "number of volumes" indicates the number of uses determined in the contract, that is, the number of licenses. The value of the item "available remaining quantity" indicates the number of available volumes, that is, the number of remaining licenses, and the value of the item "currently used quantity" indicates the number of volumes that are currently being used, that is, the number of licenses that are in use. indicates

なお、「ボリューム種別」としては、「ユーザ」と「デバイス」がある。つまり、ボリューム種別が「ユーザ」の場合は、サービスの利用契約形態がユーザの人数に応じたユーザライセンスであり、「デバイス」の場合はサービスの利用契約形態がデバイスの個数に応じたデバイスライセンスであることを示す。 The "volume type" includes "user" and "device". In other words, if the volume type is "user", the service contract form is a user license corresponding to the number of users, and if the volume type is "device", the service contract form is a device license corresponding to the number of devices. indicates that there is

図8の例では、ボリューム種別が「ユーザ」であるため、ボリューム数はユーザの数となる。また、図8の例では、サービスを利用可能なユーザの数が10人であり、サービスを利用中のユーザが8人であり、あと2人のユーザがサービスIDで特定されるサービスを利用することができる。 In the example of FIG. 8, the volume type is "user", so the number of volumes is the number of users. In the example of FIG. 8, the number of users who can use the service is 10, the number of users who are using the service is 8, and the other 2 users are using the service specified by the service ID. be able to.

なお、同一の契約ID及びサービスIDが複数のグループ、及びテナントに所属している個別のユーザに対して割り当てられる場合がある。つまり、テナント内の複数のグループおよびユーザが、同一のサービスを共用する場合がある。この場合、利用中のライセンス数は、複数のグループおよびユーザが利用中のライセンス数の合計値となる。この場合、サービスデータベース240には、グループID毎又はグループの種別毎に、ボリューム数、利用可能な残量数、利用中の数量を対応付けて管理することができる。 The same contract ID and service ID may be assigned to individual users belonging to multiple groups and tenants. That is, multiple groups and users within a tenant may share the same service. In this case, the number of licenses in use is the sum of the number of licenses in use by multiple groups and users. In this case, the service database 240 can be managed by associating the number of volumes, the number of available remaining volumes, and the number of volumes in use with each group ID or group type.

また、一般ユーザと、ゲストユーザとで、同一のサービスを共用する場合がある。この場合、一般ユーザが利用可能なラインセンス残数不足でサービスを利用できなくなることを防ぐため、ゲストユーザ用グループに割り当て可能なボリューム数を限定することができる。つまり、グループID毎又はグループの種別毎に利用可能なボリューム数を設定することができる。例えば、ゲストユーザ用グループG1のボリューム数の上限を5と設定した場合、グループG1に所属するゲストユーザ5人までサービスが利用可能になる。また、グループの種別が「ゲスト」であるグループのボリューム数の上限を5と設定した場合、ゲストユーザ用のグループG1、G2に所属する全てのゲストユーザ5人までサービスが利用可能となる。 Also, there are cases where the same service is shared by general users and guest users. In this case, the number of volumes that can be assigned to the guest user group can be limited in order to prevent general users from being unable to use the service due to an insufficient number of available licenses. In other words, the number of usable volumes can be set for each group ID or each type of group. For example, if the upper limit of the number of volumes in the guest user group G1 is set to 5, up to 5 guest users belonging to the group G1 can use the service. Also, when the upper limit of the number of volumes of a group whose group type is "guest" is set to 5, all five guest users belonging to groups G1 and G2 for guest users can use the service.

図9は、契約管理データベースの一例を示す図である。契約管理データベース250は、情報の項目とて、テナントID、契約ID、サービスID等を含む。契約管理データベース250では、テナントが締結した契約と、契約によって利用可能となったサービスとが対応付けられている。 FIG. 9 is a diagram showing an example of a contract management database. The contract management database 250 includes information items such as tenant IDs, contract IDs, and service IDs. In the contract management database 250, contracts concluded by tenants are associated with services made available by the contracts.

図10は、グループ権限データベースの一例を示す図である。グループ権限データベース260は、情報の項目として、テナントID、グループID、サービスID一覧等を含む。グループ権限データベース260では、テナントにおいて設定されたグループと、グループに割り当てられたサービスとが対応付けられている。 FIG. 10 is a diagram showing an example of the group authority database. The group authority database 260 includes a tenant ID, a group ID, a list of service IDs, etc. as information items. In the group authority database 260, groups set in a tenant are associated with services assigned to the groups.

言い換えれば、グループ権限データベース260は、グループに割り当たられたサービスの利用権限を示す。 In other words, the group authority database 260 indicates the service usage authority assigned to the group.

図11は、ユーザ権限データベースの一例を示す図である。ユーザ権限データベース270は、情報の項目として、契約ID、サービスID、UUID、グループID等を含む。ユーザ権限データベース270では、ユーザが加入しているグループ、グループと対応するサービス、サービスと対応する契約とが対応付けられている。 FIG. 11 is a diagram showing an example of the user authority database. The user authority database 270 includes contract IDs, service IDs, UUIDs, group IDs, etc. as information items. In the user authority database 270, the groups to which the user subscribes, the services corresponding to the groups, and the contracts corresponding to the services are associated.

言い換えれば、ユーザ権限データベース270は、ユーザに割り当てられたサービスの利用権限を示す。 In other words, the user authority database 270 indicates the service utilization authority assigned to the user.

図12は、期限管理データベースの一例を示す図である。期限管理データベース280は、情報の項目として、UUID、グループID、追加日、所属期限日等を含む。項目「追加日」の値は、UUIDで特定されるユーザが、グループIDで特定されるグループに追加された日付けを示す。項目「所属期限日」の値は、UUIDで特定されるユーザが、グループIDで特定されるグループから除外される日付を示す。 FIG. 12 is a diagram showing an example of a deadline management database. The deadline management database 280 includes information items such as UUID, group ID, date of addition, deadline date of affiliation, and the like. The value of the item "date of addition" indicates the date when the user identified by the UUID was added to the group identified by the group ID. The value of the item “belonging deadline date” indicates the date on which the user identified by the UUID is excluded from the group identified by the group ID.

つまり、期限管理データベース280は、ユーザが、グループと対応付けられたサービスを利用することができる期間を示す。 In other words, the time limit management database 280 indicates the period during which the user can use the service associated with the group.

次に、図13を参照して、本実施形態の情報処理システム100の有する各装置の機能について説明する。図13は、情報処理システムが有する各装置の機能について説明する図である。 Next, with reference to FIG. 13, the function of each device included in the information processing system 100 of this embodiment will be described. FIG. 13 is a diagram for explaining the function of each device included in the information processing system.

はじめに、本実施形態の情報処理装置300の機能について説明する。本実施形態の情報処理装置300は、入力受付部310、表示制御部320、通信部330を含む。入力受付部310は、情報処理装置300に対する各種の入力を受け付ける。表示制御部320は、情報処理装置300における表示を制御する。通信部330は、情報処理装置300と、サーバ装置200等の外部装置との通信を制御する。 First, functions of the information processing apparatus 300 of this embodiment will be described. An information processing apparatus 300 of this embodiment includes an input reception unit 310 , a display control unit 320 and a communication unit 330 . The input reception unit 310 receives various inputs to the information processing device 300 . The display control unit 320 controls display on the information processing device 300 . The communication unit 330 controls communication between the information processing device 300 and an external device such as the server device 200 .

次に、サーバ装置200の機能について説明する。本実施形態のサーバ装置200は、記憶部205、権限管理処理部290を有する。記憶部205は、サーバ装置200のHD504等によって実現される。権限管理処理部290は、CPU501がROM502等に格納されたプログラムを読み出して実行することで実現される。 Next, functions of the server device 200 will be described. The server device 200 of this embodiment has a storage unit 205 and an authority management processing unit 290 . The storage unit 205 is implemented by the HD 504 of the server device 200 or the like. The authority management processing unit 290 is implemented by the CPU 501 reading and executing a program stored in the ROM 502 or the like.

権限管理処理部290は、入力受付部291、表示制御部292、グループ管理部293、権限管理部294、ユーザ管理部295、期限管理部296、ユーザ認証部297を有する。 The authority management processing section 290 has an input reception section 291 , a display control section 292 , a group management section 293 , an authority management section 294 , a user management section 295 , a time limit management section 296 and a user authentication section 297 .

入力受付部291は、サーバ装置200に対する各種の入力を受け付ける。表示制御部292は、情報処理装置300に対する表示を指示する。 The input reception unit 291 receives various inputs to the server device 200 . The display control unit 292 instructs the information processing device 300 to display.

グループ管理部293は、グループの管理を行う。具体的には、グループ管理部293は、テナント管理者等によるグループの新規作成に応じたグループ情報の追加、グループの削除によるグループの消去等を行う。 The group management unit 293 manages groups. Specifically, the group management unit 293 performs addition of group information in response to new creation of a group by a tenant administrator or the like, deletion of a group by deletion of the group, and the like.

権限管理部294は、グループに対するサービスの割当や、ユーザに対するサービスの利用権限の付与等を行う。また、権限管理部294は、ユーザに対する利用権限の付与等に応じて、対応する各データベースを更新する。
権限管理部294は、ユーザグループ情報、グループ権限情報、ユーザ権限情報を管理する。例えば、グループ権限情報は、ユーザからの操作によってのみ変更を可能にして、ユーザグループ情報とユーザ権限情報はユーザからの操作による変更又はサーバ装置200による自動変更を可能に管理する。また、権限管理部294は、ユーザグループ情報、グループ権限情報、ユーザ権限情報を参照することで、権限情報に対応するサービスの利用をユーザ又はデバイスに対して利用可能として、ユーザからの要求に応じてサービスを提供するよう制御することができる。
The authority management unit 294 allocates services to groups and grants service utilization authority to users. In addition, the authority management unit 294 updates each corresponding database according to the grant of use authority to the user.
The authority management unit 294 manages user group information, group authority information, and user authority information. For example, group authority information can be changed only by a user's operation, and user group information and user authority information can be managed by a user's operation or automatically by the server device 200 . In addition, the authority management unit 294 refers to the user group information, group authority information, and user authority information so that the user or device can use the service corresponding to the authority information, and responds to the request from the user. can be controlled to provide services to

ユーザ管理部295は、ユーザの管理を行う。具体的には、ユーザ管理部295は、ユーザのグループへの追加や、グループからのユーザの除外等を行う。 The user management unit 295 manages users. Specifically, the user management unit 295 adds a user to a group, removes a user from the group, and the like.

期限管理部296は、ユーザに対してサービスの利用権限が付与される期間を管理する。具体的には、期限管理部296は、期限管理データベース280を参照し、ユーザのグループの所属期限を管理する。言い換えれば、期限管理部296は、ゲストユーザのサービスの利用期間を管理する。 The time limit management unit 296 manages the period during which the user is authorized to use the service. Specifically, the deadline management unit 296 refers to the deadline management database 280 and manages the membership deadline of the user's group. In other words, the time limit management unit 296 manages the usage period of the guest user's service.

ユーザ認証部297は、情報処理システム100を利用するユーザのユーザIDとパスワードを受け付けて、ユーザデータベース230を参照し、ユーザの認証を行う。 The user authentication unit 297 accepts the user ID and password of the user who uses the information processing system 100, refers to the user database 230, and authenticates the user.

次に、本実施形態の情報処理システム100の動作について説明する。図14は、情報処理システムの動作を説明する第一のシーケンス図である。 Next, the operation of the information processing system 100 of this embodiment will be described. FIG. 14 is a first sequence diagram for explaining the operation of the information processing system.

情報処理システム100において、情報処理装置300は、テナント管理者等の操作により、グループ一覧表示要求をサーバ装置200へ送信する(ステップS1401)。 In the information processing system 100, the information processing device 300 transmits a group list display request to the server device 200 by the operation of the tenant administrator or the like (step S1401).

このグループ一覧表示要求には、情報処理装置300を管理するテナントのテナントIDと、グループの種別とが含まれていてよい。本実施形態では、ステップS1401に含まれグループの種別は、「ゲスト」である。したがって、ここでは、テナントIDと対応付けられたゲストユーザ用のグループの一覧の表示要求がサーバ装置200に送信される。 This group list display request may include the tenant ID of the tenant who manages the information processing device 300 and the group type. In this embodiment, the type of group included in step S1401 is "guest". Therefore, here, a request to display a list of guest user groups associated with the tenant ID is transmitted to the server device 200 .

サーバ装置200の権限管理処理部290は、この要求を受け付けて、グループデータベース220を参照し、テナントIDと対応するゲストユーザ用のグループの一覧を取得する(ステップS1402、1403)。つまり、権限管理処理部290は、種別が「ゲスト」であるグループを特定する。 The authority management processing unit 290 of the server device 200 receives this request, refers to the group database 220, and obtains a list of guest user groups corresponding to the tenant ID (steps S1402 and 1403). That is, the authority management processing unit 290 identifies groups whose type is "guest".

続いて、サーバ装置200は、情報処理装置300に対し、取得したグループの一覧を表示させる(ステップS1404)。 Subsequently, the server apparatus 200 causes the information processing apparatus 300 to display the obtained list of groups (step S1404).

ここで、新たなゲストユーザ用のグループを追加する場合の動作を説明する。情報処理装置300は、テナント管理者等の操作により、サーバ装置200に対して新規のグループの作成要求を送信する(ステップS1405)。サーバ装置200は、この要求を受けて、情報処理装置300に対してグループ情報の入力フォーム(入力画面)を表示させる(ステップS1406)。 Here, the operation for adding a new guest user group will be described. The information processing device 300 transmits a new group creation request to the server device 200 by the operation of the tenant administrator or the like (step S1405). In response to this request, the server apparatus 200 causes the information processing apparatus 300 to display an input form (input screen) for group information (step S1406).

情報処理装置300は、入力フォームへのグループ情報の入力を受け付けると、サーバ装置200へグループ情報を送信する(ステップS1407)。サーバ装置200は、グループ情報をグループデータベース220に追加し(ステップS1408)、新たなゲストユーザ用のグループの作成を完了する(ステップS1409)。続いて、サーバ装置200は、情報処理装置300に対してグループの作成結果を表示させる(ステップS1410)。 The information processing device 300, upon receiving the group information input to the input form, transmits the group information to the server device 200 (step S1407). The server device 200 adds the group information to the group database 220 (step S1408), and completes creating a new guest user group (step S1409). Subsequently, the server apparatus 200 causes the information processing apparatus 300 to display the group creation result (step S1410).

続いて、情報処理装置300は、テナントが利用可能なサービスの一覧の表示要求をサーバ装置200へ送信する(ステップS1411)。サーバ装置200は、この要求を受け付けて、契約管理データベース250を参照し、テナントが利用可能なサービスの一覧を取得する(ステップS1412、1413)。続いて、サーバ装置200は、情報処理装置300に対し、テナントが利用可能なサービスの一覧を表示させる(ステップS1414)。 Subsequently, the information processing device 300 transmits a request for displaying a list of services available to the tenant to the server device 200 (step S1411). The server device 200 receives this request, refers to the contract management database 250, and obtains a list of services available to the tenant (steps S1412 and 1413). Subsequently, the server device 200 causes the information processing device 300 to display a list of services available to the tenant (step S1414).

情報処理装置300は、テナント管理者等の操作により、グループに割り当てるサービスが選択されると、選択の結果をサーバ装置200へ送信する(ステップS1415)。 When a service to be assigned to a group is selected by the tenant administrator or the like, the information processing device 300 transmits the selection result to the server device 200 (step S1415).

サーバ装置200は、サービスの選択を受け付けて、追加されたグループ情報に対して、選択されたサービスの利用権限を付与する(ステップS1416、1417)。具体的には、サーバ装置200は、権限管理部294により、グループ権限データベース260において、新たに追加されたグループのグループIDと、グループに利用権限が付与されたサービスのサービスIDとを対応付ける。 The server device 200 accepts the selection of the service and gives the added group information the authority to use the selected service (steps S1416 and 1417). Specifically, the server device 200 causes the authority management unit 294 to associate the group ID of the newly added group with the service ID of the service to which the group is granted the authority to use in the group authority database 260 .

続いて、サーバ装置200は、情報処理装置300に対してグループの作成結果を表示させる(ステップS1418)。 Subsequently, the server apparatus 200 causes the information processing apparatus 300 to display the group creation result (step S1418).

以下に、図15を参照して、情報処理装置300の表示例について説明する。図15は、情報処理装置の表示例を示す第一の図である。 A display example of the information processing apparatus 300 will be described below with reference to FIG. 15 . FIG. 15 is a first diagram showing a display example of the information processing apparatus.

図15に示す画面151は、例えば、図14のステップS1404で表示されるグループの一覧画面の一例である。 A screen 151 shown in FIG. 15 is an example of a group list screen displayed in step S1404 of FIG. 14, for example.

画面151の表示欄151aには、ゲストユーザ用のグループの一覧が表示されている。また、画面151には、新たなグループの作成、グループの編集、グループの削除を行うための操作ボタンが表示される。図14に示す動作は、新たなグループの作成が操作された場合の動作である。 A display field 151a of the screen 151 displays a list of groups for guest users. The screen 151 also displays operation buttons for creating a new group, editing a group, and deleting a group. The operation shown in FIG. 14 is the operation when the creation of a new group is operated.

次に、図16を参照して、ゲストユーザ用のグループにサービスの利用権限を割り当てる動作について説明する。図16は、情報処理システムの動作を示す第二のシーケンス図である。 Next, with reference to FIG. 16, the operation of allocating service usage rights to groups for guest users will be described. FIG. 16 is a second sequence diagram showing the operation of the information processing system.

図16のステップS1601からステップS1604までの処理は、図14のステップS1401からステップS1404までの処理と同様であるから、説明を省略する。 Since the processing from step S1601 to step S1604 in FIG. 16 is the same as the processing from step S1401 to step S1404 in FIG. 14, description thereof is omitted.

情報処理装置300は、ステップS1604に続いて、一覧からグループの選択を受け付けると、選択されたグループをサーバ装置200へ通知する(ステップS1605)。 Subsequent to step S1604, the information processing apparatus 300, upon accepting selection of a group from the list, notifies the selected group to the server apparatus 200 (step S1605).

サーバ装置200は、権限管理処理部290により、グループ権限データベース260を参照して、選択されたグループに対応付けられたサービスの一覧を取得する(ステップS1606、1607)。続いて、サーバ装置200は、情報処理装置300に対し、選択されたグループに対応付けられたサービスの一覧を表示させる(ステップS1608)。 The server apparatus 200 refers to the group authority database 260 by means of the authority management processing unit 290, and obtains a list of services associated with the selected group (steps S1606 and 1607). Subsequently, the server device 200 causes the information processing device 300 to display a list of services associated with the selected group (step S1608).

続いて、情報処理装置300は、テナント管理者等の操作により、テナントが契約しているサービスの一覧の表示要求をサーバ装置200に送信する(ステップS1609)。 Subsequently, the information processing apparatus 300 transmits a request for displaying a list of services contracted by the tenant to the server apparatus 200 by the operation of the tenant administrator or the like (step S1609).

サーバ装置200は、この要求を受けて、契約管理データベース250を参照し、テナントが契約しているサービスの一覧を取得する(ステップS1610、1611)。続いて、サーバ装置200は、情報処理装置300に、テナントが契約しているサービスの一覧を表示させる(ステップS1612)。 Upon receiving this request, the server device 200 refers to the contract management database 250 and acquires a list of services contracted by the tenant (steps S1610, 1611). Subsequently, the server device 200 causes the information processing device 300 to display a list of services contracted by the tenant (step S1612).

情報処理装置300は、ステップS1605で選択したグループと対応付けるサービスの選択を受け付けて、選択されたサービスをサーバ装置200へ通知する(ステップS1613)。 The information processing apparatus 300 accepts the selection of the service associated with the group selected in step S1605, and notifies the selected service to the server apparatus 200 (step S1613).

続いて、サーバ装置200は、権限管理部294により、選択されたサービスを、選択されたグループと対応付ける(ステップS1614)。 Subsequently, server device 200 causes authority management unit 294 to associate the selected service with the selected group (step S1614).

このとき、サーバ装置200は、権限管理部294により、サービスデータベース240を参照し、選択されたサービスの利用可能な残数量と、選択されたグループに所属するゲストユーザの人数とを比較する。そして、サービスの利用可能な残数量が、ゲストユーザの人数よりも少ない場合、グループとサービスとの対応付けを失敗したものとする(ステップS1615)。 At this time, the server device 200 refers to the service database 240 by the authority management unit 294, and compares the available remaining quantity of the selected service with the number of guest users belonging to the selected group. If the remaining number of available services is less than the number of guest users, it is determined that the association between groups and services has failed (step S1615).

サーバ装置200は、サービスの利用可能な残数量が、ゲストユーザの人数以上である場合、権限管理部294は、ステップS1605で選択されたグループのグループIDを含むグループ権限情報に、ステップS1613で選択されたサービスのサービスIDを含める(ステップS1616)。 In the server device 200, if the remaining number of available services is equal to or greater than the number of guest users, the authority management unit 294 selects group authority information including the group ID of the group selected in step S1605 in step S1613. The service ID of the received service is included (step S1616).

なお、サービスデータベース240において、複数のグループで一つのサービスID及び契約IDに対応するサービスを共用する場合がある。このとき、グループ毎に割り当て可能なボリューム数を設定することができる。このため、権限管理部294は、サービスデータベース240で示される全ボリューム数のうち、グループID又はグループ種別に応じて割り当て可能なボリューム数がゲストユーザの人数以上である場合に、ステップS1605で選択されたグループのグループIDを含むグループ権限情報に、ステップS1613で選択されたサービスのサービスIDを含めても良い。 In the service database 240, a plurality of groups may share a service corresponding to one service ID and contract ID. At this time, the number of volumes that can be assigned to each group can be set. For this reason, the authority management unit 294 selects in step S1605 when the number of volumes that can be assigned according to the group ID or group type out of the total number of volumes shown in the service database 240 is equal to or greater than the number of guest users. The service ID of the service selected in step S1613 may be included in the group authority information including the group ID of the group obtained.

言い換えれば、権限管理部294は、グループ権限データベース260において、ステップS1605で選択されたグループのグループIDと、ステップS1613で選択されたサービスのサービスIDとを対応付ける。 In other words, authority management unit 294 associates the group ID of the group selected in step S1605 with the service ID of the service selected in step S1613 in group authority database 260 .

続いて、サーバ装置200は、グループに所属するユーザに対して、サービスの利用権限を割り当てる(ステップS1617)。具体的には、サーバ装置200は、権限管理部294により、ユーザ権限データベース270において、グループに所属するユーザのユーザIDと、サービスID及びグループIDとを対応付ける。 Subsequently, the server apparatus 200 allocates service usage authority to users belonging to the group (step S1617). Specifically, the server device 200 causes the authority management unit 294 to associate the user ID of the user belonging to the group with the service ID and the group ID in the user authority database 270 .

また、権限管理部294は、ユーザデータベース230とサービスデータベース240とを、グループとサービスとの対応付けに応じて更新する。 Also, the authority management unit 294 updates the user database 230 and the service database 240 according to the correspondence between the group and the service.

続いて、権限管理部294は、グループとサービスとの対応付けが成功したものとする(ステップS1618)。続いて、サーバ装置200は、情報処理装置300に、グループとサービスとの対応付けの結果を表示させる(ステップS1619)。 Subsequently, the authority management unit 294 assumes that the association between the group and the service has succeeded (step S1618). Subsequently, the server apparatus 200 causes the information processing apparatus 300 to display the result of association between groups and services (step S1619).

次に、図17を参照して、情報処理装置300の表示例について説明する。図17は、情報処理装置の表示例を説明する第二の図である。 Next, a display example of the information processing apparatus 300 will be described with reference to FIG. 17 . FIG. 17 is a second diagram for explaining a display example of the information processing device.

図17に示す画面171は、例えば、図16のステップS1612で、情報処理装置300に表示される画面の一例である。 A screen 171 illustrated in FIG. 17 is an example of a screen displayed on the information processing apparatus 300 in step S1612 of FIG. 16, for example.

画面171の表示欄171aには、テナントが契約しているサービスの一覧が表示される。言い換えれば、テナントが利用権限を有しているライセンスの一覧が表示される。 A display field 171a of the screen 171 displays a list of services contracted by the tenant. In other words, a list of licenses for which the tenant has usage rights is displayed.

また、画面171では、グループ01が選択されている。本実施形態では、表示欄171aにおいて、一覧からライセンスが選択されると、このライセンスと対応するサービスが、選択されたサービスとして、サーバ装置200に通知される。 Also, on the screen 171, group 01 is selected. In this embodiment, when a license is selected from the list in the display field 171a, the service corresponding to this license is notified to the server device 200 as the selected service.

次に、図18を参照して、グループへゲストユーザを追加する場合の情報処理システム100の動作について説明する。図18は、情報処理システムの動作を説明する第三のシーケンス図である。 Next, the operation of the information processing system 100 when adding a guest user to a group will be described with reference to FIG. 18 . FIG. 18 is a third sequence diagram for explaining the operation of the information processing system.

図18のステップS1801からステップS1804までの処理は、図14のステップS1401からステップS1404までの処理と同様であるから、説明を省略する。 Since the processing from step S1801 to step S1804 in FIG. 18 is the same as the processing from step S1401 to step S1404 in FIG. 14, description thereof is omitted.

ステップS1804に続いて、情報処理装置300は、グループと、グループへのゲストユーザの追加の操作を受け付けて、サーバ装置200に対してグループへのゲストユーザの追加要求を送信する(ステップS1805)。この追加要求には、選択されたグループのグループIDが含まれる。 Following step S1804, the information processing apparatus 300 receives an operation to add a group and a guest user to the group, and transmits a request to add the guest user to the group to the server apparatus 200 (step S1805). This add request includes the group ID of the selected group.

サーバ装置200は、追加要求を受けて、権限管理部294により、サービスデータベース240を参照して、選択されたグループに設定されているサービスの利用可能な残数量を確認する(ステップS1806、1807)。 Upon receiving the addition request, the server apparatus 200 refers to the service database 240 by the authority management unit 294 to check the available remaining quantity of the services set in the selected group (steps S1806 and 1807). .

なお、サービスデータベース240において、複数のグループで一つのサービスID及び契約IDに対応するサービスを共用する場合がある。このとき、グループ毎に割り当て可能なボリューム数を設定することができる。このため、権限管理部294は、サービスデータベース240で示される全ボリューム数のうち、グループID又はグループ種別に応じて割り当て可能なボリューム数を確認することができる。 In the service database 240, a plurality of groups may share a service corresponding to one service ID and contract ID. At this time, the number of volumes that can be assigned to each group can be set. Therefore, the authority management unit 294 can confirm the number of volumes that can be allocated according to the group ID or group type among the total number of volumes shown in the service database 240 .

ここで、サーバ装置200は、グループに設定されているサービスの利用可能な残数量が0である場合、情報処理装置300に対し、グループへのゲストユーザの追加か不可能であることを示す通知を表示させる(ステップS1808)。 Here, when the available remaining quantity of the service set in the group is 0, the server device 200 notifies the information processing device 300 that it is impossible to add the guest user to the group. is displayed (step S1808).

また、サーバ装置200は、グループに設定されているサービスの利用可能な残数量が0でない場合、つまり、グループへのゲストユーザの追加が可能である場合、情報処理装置300に対し、新規ゲスト、又は、既存ゲストを選択する画面を表示させる(ステップS1809)。 In addition, when the available remaining quantity of the service set in the group is not 0, that is, when it is possible to add a guest user to the group, the server device 200 sends the information processing device 300 a new guest, Alternatively, a screen for selecting an existing guest is displayed (step S1809).

なお、本実施形態では、ステップS1804において、グループの一覧を表示させる際に、予めグループに設定されているサービスの利用可能な残数量を確認し、設定されているサービスの利用可能な残数量が0であるグループは、選択不可な状態として表示してもよい。 In this embodiment, when displaying the list of groups in step S1804, the available remaining quantity of the service set in advance for the group is confirmed, and the available remaining quantity of the set service is checked. A group that is 0 may be displayed as a non-selectable state.

次に、新規のゲストユーザをグループに追加する処理について説明する。新規のゲストユーザとは、ユーザデータベース230にユーザ情報が格納されていないゲストユーザである。 Next, processing for adding a new guest user to a group will be described. A new guest user is a guest user whose user information is not stored in the user database 230 .

情報処理装置300は、新規のゲストユーザの追加を指示する操作を受け付けると、新規のゲストユーザの追加指示をサーバ装置200に送信する(ステップS1810)。 Information processing apparatus 300, upon receiving an operation to instruct addition of a new guest user, transmits an instruction to add a new guest user to server apparatus 200 (step S1810).

サーバ装置200は、追加指示を受け付けると、ゲストユーザのユーザ情報の入力フォーム(入力画面)を情報処理装置300に表示させる(ステップS1811)。 When receiving the addition instruction, the server device 200 causes the information processing device 300 to display an input form (input screen) for user information of the guest user (step S1811).

情報処理装置300は、ユーザ情報の入力を受け付けると、ユーザ情報をサーバ装置200へ送信する(ステップS1812)。 The information processing device 300, upon receiving the input of the user information, transmits the user information to the server device 200 (step S1812).

サーバ装置200は、ユーザ管理部295は、ユーザ情報を受信すると、ユーザデータベース230へ格納する(ステップS1813、1814)。このとき、ユーザデータベース230において、ユーザIDとグループIDとを対応付ける。 When the user management unit 295 receives the user information, the server device 200 stores it in the user database 230 (steps S1813 and 1814). At this time, the user database 230 associates the user ID with the group ID.

続いて、サーバ装置200は、権限管理部294により、追加されたユーザに対して、グループと対応付けられたサービスの利用権限を割り当てる(ステップS1815、1816)。 Subsequently, the server device 200 assigns the added user the authority to use the service associated with the group by the authority management unit 294 (steps S1815 and 1816).

具体的には、権限管理部294は、新たに追加されたユーザ情報に含まれるUUIDと、ステップS1805で受け付けた追加要求に含まれるグループIDと、このグループIDと対応付けられたサービスIDとを紐付けたユーザ権限情報を生成する。そして、権限管理部294は、このユーザ権限情報を、ユーザ権限データベース270に格納する。 Specifically, authority management unit 294 stores the UUID included in the newly added user information, the group ID included in the addition request accepted in step S1805, and the service ID associated with this group ID. Generate linked user authority information. The authority management unit 294 then stores this user authority information in the user authority database 270 .

言い換えれば、サーバ装置200は、テナントに所属していないゲストユーザを特定するUUIDと、ゲストユーザを含ませるグループを特定するグループIDとを受け付けて、グループIDとサービスを特定するサービスIDとが対応付けられたグループ権限データベース260を参照し、UUIDと、受け付けたグループIDと対応付けられたサービスIDと、を紐付ける。 In other words, the server device 200 accepts a UUID that identifies a guest user who does not belong to a tenant and a group ID that identifies a group that includes the guest user, and the group ID and the service ID that identifies the service correspond to each other. The attached group authority database 260 is referred to, and the UUID is associated with the service ID associated with the received group ID.

続いて、サーバ装置200は、情報処理装置300に対し、ゲストユーザの作成結果を表示させる(ステップS1817)。 Subsequently, the server device 200 causes the information processing device 300 to display the guest user creation result (step S1817).

次に、既存のゲストユーザをグループに追加する処理について説明する。 Next, processing for adding an existing guest user to a group will be described.

情報処理装置300は、既存のゲストユーザの追加を指示する操作を受け付けると、既存のゲストユーザの追加指示をサーバ装置200に送信する(ステップS1818)。 Information processing apparatus 300, upon receiving an operation to instruct addition of an existing guest user, transmits an instruction to add an existing guest user to server apparatus 200 (step S1818).

サーバ装置200は、追加指示を受け付けると、ユーザデータベース230を参照し、ゲストユーザの一覧情報を取得する(ステップS1819、1820)。つまり、ロールにゲストが設定されているユーザを特定する。続いて、サーバ装置200は、ゲストユーザの一覧情報を情報処理装置300に表示させる(ステップS1821)。 Upon receiving the addition instruction, the server device 200 refers to the user database 230 and acquires guest user list information (steps S1819 and 1820). In other words, the user whose role is set as guest is identified. Subsequently, the server device 200 causes the information processing device 300 to display the guest user list information (step S1821).

情報処理装置300は、ゲストユーザの一覧から、グループに選択するゲストユーザを選択する操作を受け付けると、選択されたゲストユーザのグループへの追加要求をサーバ装置200へ送信する(ステップS1822)。 Information processing apparatus 300, upon receiving an operation of selecting a guest user to be selected for a group from the list of guest users, transmits a request to add the selected guest user to the group to server apparatus 200 (step S1822).

サーバ装置200は、ユーザ管理部295により、選択されたゲストユーザが所属するグループの情報を編集する(ステップS1823、1824)。具体的には、ユーザ管理部295は、選択されたゲストユーザのユーザ情報に、このユーザが追加されるグループのグループIDを含める。 The server apparatus 200 edits the information of the group to which the selected guest user belongs by the user management unit 295 (steps S1823 and 1824). Specifically, the user management unit 295 includes the group ID of the group to which this user is added in the user information of the selected guest user.

続いて、サーバ装置200は、権限管理部294により、選択されたゲストユーザに対し、グループに設定されたサービスの利用権限を割り当てる(ステップS1825、1826)。 Subsequently, the server apparatus 200 assigns the selected guest user the authority to use the service set for the group by the authority management unit 294 (steps S1825 and 1826).

具体的には、権限管理部294は、ユーザ権限データベース270において、選択されたゲストユーザのユーザ権限情報に、グループのグループIDと、グループに設定されたサービスのサービスIDとを対応付ける。 Specifically, the authority management unit 294 associates the user authority information of the selected guest user with the group ID of the group and the service ID of the service set for the group in the user authority database 270 .

また、このとき、権限管理部294は、サービスデータベース240において、グループに設定されたサービスのサービス情報の利用可能な残数量、利用中の数量を更新する。 Also, at this time, the authority management unit 294 updates the available remaining quantity and the quantity in use of the service information of the service set in the group in the service database 240 .

続いて、サーバ装置200は、情報処理装置300に対し、ゲストユーザをグループに追加したことを示す通知を送信する(ステップS1827)。 Subsequently, the server device 200 transmits a notification indicating that the guest user has been added to the group to the information processing device 300 (step S1827).

以下に、図19乃至図23を参照して、情報処理装置300の表示例について説明する。図19は、情報処理装置の表示例を説明する第三の図である。 Display examples of the information processing apparatus 300 will be described below with reference to FIGS. 19 to 23 . FIG. 19 is a third diagram for explaining a display example of the information processing device.

図19に示す画面191は、図18のステップS1804で情報処理装置300に表示される画面の一例を示す。画面191の表示欄191aには、グループ毎に設定されたサービスの一覧が表示されている。また、画面191には、ゲストユーザのグループへの追加を要求するための操作ボタン191bが表示されている。 A screen 191 shown in FIG. 19 shows an example of a screen displayed on the information processing apparatus 300 in step S1804 of FIG. A display field 191a of the screen 191 displays a list of services set for each group. The screen 191 also displays an operation button 191b for requesting addition of the guest user to the group.

本実施形態では、表示欄191aにおいて、グループが選択されて、操作ボタン191bが操作されると、画面191は、追加するユーザを選択する画面に遷移する。 In this embodiment, when a group is selected in the display column 191a and the operation button 191b is operated, the screen 191 transitions to a screen for selecting users to be added.

図20は、情報処理装置の表示例を説明する第四の図である。図20に示す画面201は、例えば、図18のステップS1809で情報処理装置300に表示される画面の一例である。 FIG. 20 is a fourth diagram for explaining a display example of the information processing device. A screen 201 illustrated in FIG. 20 is an example of a screen displayed on the information processing apparatus 300 in step S1809 of FIG. 18, for example.

画面201の表示欄201a、操作ボタン201b、201c、201dが表示されている。表示欄201aには、既存のゲストユーザの一覧が表示されていてもよい。 A display field 201a and operation buttons 201b, 201c, and 201d of the screen 201 are displayed. A list of existing guest users may be displayed in the display field 201a.

操作ボタン201bは、選択されたグループに対して、新規のゲストユーザを追加するための操作ボタンである。操作ボタン201cは、選択されたグループに対して、既存のゲストユーザを追加するための操作ボタンである。 The operation button 201b is an operation button for adding a new guest user to the selected group. The operation button 201c is an operation button for adding an existing guest user to the selected group.

また、操作ボタン201dは、表示欄201aに表示されたゲストユーザの一覧において選択されたゲストユーザを、グループから除外するための操作ボタンである。 Further, the operation button 201d is an operation button for excluding the guest user selected in the list of guest users displayed in the display field 201a from the group.

本実施形態では、操作ボタン201bが選択されると、画面201が、新規のゲストユーザを追加するための画面に遷移する。また、本実施形態では、操作ボタン201cが選択されると、画面201が、既存のゲストユーザを追加するための画面に遷移する。 In this embodiment, when the operation button 201b is selected, the screen 201 transitions to a screen for adding a new guest user. Moreover, in this embodiment, when the operation button 201c is selected, the screen 201 transitions to a screen for adding an existing guest user.

また、本実施形態では、情報処理装置300は、操作ボタン201dが選択されると、ゲストユーザの一覧において選択されたゲストユーザの除外要求をサーバ装置200へ送信する。この除外要求には、言い換えれば、既存のゲストユーザと、サービスIDとの紐付けの解除を要求する解除指示であり、選択されたゲストユーザのユーザIDが含まれてもよい。 Further, in the present embodiment, the information processing device 300 transmits to the server device 200 a request to exclude the guest user selected in the guest user list when the operation button 201d is selected. This exclusion request is, in other words, a release instruction requesting release of the association between the existing guest user and the service ID, and may include the user ID of the selected guest user.

サーバ装置200は、除外要求を受け付けると、除外要求に含まれるユーザIDを含むユーザ情報からUUIDを取得する。そして、権限管理部294は、取得したUUIDを含むユーザ権限情報から、選択されたグループのグループIDと、このグループIDと対応付けられたサービスIDとを消去する。 Upon receiving the exclusion request, server device 200 acquires the UUID from the user information including the user ID included in the exclusion request. Then, the authority management unit 294 deletes the group ID of the selected group and the service ID associated with this group ID from the user authority information including the acquired UUID.

さらに、権限管理部294は、サービスデータベース240において、選択されたグループIDと対応付けられたサービスIDを含むサービス情報の利用可能な残数量と、利用中の数量と、を更新する。 Furthermore, the authority management unit 294 updates the available remaining quantity and the quantity in use of the service information including the service ID associated with the selected group ID in the service database 240 .

このように、本実施形態では、ゲストユーザをグループから除外することで、ゲストユーザのUUIDと、グループに設定されたサービスの利用権限との紐付けを解消させることができる。 As described above, in this embodiment, by excluding the guest user from the group, it is possible to dissolve the connection between the guest user's UUID and the service usage authority set for the group.

図21は、情報処理装置の表示例を説明する第五の図である。図21に示す画面202は、例えば、図18のステップS1811で情報処理装置300に表示される画面の一例である。言い換えれば、画面202は、新規のゲストユーザを追加するための画面の一例である。 FIG. 21 is a fifth diagram for explaining a display example of the information processing apparatus. A screen 202 illustrated in FIG. 21 is an example of a screen displayed on the information processing apparatus 300 in step S1811 of FIG. 18, for example. In other words, screen 202 is an example of a screen for adding a new guest user.

画面202は、新規のゲストユーザのユーザ情報の入力画面があり、ユーザ情報に含まれる各項目の入力欄202aが表示されている。また、画面202には、入力されたユーザ情報を送信するための操作ボタン202bが表示されている。 The screen 202 has an input screen for user information of a new guest user, and an input field 202a for each item included in the user information is displayed. The screen 202 also displays an operation button 202b for transmitting the input user information.

本実施形態では、入力欄202aにユーザ情報が入力された後に、操作ボタン202bが操作されると、入力されたユーザ情報が、情報処理装置300からサーバ装置200へ送信される。 In the present embodiment, when the operation button 202b is operated after user information is entered in the input field 202a, the entered user information is transmitted from the information processing device 300 to the server device 200. FIG.

図22は、情報処理装置の表示例を説明する第六の図である。図22に示す画面202Aは、例えば、図18のステップS1811で情報処理装置300に表示される画面の他の一例である。言い換えれば、画面202Aは、新規のゲストユーザを追加するための画面の他の一例である。 FIG. 22 is a sixth diagram for explaining a display example of the information processing apparatus. A screen 202A shown in FIG. 22 is another example of the screen displayed on the information processing apparatus 300 in step S1811 of FIG. 18, for example. In other words, screen 202A is another example of a screen for adding a new guest user.

画面202Aでは、ウィンドウ202cが表示される。ウィンドウ202cには、新規に追加するゲストユーザのメールアドレスの入力欄202dが表示される。 A window 202c is displayed on the screen 202A. The window 202c displays an input field 202d for the mail address of the newly added guest user.

図22の例では、入力欄202dにメールアドレスが入力されて、操作ボタン202eが操作されると、入力されたメールアドレスに、新規のゲストユーザのアカウント情報を入力するためのURL(Uniform Resource Locator)が送信される。サーバ装置200は、このURLにおいて、アカウント情報が入力されると、入力されたアカウント情報をユーザデータベース230に格納することで、新規のゲストユーザを追加してもよい。 In the example of FIG. 22, when an e-mail address is entered in the input field 202d and the operation button 202e is operated, a URL (Uniform Resource Locator) for entering account information of a new guest user is entered in the entered e-mail address. ) is sent. When account information is entered at this URL, the server device 200 may add a new guest user by storing the entered account information in the user database 230 .

図23は、情報処理装置の表示例を説明する第七の図である。図23に示す画面203は、例えば、図18のステップS1821で情報処理装置300に表示される画面の他の一例である。言い換えれば、画面202Aは、既存のゲストユーザを追加するための画面の他の一例である。 FIG. 23 is a seventh diagram for explaining a display example of the information processing device. A screen 203 shown in FIG. 23 is another example of the screen displayed on the information processing apparatus 300 in step S1821 of FIG. 18, for example. In other words, screen 202A is another example of a screen for adding an existing guest user.

画面203では、既存のゲストユーザの一覧が表示されたウィンドウ203aが表示される。本実施形態では、情報処理装置300は、ウィンドウ203aにおいてゲストユーザが選択されて、操作ボタン203bが操作されると、選択されたゲストユーザのグループへの追加要求をサーバ装置200へ送信してもよい。 On the screen 203, a window 203a displaying a list of existing guest users is displayed. In this embodiment, when a guest user is selected in the window 203a and the operation button 203b is operated, the information processing device 300 may transmit a request to add the selected guest user to the group to the server device 200. good.

次に、図24を参照して、本実施形態のサーバ装置200による期限管理データベース280の管理について説明する。図24は、情報処理システムの動作を説明する第四のシーケンス図である。 Next, referring to FIG. 24, management of the time limit management database 280 by the server device 200 of this embodiment will be described. FIG. 24 is a fourth sequence diagram for explaining the operation of the information processing system.

図24に示す処理は、定期的に実行される。サーバ装置200の期限管理部296は、期限管理データベース280を更新する時期になると、記憶部205の期限管理データベース280へアクセスする(ステップS2401)。 The processing shown in FIG. 24 is periodically executed. The time limit management unit 296 of the server device 200 accesses the time limit management database 280 of the storage unit 205 when it is time to update the time limit management database 280 (step S2401).

続いて、期限管理部296は、グループへの所属期限が切れているゲストユーザを検索する(ステップS2402)。期限管理部296は、該当するユーザが存在する場合、グループから、期限が切れているゲストユーザを除外する(ステップS2403)。具体的に、期限管理部296は、期限が切れているゲストユーザのユーザ情報から、所属期限が切れのグループのグループIDを削除する。 Subsequently, the time limit management unit 296 searches for guest users whose belonging time limit to the group has expired (step S2402). If there is such a user, the time limit management unit 296 excludes the guest user whose time limit has expired from the group (step S2403). Specifically, the time limit management unit 296 deletes the group ID of the group whose time limit has expired from the user information of the guest user whose time limit has expired.

続いて、期限管理部296は、期限が切れているゲストユーザに付与された、グループに設定されたサービスの利用権限を削除する(ステップS2404)。具体的には、権限管理部294は、期限が切れているゲストユーザのユーザ権限情報から、所属期限が切れのグループのグループIDとサービスIDとを削除する。 Subsequently, the time limit management unit 296 deletes the authority to use the service set for the group, which is given to the guest user whose time limit has expired (step S2404). Specifically, the authority management unit 294 deletes the group ID and service ID of the expired group from the user authority information of the expired guest user.

続いて、期限管理部296は、ユーザ権限情報から削除されたサービスIDと対応するサービスのサービス情報における、利用可能な残数量と、利用中の数量とを更新する(ステップS2405)。 Subsequently, the expiration management unit 296 updates the available remaining quantity and the quantity in use in the service information of the service corresponding to the service ID deleted from the user authority information (step S2405).

なお、ゲストユーザは一定期間のみテナントに所属するか、一定期間のみサービスの利用が許可されたユーザであるため、個人情報保護のために所属期限が切れたゲストユーザに対応するユーザデータベース230上の情報を削除しても良い。また、所属期限が切れたゲストユーザに関する利用履歴を削除しても良い。このとき、サーバ装置200に記憶された利用履歴を削除することに加えて、サーバ装置200からゲストユーザが所属していたテナントに所属する全ての情報処理装置300に対して、ゲストユーザに関する利用履歴を削除するように要求することができる。ここで、利用履歴とは、ユーザが利用したサービスのサービスID、利用日時、ユーザの識別情報、サービスでデータのアップロード又はダウンロードした場合には該データを識別する情報などを含む、サービスの利用履歴に関する情報である。 In addition, since the guest user belongs to the tenant for a certain period of time or is a user who is permitted to use the service for a certain period of time, the user database 230 corresponding to the guest user whose belonging period has expired for personal information protection You can delete the information. Also, the usage history of a guest user whose affiliation period has expired may be deleted. At this time, in addition to deleting the usage history stored in the server device 200, the server device 200 sends the usage history regarding the guest user to all the information processing devices 300 belonging to the tenant to which the guest user belonged. can be requested to be removed. Here, the usage history is the usage history of the service, including the service ID of the service used by the user, the date and time of use, the identification information of the user, and the information identifying the data when uploading or downloading data with the service. Information about

本実施形態では、このように、グループの所属期限が切れたゲストユーザの利用権限を定期的に消去する。したがって、本実施形態では、テナントに所属していないゲストユーザによるサービスの利用期間を管理することができる。 In the present embodiment, as described above, the usage authority of a guest user whose period of belonging to a group has expired is periodically deleted. Therefore, in this embodiment, it is possible to manage the usage period of services by guest users who do not belong to a tenant.

次に、図25を参照して、本実施形態の情報処理システム100におけるユーザ認証の処理について説明する。図25は、情報処理システムの動作を説明する第五のシーケンス図である。 Next, with reference to FIG. 25, user authentication processing in the information processing system 100 of the present embodiment will be described. FIG. 25 is a fifth sequence diagram for explaining the operation of the information processing system.

本実施形態の情報処理システム100では、情報処理装置300において、サービスを提供するアプリケーションの起動を要求する操作を受け付けると、起動要求をサーバ装置200へ送信する(ステップS2501)。なお、アプリケーションの起動要求に代えて、利用可能なサービス一覧の要求、又はサーバ装置200に対するログイン要求であっても良い。 In the information processing system 100 of the present embodiment, when the information processing apparatus 300 receives an operation requesting activation of an application that provides a service, the information processing apparatus 300 transmits an activation request to the server apparatus 200 (step S2501). Note that a request for a list of available services or a login request to the server apparatus 200 may be used instead of the application activation request.

サーバ装置200は、起動要求を受け付けると、ユーザ認証部297により、情報処理装置300に対し、アカウント情報の入力を要求する(ステップS2502)。言い換えれば、サーバ装置200は、情報処理装置300に対してアカウント情報の入力画面を表示させる。アカウント情報とは、例えば、ユーザIDとパスワードである。 When the server apparatus 200 receives the activation request, the user authentication unit 297 requests the information processing apparatus 300 to input account information (step S2502). In other words, the server device 200 causes the information processing device 300 to display an account information input screen. Account information is, for example, a user ID and password.

情報処理装置300は、アカウント情報の入力が完了し、アカウント情報のサーバ装置200への送信指示を受け付けると、アカウント情報をサーバ装置200へ送信する(ステップS2503)。 When the input of the account information is completed and the instruction to transmit the account information to the server apparatus 200 is received, the information processing apparatus 300 transmits the account information to the server apparatus 200 (step S2503).

サーバ装置200は、アカウント情報を受信すると、ユーザ認証部297により、ユーザデータベース230を参照し、ユーザ認証を行う(ステップS2504)。 When the server apparatus 200 receives the account information, the user authentication unit 297 refers to the user database 230 and performs user authentication (step S2504).

具体的には、ユーザ認証部297は、ユーザデータベース230に、アカウント情報に含まれるユーザIDとパスワードを含むユーザ情報が存在するか否かを判定する。そして、ユーザ認証部297は、該当するユーザIDとパスワードとが、ユーザデータベース230に存在した場合に、ユーザ認証に成功したものとする(ステップS2505)。以下の説明では、ユーザ認証に成功した場合の動作について説明する。なお、本実施形態では、ユーザ認証に失敗した場合には、その旨を示す通知を情報処理装置300に表示させてもよい。 Specifically, the user authentication unit 297 determines whether or not the user database 230 has user information including the user ID and password included in the account information. Then, the user authentication unit 297 assumes that user authentication has succeeded when the corresponding user ID and password exist in the user database 230 (step S2505). In the following description, the operation when user authentication is successful will be described. Note that, in the present embodiment, if the user authentication fails, the information processing apparatus 300 may display a notification to that effect.

サーバ装置200は、ユーザ認証に成功すると、ユーザ管理部295により、認証されたユーザが利用可能なサービスの一覧を取得する(ステップS2506、2207)。 When the user authentication is successful, the server device 200 acquires a list of services available to the authenticated user by the user management unit 295 (steps S2506, 2207).

具体的には、ユーザ管理部295は、ユーザ情報において、アカウント情報に含まれるユーザIDと対応するUUIDを取得し、ユーザ権限データベース270を参照して、UUIDと対応付けられたサービスIDを取得する。 Specifically, the user management unit 295 obtains a UUID corresponding to the user ID included in the account information in the user information, refers to the user authority database 270, and obtains a service ID associated with the UUID. .

続いて、サーバ装置200は、権限管理部294により、起動が要求されたサービスと対応するサービスIDが、取得されたサービスIDの一覧に含まれる場合に、情報処理装置300に対し、サービスの利用が可能であることを通知する(ステップS2508)。 Subsequently, the server device 200 instructs the information processing device 300 to use the service when the service ID corresponding to the service requested to be activated is included in the acquired service ID list. is possible (step S2508).

このとき、サーバ装置200は、起動要求に対応するアプリケーションに関する画面情報を情報処理装置300へ送信しても良いし、アプリケーションの機能を情報処理装置300へ提供しても良い。また、情報処理装置300の要求がサービスの一覧要求、又はログイン要求であった場合には、サーバ装置200はユーザが利用可能なサービスの一覧を含む画面情報又はホーム画面情報を情報処理装置300へ送信しても良い。 At this time, the server device 200 may transmit screen information related to the application corresponding to the activation request to the information processing device 300 or may provide the information processing device 300 with the function of the application. Further, when the request from the information processing apparatus 300 is a service list request or a login request, the server apparatus 200 transmits screen information including a list of services available to the user or home screen information to the information processing apparatus 300. You can send it.

また、サーバ装置200は、権限管理部294により、起動が要求されたサービスと対応するサービスIDが、取得されたサービスIDの一覧に含まれない場合に、情報処理装置300に対し、サービスの利用が不可能であることを通知する(ステップS2509)。 In addition, when the service ID corresponding to the service requested to be activated is not included in the acquired service ID list, the server device 200 instructs the information processing device 300 to use the service. is not possible (step S2509).

このように、本実施形態によれば、テナントの所属していないゲストユーザに対し、テナントが利用権限を有しているサービスを利用させる場合、ゲストユーザを、サービスと対応したグループに追加するだけで、ゲストユーザに利用権限を付与することができる。また、本実施形態では、グループからゲストユーザを除外するだけで、グループと対応付けられたサービスの利用権限をゲストユーザから消去させることができる。 As described above, according to the present embodiment, when a guest user not belonging to a tenant is allowed to use a service that a tenant has permission to use, the guest user is simply added to the group corresponding to the service. You can grant usage rights to guest users. In addition, in the present embodiment, only by excluding the guest user from the group, it is possible to erase from the guest user the authority to use the service associated with the group.

なお、ゲストユーザのグループへの追加は、テナント管理者以外のユーザによって行われてもよい。具体的には、ゲストユーザのグループへの追加や除外は、テナントに所属しており、ゲストユーザのグループへの追加/除外の権限を有するユーザによって行われてもよい。例えば、テナント管理者は、テナントに所属する一般ユーザに対して、ゲスト管理権限を付与することができる。ゲスト管理権限を付与されたユーザは、ゲストユーザのグループへの追加や除外が許可される。 The addition of guest users to groups may be performed by a user other than the tenant administrator. Specifically, a guest user's addition to or exclusion from a group may be performed by a user who belongs to a tenant and has authority to add/exclude a guest user from a group. For example, the tenant administrator can grant guest management authority to general users belonging to the tenant. Users with guest management privileges are allowed to add or remove guest users from groups.

また、本実施形態では、ゲストユーザがグループに所属する期間が予め設定されており、設定された期間が経過した場合には、ゲストユーザは、自動的にグループから除外され、グループと対応付けられたサービスの利用権限が消去される。したがって、本実施形態では、テナント管理者等による、利用権限を消去すべきゲストユーザが存在するか否かを確認する、といった作業が不要となる。 Further, in the present embodiment, a period during which a guest user belongs to a group is set in advance, and when the set period has passed, the guest user is automatically excluded from the group and associated with the group. The authorization to use the service that has been deleted will be deleted. Therefore, in this embodiment, it is not necessary for the tenant administrator or the like to confirm whether or not there is a guest user whose use authority should be deleted.

したがって、本実施形態によれば、例えば、テナントの利用権限等を管理するテナント管理者等による、ゲストユーザに対するサービスの利用権限の管理を容易にできる。 Therefore, according to the present embodiment, for example, it is possible to facilitate management of service usage rights for guest users by a tenant administrator or the like who manages usage rights and the like of tenants.

上記で説明した実施形態の各機能は、一又は複数の処理回路によって実現することが可能である。ここで、本明細書における「処理回路」とは、電子回路により実装されるプロセッサのようにソフトウェアによって各機能を実行するようプログラミングされたプロセッサや、上記で説明した各機能を実行するよう設計されたASIC(Application Specific Integrated Circuit)、DSP(digital signal processor)、FPGA(field programmable gate array)や従来の回路モジュール等のデバイスを含むものとする。 Each function of the embodiments described above may be implemented by one or more processing circuits. Here, the "processing circuit" in this specification means a processor programmed by software to perform each function, such as a processor implemented by an electronic circuit, or a processor designed to perform each function described above. devices such as ASICs (Application Specific Integrated Circuits), DSPs (digital signal processors), FPGAs (field programmable gate arrays) and conventional circuit modules.

なお、情報処理装置300は、通信機能を備えた装置であれば、画像形成装置に限られない。情報処理装置300は、例えば、PJ(Projector:プロジェクタ)、IWB(Interactive White Board:相互通信が可能な電子式の黒板機能を有する白板)、デジタルサイネージ等の出力装置、HUD(Head Up Display)装置、産業機械、撮像装置、集音装置、医療機器、ネットワーク家電、自動車(Connected Car)、ノートPC(Personal Computer)、携帯電話、スマートフォン、タブレット端末、ゲーム機、PDA(Personal Digital Assistant)、デジタルカメラ、ウェアラブルPCまたはデスクトップPC、スマートスピーカ等であってもよい。 Note that the information processing apparatus 300 is not limited to an image forming apparatus as long as it has a communication function. The information processing device 300 is, for example, a PJ (Projector), an IWB (Interactive White Board: a whiteboard having an electronic blackboard function that allows mutual communication), an output device such as a digital signage, and a HUD (Head Up Display) device. , industrial machinery, imaging devices, sound collectors, medical equipment, network appliances, automobiles (connected cars), notebook PCs (personal computers), mobile phones, smartphones, tablet terminals, game consoles, PDAs (Personal Digital Assistants), digital cameras , a wearable or desktop PC, a smart speaker, or the like.

なお、以上では、ユーザをグループに所属させた場合などにユーザと権限情報とを紐づけたユーザ権限データ情報を生成する場合について説明した。ただし、ユーザが有する権限を特定するタイミングはこれに限定されない。例えば、ユーザからアプリケーションの起動要求、利用可能なサービス一覧の要求、又はサーバ装置200に対するログイン要求などの要求を受け付けたタイミングで、ユーザの権限情報を特定しても良い。このとき、権限管理処理部290は、ユーザグループ情報を参照することで、ユーザ認証されたユーザと紐づくグループを特定し、更にグループ権限情報を参照することで、特定したグループに紐づく権限情報を特定する。これにより、特定した権限情報に対応するサービスをユーザ認証されたユーザが利用可能に提供することができる。 In the above description, a case has been described in which user authority data information is generated by associating a user with authority information, such as when a user belongs to a group. However, the timing of specifying the authority possessed by the user is not limited to this. For example, the user's authority information may be specified at the timing when a request such as a request to start an application, a request for a list of available services, or a login request to the server apparatus 200 is received from the user. At this time, the authority management processing unit 290 refers to the user group information to identify a group associated with the user authenticated as a user, and further refers to the group authority information to obtain authority information associated with the identified group. identify. As a result, a service corresponding to the identified authority information can be provided for use by the authenticated user.

なお、以上では、ゲストユーザ用グループを新規追加、ゲストユーザ用グループへのサービスを追加、ゲストユーザ用グループへゲストユーザを追加する場合について説明したが、一般ユーザ用グループを新規追加、一般ユーザ用グループへのサービスを追加、一般ユーザ用グループへ一般ユーザを追加する場合についても同様である。ただし、一般ユーザ用グループに一般ユーザを追加する場合は、該一般ユーザの所属期限は設定しなくても良い。つまり、期限管理部296は、ゲストユーザ用グループにユーザが追加された場合にのみ、該ユーザに対応する期限管理データベース280を作成して、期限管理を行う。 In the above, we explained the case of adding a new group for guest users, adding a service to the group for guest users, and adding a guest user to the group for guest users. The same applies to adding a service to a group and adding a general user to a group for general users. However, when a general user is added to the group for general users, it is not necessary to set the affiliation period of the general user. That is, only when a user is added to the guest user group, the time limit management unit 296 creates the time limit management database 280 corresponding to the user and performs time limit management.

なお、以上では同一のサービスが一般ユーザ用グループとゲスト用グループとで共用される場合であっても、同一のサービスが提供される場合について説明したが、これに限定されない。例えば、サービスがクラウドストレージを利用したサービスである場合、ゲスト用グループに所属するゲストユーザに対してはアクセス可能な領域やフォルダ、ファイルを制限しても良いし、利用可能なクラウドストレージサービス自体を制限しても良い。また、サービスがFAX送信やスキャンデータの送信などアドレス帳を利用するサービスである場合、ゲスト用グループに所属するゲストユーザに対しては、アドレス帳を参照不可にするか参照可能な範囲を制限しても良い。 In the above description, the case where the same service is provided even when the same service is shared between the general user group and the guest group has been described, but the present invention is not limited to this. For example, if the service is a service that uses cloud storage, it is possible to limit the accessible areas, folders, and files for guest users who belong to the guest group, and the cloud storage service itself that can be used may be restricted. You can limit it. Also, if the service uses the address book, such as fax transmission or scan data transmission, make the address book unreadable or limit the range of access for guest users who belong to the guest group. can be

なお、以下に、別の実施形態について説明する。図26は、情報処理システムのシステム構成の別の一例を示す図である。なお、以下の説明では、ゲストユーザ、ゲストユーザが利用するデバイスを総称してゲストと表現する場合がある。即ち、ユーザデータベース230、又は後述するデバイスデータベースにおいて「ロール」が「ゲスト」に設定されているユーザ又はデバイスをゲストと表現する。 Another embodiment will be described below. FIG. 26 is a diagram showing another example of the system configuration of the information processing system. In the following description, guest users and devices used by guest users may be collectively referred to as guests. That is, a user or a device whose "role" is set to "guest" in the user database 230 or a device database (to be described later) is referred to as a guest.

情報処理システム100Aは、ユーザ端末400と外部装置500とを更に備える。ユーザ端末400は、サーバ装置200にアクセスすることで、情報処理装置300の登録、サービスの提供を受けるための契約締結、サーバ装置200が記憶する各データベース内の情報の編集を行うことができる。外部装置500は、サーバ装置200又は情報処理装置300からの処理要求に応じて所定の処理を実行して、処理の結果をサーバ装置200又は情報処理装置300へ通知する。 The information processing system 100A further includes a user terminal 400 and an external device 500 . By accessing the server device 200 , the user terminal 400 can register the information processing device 300 , conclude a contract for receiving service provision, and edit information in each database stored in the server device 200 . The external device 500 executes predetermined processing in response to a processing request from the server device 200 or the information processing device 300 and notifies the server device 200 or the information processing device 300 of the processing result.

例えば、情報処理装置300がスマートスピーカであった場合、情報処理装置300
から処理要求を含む音声情報がサーバ装置200へ送信される。サーバ装置200では、音声情報を認識して、処理要求を解析することで、サービス情報とジョブ情報とパラメータ情報のいずれか、又は全てを特定する。ここで、サービス情報はサービスを特定するための情報であり、例えば、サービスの名称、サービス提供者の名称などである。ジョブ情報は処理の種類を示す情報であり、例えば、印刷、スキャン、通話、音楽/動画/画像/テキスト/ニュース/スケジュールなどのコンテンツデータの検索や取得や再生などである。パラメータ情報は処理の設定値を示す情報であり、例えば、印刷設定、スキャン設定、検索条件、宛先、コンテンツを識別するための条件などである。
For example, when the information processing device 300 is a smart speaker, the information processing device 300
, the voice information including the processing request is transmitted to the server device 200 . The server device 200 recognizes the voice information and analyzes the processing request to identify any or all of the service information, the job information, and the parameter information. Here, the service information is information for specifying the service, such as the name of the service and the name of the service provider. The job information is information indicating the type of processing, and includes, for example, printing, scanning, calling, searching, acquiring, and reproducing content data such as music/moving images/images/text/news/schedules. The parameter information is information indicating setting values for processing, and includes, for example, print settings, scan settings, search conditions, destinations, conditions for identifying content, and the like.

サーバ装置2005は、ジョブ情報とパラメータ情報に基づいて処理を実行する。このとき、ジョブ情報によっては、外部装置500に処理要求を送信することができる。外部装置500は、例えば、印刷やスキャンの実行、記憶するコンテンツデータのサーバ装置200又は情報処理装置300への送信などの処理を実行する。サーバ装置200は、外部装置500での処理の結果や、外部装置500から取得したデータを情報処理装置300へ送信する。 The server device 2005 executes processing based on job information and parameter information. At this time, a processing request can be transmitted to the external device 500 depending on the job information. The external device 500 executes processing such as printing, scanning, and transmission of content data to be stored to the server device 200 or the information processing device 300, for example. The server device 200 transmits the result of processing by the external device 500 and the data acquired from the external device 500 to the information processing device 300 .

ここで、サーバ装置200が単独で又はサーバ装置200と外部装置500とが連携することで実現するサービスは、テナント管理者によって該サービスの提供を受けるための契約をサービス提供者と締結することで利用可能となる。テナント管理者は、情報処理装置300又はユーザ端末400を介してサーバ装置200へアクセスして、対象となるサービスを指定することで契約締結することができる。これにより、契約管理データベース250において、テナント管理者が所属するテナントIDと、テナント管理者が指定した契約ID及びサービスIDとが対応付けられる。 Here, the service realized by the server device 200 alone or by the cooperation of the server device 200 and the external device 500 is obtained by concluding a contract with the service provider for receiving the provision of the service by the tenant administrator. available. A tenant administrator can conclude a contract by accessing the server device 200 via the information processing device 300 or the user terminal 400 and specifying the target service. As a result, in the contract management database 250, the tenant ID to which the tenant administrator belongs is associated with the contract ID and service ID specified by the tenant administrator.

本実施形態においては、図14、図16、図18で示したシーケンス図における情報処理装置300の処理は、ユーザ端末400が実行することができる。また、サーバ装置200は、ユーザデータベース230において、情報処理装置300を識別するデバイスIDをユーザIDと紐づけて記憶することができる。また、ユーザデータベース230、ユーザ権限データベース270に代えて、デバイスデータベース、デバイス権限データベースを記憶しても良い。この場合、ユーザID、UUIDに代えて、デバイスIDが記憶される以外は、データ形式はユーザデータベース230、ユーザ権限データベース270と同じでも良い。また、この場合は、期限管理データベース280においてはUUIDに代えて、デバイスIDが記憶される。このため、図14、図16、図18で示したシーケンス図においても、テナント及びグループに対してゲストユーザに代えてデバイスが登録される。 In this embodiment, the user terminal 400 can execute the processing of the information processing apparatus 300 in the sequence diagrams shown in FIGS. In addition, the server device 200 can store the device ID that identifies the information processing device 300 in association with the user ID in the user database 230 . Also, instead of the user database 230 and the user authority database 270, a device database and a device authority database may be stored. In this case, the data format may be the same as that of the user database 230 and the user authority database 270 except that the device ID is stored instead of the user ID and UUID. In this case, the device ID is stored in the time limit management database 280 instead of the UUID. Therefore, in the sequence diagrams shown in FIGS. 14, 16, and 18 as well, devices are registered for tenants and groups instead of guest users.

図27は、情報処理システムの動作を説明する第六のシーケンス図である。本実施形態の情報処理システム100Aでは、情報処理装置300において、サービスを利用するために処理要求を含む音声情報を受け付けると、該音声情報をサーバ装置200へ送信する(ステップS2701)。なお、音声情報には情報処理装置を識別するためのデバイスIDを含むことができる。 FIG. 27 is a sixth sequence diagram for explaining the operation of the information processing system. In the information processing system 100A of the present embodiment, when voice information including a processing request for using a service is received in the information processing device 300, the voice information is transmitted to the server device 200 (step S2701). Note that the audio information can include a device ID for identifying the information processing device.

サーバ装置200は、音声情報を受け付けると、認証処理を実行する(ステップS2702)。例えば、サーバ装置200は音声情報に含まれるデバイスIDと、予めサーバ装置200に登録されていたデバイスIDとを比較する。サーバ装置200は、比較の結果、一致するデバイスIDが登録されていた場合、認証が成功したと判断する。このとき、デバイスIDと対応するユーザID、テナントID及びグループIDのいずれか、又は全てを特定する。 When receiving the voice information, the server apparatus 200 executes authentication processing (step S2702). For example, the server device 200 compares the device ID included in the audio information with a device ID registered in the server device 200 in advance. Server apparatus 200 determines that the authentication has succeeded if a matching device ID is registered as a result of the comparison. At this time, any or all of the user ID, tenant ID, and group ID corresponding to the device ID are specified.

サーバ装置200は、音声情報に基づいて音声認識を行う(ステップS2703)。サーバ装置200は、これにより、サービス情報とジョブ情報とパラメータ情報を特定する。 The server device 200 performs speech recognition based on the speech information (step S2703). The server device 200 thereby identifies the service information, the job information, and the parameter information.

サーバ装置200は、デバイスIDに対応するデバイス権限データベース、又はデバイスIDと紐づくユーザIDに対応するユーザ権限データベース270に基づいて利用可能なサービスを特定する(ステップS2704)。 The server apparatus 200 identifies available services based on the device authority database corresponding to the device ID or the user authority database 270 corresponding to the user ID linked to the device ID (step S2704).

なお、サーバ装置200は、特定したテナントID及びグループIDと対応付けられた契約ID及びサービスIDに基づいて、利用可能なサービスを特定しても良い。また、サーバ装置200は、音声情報から特定したサービス情報に対応するサービスIDと、利用可能なサービスとして特定したサービスに対応するサービスIDを比較する。比較の結果、サービスIDが一致する場合はサービスが利用可能と判断し、一致しない場合はサービスが利用不可であると判断する。 Note that the server device 200 may identify available services based on the contract ID and service ID associated with the identified tenant ID and group ID. In addition, the server device 200 compares the service ID corresponding to the service information specified from the voice information and the service ID corresponding to the service specified as the usable service. As a result of the comparison, if the service IDs match, it is determined that the service can be used, and if they do not match, it is determined that the service cannot be used.

サーバ装置200は、サービスが利用不可であると判断した場合は、情報処理装置に対して、サービスが利用できない旨のメッセージを送信する(ステップS2705)。一方、サービスが利用可能であると判断した場合は、処理要求に応じて処理を実行する。 If the server device 200 determines that the service is unavailable, it sends a message to the information processing device to the effect that the service is unavailable (step S2705). On the other hand, when it determines that the service is available, it executes the processing according to the processing request.

サーバ装置200は、サービス情報と外部装置500又はアドレスとを対応付けて記憶しておくことができる。サーバ装置200は、サービス情報に基づいて外部装置500を特定し、特定した外部装置500に対してジョブ情報とパラメータ情報を含む処理要求を送信する(ステップS2706)。なお、サービス情報によっては、サーバ装置200においてジョブ情報とパラメータ情報に基づいて処理を実行しても良い。この場合、外部装置500の特定と、処理要求の送信は省略することができる。 The server device 200 can store the service information in association with the external device 500 or address. The server device 200 identifies the external device 500 based on the service information, and transmits a processing request including job information and parameter information to the identified external device 500 (step S2706). Depending on the service information, the server apparatus 200 may execute processing based on the job information and the parameter information. In this case, specifying the external device 500 and transmitting the processing request can be omitted.

外部装置500は、処理要求に応じて処理を実行して、処理の結果をサーバ装置200へ送信する(ステップS2707)。 The external device 500 executes processing in response to the processing request and transmits the processing result to the server device 200 (step S2707).

サーバ装置200は、外部装置500から取得した処理結果を情報処理装置300へ送信する(ステップS2708)。 The server device 200 transmits the processing result acquired from the external device 500 to the information processing device 300 (step S2708).

情報処理装置300は、サーバ装置200から取得したメッセージ又は処理結果に基づいて、表示又は音声出力などの処理を行う。 The information processing device 300 performs processing such as display or audio output based on the message or processing result acquired from the server device 200 .

以上、各実施形態に基づき本発明の説明を行ってきたが、上記実施形態に示した要件に本発明が限定されるものではない。これらの点に関しては、本発明の主旨をそこなわない範囲で変更することができ、その応用形態に応じて適切に定めることができる。 Although the present invention has been described above based on each embodiment, the present invention is not limited to the requirements shown in the above embodiments. These points can be changed without impairing the gist of the present invention, and can be determined appropriately according to the application form.

100 情報処理システム
200 サーバ装置
205 記憶部
210 テナントデータベース
220 グループデータベース
230 ユーザデータベース
240 サービスデータベース
250 契約管理データベース
260 グループ権限データベース
270 ユーザ権限データベース
280 期限管理データベース
290 権限管理処理部
293 グループ管理部
294 権限管理部
295 ユーザ管理部
296 期限管理部
300 情報処理装置
100 information processing system 200 server device 205 storage unit 210 tenant database 220 group database 230 user database 240 service database 250 contract management database 260 group authority database 270 user authority database 280 time limit management database 290 authority management processing unit 293 group management unit 294 authority management Unit 295 User management unit 296 Time limit management unit 300 Information processing device

特許第6443007号公報Japanese Patent No. 6443007

Claims (11)

ユーザを含ませるグループを特定するグループ識別情報とサービスを特定するサービス識別情報とを紐づけたグループ権限情報と、ユーザを特定するユーザ特定情報と前記グループ識別情報とを紐づけたユーザグループ情報を記憶する記憶部と、
前記ユーザを認証する認証部と、
前記グループ権限情報と前記ユーザグループ情報に基づいて、前記認証部が認証した認証ユーザと紐づくグループに紐づく権限情報に対応するサービスを前記認証ユーザに利用可能にする権限管理部と、
期限に応じて前記ユーザグループ情報を削除する期限管理部と、を有し、
前記権限管理部は、
前記グループ権限情報はユーザから受け付けた操作によってのみ変更を可能に管理し、前記ユーザグループ情報は前記期限管理部による変更を可能に管理する、情報処理装置。
Group authority information that links group identification information that identifies a group that includes a user and service identification information that identifies a service, and user group information that links user identification information that identifies a user and the group identification information a storage unit that stores
an authentication unit that authenticates the user;
an authority management unit that enables the authenticated user to use a service corresponding to the authority information associated with the group associated with the authenticated user authenticated by the authentication unit, based on the group authority information and the user group information;
a time limit management unit that deletes the user group information according to a time limit;
The authority management unit
The information processing apparatus, wherein the group authority information is managed so as to be changeable only by an operation received from a user, and the user group information is managed so as to be changeable by the time limit management unit.
前記権限管理部は、
前記ユーザ特定情報と、前記グループ識別情報と、前記グループ識別情報と対応付けられたサービス識別情報と、が対応付けられたユーザ権限情報を生成し、前記記憶部に格納する、請求項1記載の情報処理装置。
The authority management unit
2. The storage unit according to claim 1, wherein user authority information in which said user identification information, said group identification information, and service identification information associated with said group identification information are associated is generated and stored in said storage unit. Information processing equipment.
前記権限管理部は、
ユーザ特定情報とグループ識別情報との紐付けの解除指示を受け付けて、前記記憶部から、該ユーザ特定情報と該グループ識別情報とが対応付けられたユーザグループ情報を削除し、該ユーザ特定情報と前記サービス識別情報とが対応付けられたユーザ権限情報を削除する、請求項2記載の情報処理装置。
The authority management unit
receiving an instruction to release the association between the user identification information and the group identification information, deleting the user group information associated with the user identification information and the group identification information from the storage unit, and removing the user identification information and the group identification information; 3. The information processing apparatus according to claim 2, wherein user authority information associated with said service identification information is deleted.
前記ユーザを含ませるグループを特定するグループ識別情報を含むグループ情報と、サービスを特定するサービス識別情報との入力を受け付けて、該グループ識別情報と、該サービス識別情報とを対応付けたグループ権限情報を生成し、前記記憶部に格納するグループ管理部を有する、請求項2又は3記載の情報処理装置。 Group authority information that accepts input of group information including group identification information that identifies a group in which the user is included and service identification information that identifies a service, and associates the group identification information with the service identification information. 4. The information processing apparatus according to claim 2, further comprising a group management section for generating and storing in said storage section. 前記ユーザ特定情報と、前記グループ識別情報と、前記ユーザ特定情報で特定される前記ユーザが前記グループ識別情報により識別されるグループに含まれる期間を示す情報とが対応付けられた期限管理情報が格納された期限管理記憶部を参照し、前記期間が超過している前記ユーザ特定情報を特定し、特定された前記ユーザ特定情報を含むユーザ権限情報を、前記記憶部から削除する、請求項2乃至4の何れか一項に記載の情報処理装置。 Stores period management information in which the user identification information, the group identification information, and information indicating a period in which the user identified by the user identification information is included in the group identified by the group identification information are associated with each other. referring to the specified time limit management storage unit, specifying the user specifying information for which the period has expired, and deleting user authority information including the specified user specifying information from the storage unit. 5. The information processing apparatus according to any one of 4. 前記サービスを利用可能なユーザ数のうち、ゲストユーザを含ませる第1グループで利用可能な第1ユーザ数と、一般ユーザを含ませる第2グループで利用可能な第2ユーザ数の設定を受け付ける入力受付部を更に有し、
前記権限管理部は前記第1ユーザ数の範囲内で、前記ユーザ特定情報と前記サービス識別情報とを紐づける、請求項1乃至5の何れか一項に記載の情報処理装置。
Input for accepting a setting of a first number of users available in a first group including guest users and a second number of users available in a second group including general users among the number of users who can use the service. further comprising a reception unit;
The information processing apparatus according to any one of claims 1 to 5, wherein the authority management unit links the user identification information and the service identification information within the range of the first number of users.
前記権限管理部は、
ユーザをグループに紐づけた場合、前記グループ権限情報を参照して該グループに紐づく権限情報を該ユーザに紐づけたユーザ権限情報を生成し、
前記認証部が認証した認証ユーザに対応する前記ユーザ権限情報を参照して、該認証ユーザに紐づく権限情報に対応する機能を前記認証ユーザに利用可能にする、
請求項1記載の情報処理装置。
The authority management unit
when a user is associated with a group, referring to the group authority information to generate user authority information in which authority information associated with the group is associated with the user;
referring to the user authority information corresponding to the authenticated user authenticated by the authentication unit, and enabling the authenticated user to use the function corresponding to the authority information associated with the authenticated user;
The information processing apparatus according to claim 1.
前記権限管理部は、
前記認証部が認証した認証ユーザから要求を受け付けた場合、前記ユーザグループ情報を参照して該認証ユーザと紐づくグループを特定し、前記グループ権限情報を参照して該特定したグループに紐づく権限情報を特定し、該特定した権限情報に対応する機能を前記認証ユーザに利用可能にする、請求項1に記載の情報処理装置。
The authority management unit
When the authentication unit receives a request from an authenticated user, the user group information is referred to identify a group associated with the authenticated user, and the group authority information is referred to and authority associated with the identified group. 2. The information processing apparatus according to claim 1, wherein information is specified and a function corresponding to the specified authority information is made available to the authenticated user.
情報処理装置による方法であって、前記情報処理装置が、
ユーザを含ませるグループを特定するグループ識別情報とサービスを特定するサービス識別情報とを紐づけたグループ権限情報と、ユーザを特定するユーザ特定情報と前記グループ識別情報とを紐づけたユーザグループ情報を記憶部に記憶する記憶手順と、
前記ユーザを認証する認証手順と、
前記グループ権限情報と前記ユーザグループ情報に基づいて、前記認証手順で認証した認証ユーザと紐づくグループに紐づく権限情報に対応するサービスを前記認証ユーザに利用可能にする権限管理手順と、
期限に応じて前記ユーザグループ情報を削除する期限管理手順と、を有し、
前記期限管理手順において、
前記グループ権限情報はユーザから受け付けた操作によってのみ変更を可能に管理し、前記ユーザグループ情報は前記期限管理手順による変更を可能に管理する、情報処理方法。
A method by an information processing device, the information processing device comprising:
Group authority information that links group identification information that identifies a group that includes a user and service identification information that identifies a service, and user group information that links user identification information that identifies a user and the group identification information a storage procedure to be stored in a storage unit;
an authentication procedure for authenticating the user;
an authority management procedure for enabling the authenticated user to use a service corresponding to the authority information associated with the group associated with the authenticated user authenticated in the authentication procedure, based on the group authority information and the user group information;
a time limit management procedure for deleting the user group information according to a time limit;
In the deadline management procedure,
An information processing method, wherein the group authority information is managed so as to be changeable only by an operation received from a user, and the user group information is managed so as to be changeable according to the time limit management procedure.
ユーザを含ませるグループを特定するグループ識別情報とサービスを特定するサービス識別情報とを紐づけたグループ権限情報と、ユーザを特定するユーザ特定情報と前記グループ識別情報とを紐づけたユーザグループ情報を記憶部に記憶処理と、
前記ユーザを認証する認証処理と、
前記グループ権限情報と前記ユーザグループ情報に基づいて、前記認証処理で認証した認証ユーザと紐づくグループに紐づく権限情報に対応するサービスを前記認証ユーザに利用可能にする権限管理処理と、
期限に応じて前記ユーザグループ情報を削除する期限管理処理と、を情報処理装置に実行させ、
前記期限管理処理において、
前記グループ権限情報はユーザから受け付けた操作によってのみ変更を可能に管理し、前記ユーザグループ情報は前記期限管理処理における変更を可能に管理する、処理を前記情報処理装置に実行させる、プログラム。
Group authority information that links group identification information that identifies a group that includes a user and service identification information that identifies a service, and user group information that links user identification information that identifies a user and the group identification information amnestic processing in the storage unit;
an authentication process for authenticating the user;
an authority management process for enabling the authenticated user to use a service corresponding to the authority information associated with the group associated with the authenticated user authenticated in the authentication process, based on the group authority information and the user group information;
causing an information processing device to execute a time limit management process for deleting the user group information according to the time limit;
In the deadline management process,
A program for causing the information processing apparatus to execute a process in which the group authority information is managed so as to be changeable only by an operation received from a user, and the user group information is managed so as to be changeable in the time limit management process.
情報処理装置と、端末装置のプログラムとを含む情報処理システムであって、
前記プログラムは、前記端末装置を、
ユーザを特定するユーザ特定情報と、前記ユーザを含ませるグループを特定するグループ識別情報とを前記情報処理装置へ送信する通信制御部として機能させ、
前記情報処理装置は、
前記グループ識別情報とサービスを特定するサービス識別情報とを紐づけたグループ権限情報と、前記ユーザ特定情報と前記グループ識別情報とを紐づけたユーザグループ情報を記憶する記憶部と、
前記ユーザを認証する認証部と、
前記グループ権限情報と前記ユーザグループ情報に基づいて、前記認証部が認証した認証ユーザと紐づくグループに紐づく権限情報に対応するサービスを前記認証ユーザに利用可能にする権限管理部と、
期限に応じて前記ユーザグループ情報を削除する期限管理部と、を有し、
前記権限管理部は、
前記グループ権限情報はユーザから受け付けた操作によってのみ変更を可能に管理し、前記ユーザグループ情報は前記期限管理部による変更を可能に管理する、情報処理システム。
An information processing system including an information processing device and a program for a terminal device,
The program causes the terminal device to
Functioning as a communication control unit that transmits user identification information that identifies a user and group identification information that identifies a group including the user to the information processing device,
The information processing device is
a storage unit for storing group authority information linking the group identification information and service identification information identifying a service, and user group information linking the user identification information and the group identification information;
an authentication unit that authenticates the user;
an authority management unit that enables the authenticated user to use a service corresponding to the authority information associated with the group associated with the authenticated user authenticated by the authentication unit, based on the group authority information and the user group information;
a time limit management unit that deletes the user group information according to a time limit;
The authority management unit
An information processing system, wherein the group authority information is managed so as to be changeable only by an operation received from a user, and the user group information is managed so as to be changeable by the time limit management unit.
JP2021211459A 2021-12-24 2021-12-24 Information processing apparatus, information processing method, program, and information processing system Pending JP2023095515A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2021211459A JP2023095515A (en) 2021-12-24 2021-12-24 Information processing apparatus, information processing method, program, and information processing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2021211459A JP2023095515A (en) 2021-12-24 2021-12-24 Information processing apparatus, information processing method, program, and information processing system

Publications (1)

Publication Number Publication Date
JP2023095515A true JP2023095515A (en) 2023-07-06

Family

ID=87002051

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2021211459A Pending JP2023095515A (en) 2021-12-24 2021-12-24 Information processing apparatus, information processing method, program, and information processing system

Country Status (1)

Country Link
JP (1) JP2023095515A (en)

Similar Documents

Publication Publication Date Title
JP6120650B2 (en) Content management apparatus, content management method and program
JP6323994B2 (en) Content management apparatus, content management method and program
JP6531362B2 (en) Device management system and device management method
US20150128231A1 (en) Information processing system and information processing method
US20210377277A1 (en) Service providing system, information processing system, and use permission assigning method
US11429327B2 (en) Computer system, login screen display method, and storage medium for displaying an appropriate login screen
JP2023166529A (en) One or more information processing devices, information processing system, and role setting method
JP7459649B2 (en) Cloud system, information processing system, and user registration method
JP2023095515A (en) Information processing apparatus, information processing method, program, and information processing system
US11606361B2 (en) Cloud system, information processing system, and user registration method
JP2014241113A (en) Content management device, content management system, content management method, and program
JP7388222B2 (en) Information processing system, system, usage restriction method
JP6531554B2 (en) Program and information processing apparatus
JP7222246B2 (en) Service system, cloud service, user registration method, program
JP2022064194A (en) Information processing system, output system, output method, and program
JP6919561B2 (en) Information processing equipment, information processing system, integration method
JP2022003468A (en) Service providing system, group management method and information processing system
JP7467971B2 (en) Information processing system, message notification system, and message notification method
US11886553B2 (en) Service providing system, information processing system, control method, and medium
US20210382981A1 (en) Service providing system, application usage method, and information processing system
US20220256117A1 (en) Information processing apparatus and computer readable medium
US11330082B2 (en) Information processing system, service providing system, and user creation method
JP7006709B2 (en) Information processing systems, information processing equipment, data transfer methods and programs
JP7287211B2 (en) Information processing device, information processing system and program
JP2017219906A (en) Information processing device, program, and file sharing method