2014年3月24日月曜日

Red Hat JBoss BPM Suite - LDAP用の初期権限(default role)設定を変更する

原文: Red Hat JBoss BPM Suite - changing the default roles for LDAP configuration by Eric D. Schabell

企業が保有する既存の権限(ロール)やユーザー情報を活用する為、JBoss BPM Suite に LDAPを使う設定をされた場合、ロールの初期値がLDAPの管理下にうつります。

JBoss BPM Suite をデプロイした際に用意される以下のロールを変更するにはどうすればよいでしょう?: admin、developer、analyst、user、manager

workbenchの設定で変更することができます。下記修正箇所に設定された5つのユニークなロールが、LDAPの管理下にあることを確認してください。

# Edit the file found in the deployments directory of your jboss server,
# business-central.war/WEB-INF/classes/workbench-policy.properties and
# at the bottom you will find the following entries that can be adjusted
# to the LDAP roles you would like to assign to each.
#
roles.wb_everything=admin
roles.wb_for_developers=developer
roles.wb_for_business_analysts=analyst
roles.wb_for_business_users=user
roles.wb_for_managers=manager


# You will also need to adjust the file found in the deployments directory 
# of your jboss server at business-central.war/WEB-INF/web.xml to adjust 
# to match your new LDAP roles. The following entries are shown with the 
# original five roles, adjust the 'role-name' to the new roles as needed.
#

    Administrator - Administrates the BPMS system. Has full 
      access rights to make any changes necessary. Also has the
      ability to add and remove users from the system.
    
    admin



    Analyst - Responsible for creating and designing processes
      into the system. Creates process flows and handles
      process change requests. Needs to test processes that
      they create. Also creates forms and dashboards.
    
    analyst



    Developer - Implements code required for process to work. 
      Mostly uses the JBDS connection to view processes, but may use the
      web tool occasionally.
    
    developer



    Business user - Daily user of the system to take actions 
      on business tasks that are required for the processes to continue 
      forward. Works primarily with the task lists.
    
    user



    Manager/Viewer-only User - Viewer of the system that is 
      interested in statistics around the  business processes and their 
      performance, business indicators, and other reporting of the system 
      and people who interact with the system.
    
    manager


この tips は、Adam Baxter によって提供されました。感謝のコメントをされたい方は、ぜひ直接彼にコンタクトしてください。

原文: Red Hat JBoss BPM Suite - changing the default roles for LDAP configuration by Eric D. Schabell

1 件のコメント:

  1. Red Hat JBoss BPM Suite に用意されている既存のロール(admin、developer、analyst、user、manager)を変更されたい方には必見のエントリーです!

    返信削除