プライマリ・コンテンツに移動
Oracle® Fusion Middleware Oracle WebLogic Server JMSリソース・アダプタの管理
12c (12.2.1.1.0)
E79372-01
目次へ移動
目次

前
次

Java Connector Architectureセキュリティ

JMSリソース・アダプタは、http://download.oracle.com/otndocs/jcp/connector_architecture-1_7-mrel-spec/にあるJava™ EE Connector Architectureバージョン1.7の仕様に記載されている、Java Connector Architectureセキュリティ契約に完全に準拠しています。

アウトバウンド通信の場合、ra.xmlファイルで、authentication-mechanism-typecredential-interfaceおよびreauthentication-support要素を指定できます。

次に例を示します。

. . .
<outbound-resourceadapter>
. . .
    <authentication-mechanism>
            <authentication-mechanism-type>
               BasicPassword
            </authentication-mechanism-type>
            <credential-interface>javax.resource.spi.security.PasswordCredential</credential-interface>
        </authentication-mechanism>
        <reauthentication-support>false</reauthentication-support>
. . .
</outbound-resourceadapter>
. . .