Application Server Version 6.1 Feature Pack for Web Services
オペレーティング・システム: AIX
, HP-UX, i5/OS, Linux, Solaris, Windows, Windows Vista, z/OS 目次と検索結果のパーソナライズ化
スクリプトを使用した SPNEGO TAI の使用可能化 (JVM カスタム・プロパティーとして)
WebSphere Application Server 用 Simple and Protected GSS-API Negotiation Mechanism (SPNEGO) トラスト・アソシエーション・インターセプター (TAI) を使用可能にするには、wsadmin ユーティリティーを使用します。
# get line separator
import java
lineSeparator = java.lang.System.getProperty('line.separator')
arrayJVMs = jvm.split(lineSeparator)
cjvm = arrayJVMs[0]
汎用 JVM 引数を変更して、SPNEGO TAI を使用可能にします。
Jacl を使用:
set attr_name [list name com.ibm.ws.security.spnego.isEnabled]
set attr_value [list value true]
set attr_required [list required false]
set attr_description [list description "Enabled SPNEGO TAI"]
set attrs [list $attr_name $attr_value $attr_required $attr_description]
$AdminConfig create Property $cjvm $attrs
最終更新: Jan 21, 2008 4:10:06 PM EST http://publib.boulder.ibm.com/infocenter/wasinfo/v6r1/index.jsp?topic=/com.ibm.websphere.wsfep.multiplatform.doc/info/ae/ae/tsec_SPNEGO_tai_enable.html