構成ファイルでのアイデンティティ伝播モード設定

構成ファイルでは、次に示すように、<soapClient><identityPropagation>要素を使用して伝播モードを定義できます。

<soapClient>
        <rootEndPointURL>http://myhost.us.example.com:7001</rootEndPointURL>
        <identityPropagation mode="dynamic" type="saml">
            <policy-references>
                <policy-reference enabled="true" category="security"
 uri="oracle/wss10_saml_token_client_policy"/>
            </policy-references>
        </identityPropagation> </soapClient>