認証、許可、およびマッピングというセキュリティー機能を任意に組み合わせたものに対して、Tivoli® Federated Identity Manager (TFIM) V6.1 のセキュリティー・プロファイルを作成することができます。 セキュリティー・プロファイルを作成するには、mqsicreateconfigurableservice コマンドを使用するか、WebSphere® Message Broker Explorer にあるエディターを使用できます。
TFIM V6.1 を使用するセキュリティー・プロファイルを作成するには、構成パラメーターを TFIM サーバーの URL に設定することによって、mqsicreateconfigurableservice コマンドを使用できます。 例えば、次のようにします: http://tfimserver.mycompany.com:9080
mqsicreateconfigurableservice brokername -c SecurityProfiles -o profilename
-n mapping,mappingConfig -v TFIM,http://tfimserver.mycompany.com:9080
mqsicreateconfigurableservice brokername -c SecurityProfiles -o profilename
-n mapping,mappingConfig -v TFIM,https://tfimserver.mycompany.com:9443
ここで、https://tfimserver.mycompany.com:9443 は TFIM サーバーのアドレスです。TFIM が複数の操作 (例えば、認証およびマッピング) に選択される場合、TFIM サーバーの URL はすべての操作について同一でなければなりません。それゆえ、一度限り指定されます。
mqsicreateconfigurableservice MYBROKER -c SecurityProfiles -o TFIM
-n authentication,mapping,authorization,propagation,mappingConfig
-v TFIM,TFIM,TFIM,TRUE,http://tfimhost1.ibm.com:9080