概要
このセクションでは、ロールの作成と管理の方法について解説します。ユーザーに割り当てられるロールはユーザーのアクセス権を規定します。
ロール一覧
管理パネルで「ロール管理」をクリックすると、ロールの一覧が表示されます。デフォルトとして予めいくつかのロールが用意されています。これらを下図に示します。
Yellowfinのロールの例
Yellowfinがインストールされると同時に、以下の標準的なロールのセットが提供されます。
Admin |
Yellowfin Admin(管理者)ロールは、データベースとユーザー管理機能へのアクセス権を持ちます。これはユーザーやグループその他のシステム設定を行う権限を含みます。 |
---|---|
Corp Writer |
Yellowfin Corp Writer(共有レポート作成者)ロールは、共有レポートを作成、編集するために必要なアクセス権を持ちます。 |
Report Consumer |
Yellowfin Report Consumer(レポート閲覧者)は、共有レポジトリに公開されたレポートを閲覧することができるだけです。 |
Report Writer |
Yellowfin Report Writer(個人レポート作成者)は、お気に入り、ダッシュボード、個人レポート作成が可能なアクセス権を持ちます。 |
ロールの作成・編集
- 新しいロールを作成する場合には「追加」を、既存のロールを編集したい場合には、そのロール名をクリックするか、ロールを選択して「編集」をクリックしてください。ロール編集画面が表示されます。
- ロールに分かりやすい名前と説明を入力してください。
- ここで、このロールを必須、デフォルトまたはゲストにするよう選択できます。
必須
このロールが作成され、1人以上のユーザーにこのロールが割り当てられた場合、ユーザーが削除されると、システム内にこのロールを持つユーザーが1人以上存在することを確認するため、ロールがチェックされます。「必須」ロールが割り当てられている唯一のユーザーを削除しようとすると、次のエラーが表示されます
デフォルトロール
This means that when a user is created in Yellowfin, either by an Administrator, or through LDAP, they will be assigned this role unless otherwise specified
げすと
Guest roles are used for accessing external content.
- Tick the functions you wish to allocate to the user. A description of these is available by rolling over the report information icon.
Note: See [Available Security Functions] for a full list. - Some functions will require you to provide the appropriate CRUD functionality. The acronym CRUD refers to all of the major functions that need to be implemented. Each letter in the acronym can be mapped to a standard SQL statement:
Create
INSERT new records
Read
SELECT records from the database
Update
UPDATE records in the database
Delete
DELETE records in the database
- The last option you have in the role settings is to specify what columns should be made available to users when viewing the report list.
- Click Save when you have completed editing to make your role available.
Note: Yellowfin will do a function check to ensure you do not breach your license agreement.