Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Wiki Markup
{anchor:top}
{toc: class=contents}

h2. Overview概要
{styleclass: Class=topLink}[top|#top]
{styleclass}
This section describes how roles are created and managed within Yellowfin.  Roles are allocated to users and define a set of functions that the user is permitted to access within Yellowfin.

h2. Role Listこのセクションでは、ロールの作成と管理の方法について解説します。ユーザーに割り当てられるロールはユーザーのアクセス権を規定します。

h2. ロール一覧
{styleclass: Class=topLink}[top|#top]
{styleclass}
The role管理パネルで「ロール管理」をクリックすると、ロールの一覧が表示されます。デフォルトとして予めいくつかのロールが用意されています。これらを下図に示します。
list
is accessible via the administration panel.  As a default you will have a number of pre-configured roles.  These are listed below.

!132.png!



h2. SampleYellowfinのロールの例
Yellowfin Roles
{styleclass: Class=topLink}[top|#top]
{styleclass}
WhenYellowfinがインストールされると同時に、以下の標準的なロールのセットが提供されます。
Yellowfin is initially deployed a standard set of roles is provided to you.  These are: 
||Administrator|The Yellowfin Administration role has access to database and user administration functions. These functions include managing users, groups and other configuration parameters.
It also has all the report writing and reading access supplied by the other roles below plus advanced functions, including:
SQL Reports, Public Publishing, Drill Through Reports, Discussion Admin Rights.|
||Public Writer|The Yellowfin Report Public writer has access for creating and editing Public reports.
All users that are to publish reports for Public use must have the Public Role to do so.
Reports created by a Yellowfin Public Writer can include drill through reports, multicast reports, and report emailing.| 
||Report Consumer|The Yellowfin Report Consumer can only read reports that have been published to the Public repository.
Access exists to favourites, a dashboard and report viewing.|
||Report Writer|The Yellowfin Report Writer has access to favourites, a dashboard and Private report creation. 
A Yellowfin report writer cannot produce reports with drill through, broadcast or MI capabilities.|

 
h2. Edit / Create Role
|| Admin | Yellowfin Admin(管理者)ロールは、データベースとユーザー管理機能へのアクセス権を持ちます。これはユーザーやグループその他のシステム設定を行う権限を含みます。\\
 また、すべてのレポートを作成、閲覧できる権限に加えて、下記の機能を使用できます:\\
 SQLレポート、レポートの公開、レポートのドリル、ディスカッションの管理権\\ ||
|| Corp Writer | Yellowfin Corp Writer(共有レポート作成者)ロールは、共有レポートを作成、編集するために必要なアクセス権を持ちます。\\
 共有レポートを公開する必要のあるすべてのユーザーは、このロールを持たなければなりません。\\
 Yellowfin Corp Writerによって作成されるレポートはドリル、マルチキャスト、電子メールによる配信が可能です。\\ ||
|| Report Consumer | Yellowfin Report Consumer(レポート閲覧者)は、共有レポジトリに公開されたレポートを閲覧することができるだけです。\\
 お気に入り、ダッシュボード、レポートにアクセスできます。 ||
|| Report Writer | Yellowfin Report Writer(個人レポート作成者)は、お気に入り、ダッシュボード、個人レポート作成が可能なアクセス権を持ちます。\\
 Yellowfin Report Writerは、ドリルスルーやブロードキャスト、マネジメント情報レポートを作成することができません。\\ ||


h2. ロールの作成・編集
{styleclass: Class=topLink}[top|#top]
{styleclass}
# To create or edit an existing role click either the create link or the role name that you wish to update.  This will open the role edit form.
# Provide your role with a meaningful name and description.  
新しいロールを作成する場合には「追加」を、既存のロールを編集したい場合には、そのロール名をクリックするか、ロールを選択して「編集」をクリックしてください。ロール編集画面が表示されます。
# ロールに分かりやすい名前と説明を入力してください。
!133.png!
# You can now choose to make this role Mandatory, Default, or Guest:
|*Mandatory*|This means that once this role has been created, and at least one user assigned the role, when users are deleted Yellowfin will check the role to ensure there is always at least one user with this role in the system. So if you try to delete the only user assigned the Mandatory role you will experience the following error:
ここで、このロールを必須、デフォルトまたはゲストにするよう選択できます。
| *必須* | このロールが作成され、1人以上のユーザーにこのロールが割り当てられた場合、ユーザーが削除されると、システム内にこのロールを持つユーザーが1人以上存在することを確認するため、ロールがチェックされます。「必須」ロールが割り当てられている唯一のユーザーを削除しようとすると、次のエラーが表示されます\\
 !01mandatoryError.png! |
| *Defaultデフォルトロール* Role*| 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 Role*| 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.
!134.png!
{color:#C00000#c00000}{*}Note:*{color} 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 |
One example of CRUD access is for dashboards.  If a user only has R selected they will be able to read dashboard but not create new dashboard tabs or add reports to their tabs.  Whilst a user with CRUD will be able to create and delete dashboard tabs.
# 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.

!135.png!
# Click Save when you have completed editing to make your role available. 
{color:#C00000#c00000}{*}Note:*{color} Yellowfin will do a function check to ensure you do not breach your license agreement.

\\
\\
{horizontalrule}
{styleclass: Class=topLink}[top|#top]
{styleclass}