ルート・スキーマ : WTCローカルTux Dom
型: object
ソースの表示
- accessPoint(optional): string
デフォルト値: myLAP
このローカルTuxedoアクセス・ポイントを識別するための一意な名前。この名前は、WTCサービス内で定義したすべてのローカルおよびリモートTuxedoアクセス・ポイントの中で一意でなければなりません。これにより、同じアクセス・ポイントIDを持つ一意な構成を定義できます。
制約
- accessPointId(optional): string
デフォルト値: myLAPId
リモートTuxedoアクセス・ポイントとのセッション接続の確立を試行する際に、このローカルTuxedoアクセス・ポイントを識別するために使用される接続プリンシパル名。
ノート: AccessPointIdは、Tuxedo DMCONFIGファイルの*DM_REMOTE_DOMAINSセクションで、対応するDOMAINIDと一致しなければなりません。
制約
- blockTime(optional): integer(int64)
最小値: 0
最大値: 2147483647
デフォルト値: 60
このローカルTuxedoアクセス・ポイントでのブロッキング呼出しで許可される最大秒数。
値の範囲:
から32ビットの正の整数まで
- cmpLimit(optional): integer(int32)
最小値: 0
最大値: 2147483647
デフォルト値: 2147483647
このローカルTuxedoアクセス・ポイントが、リモートTuxedoアクセス・ポイントにデータを送信する際に使用する圧縮しきい値。このサイズより大きなアプリケーション・バッファは、圧縮されます。
値の範囲:
から32ビットの正の整数の間。
- connectionPolicy(optional): string
デフォルト値: ON_DEMAND
使用可能な値: [ "ON_DEMAND", "ON_STARTUP", "INCOMING_ONLY" ]
このローカルTuxedoアクセス・ポイントがリモートTuxedoアクセス・ポイントとのセッション接続を確立する場合の条件。
接続ポリシーは次のとおりです:
ON_DEMAND: リモート・サービスに対するクライアント・リクエスト、または管理接続コマンドのいずれかによって要求されたときにのみ、接続が試行されます。
ON_STARTUP: ゲートウェイ・サーバーの初期化時に、ドメイン・ゲートウェイがリモートTuxedoアクセス・ポイントとの接続の確立を試行します。リモート・サービス(このローカル・アクセス・ポイントのドメイン・ゲートウェイによってJNDIに通知されるサービス)は、接続がそのリモートTuxedoアクセス・ポイントに正常に確立された場合のみ通知されます。リモートTuxedoアクセス・ポイントへのアクティブな接続がない場合、リモート・サービスはサスペンドされます。デフォルトでは、この接続ポリシーは失敗した接続を60秒ごとに再試行します。アプリケーション固有の値を指定するには、MaxRetryおよびRetryIntervalの値を使用します。
INCOMING_ONLY: ドメイン・ゲートウェイが起動時にリモートTuxedoアクセス・ポイントへの初期接続を行わず、リモート・サービスが最初にサスペンドされます。ドメイン・ゲートウェイはリモートTuxedoアクセス・ポイントからの受信接続に使用可能で、リモート・サービスはこのローカルTuxedoアクセス・ポイントのドメイン・ゲートウェイが受信接続を受け付けたときに通知されます。接続の再試行処理は許可されていません。
- connPrincipalName(optional): string
別のドメインへの接続を確立するときに、このドメインのアイデンティティを検証するために使用されるプリンシパル名。
ノート: このパラメータは、Oracle Tuxedo 7.1以降のソフトウェアを実行しているタイプTDOMAINのドメインにのみ適用されます。指定しない場合、このdomain.ConnPrincipalName
のAccessPointIDが接続プリンシパル名のデフォルト値になります
ノート: ConnPrincipalNameはこのリリースではサポートされていません。
- dynamicallyCreated(optional): boolean
読取り専用: true
デフォルト値: false
MBeanが動的に作成されたか、config.xmlに対して永続化されているかが返されます
- id(optional): integer(int64)
- identityKeyStoreFileName(optional): string
デフォルト値: oracle.doceng.json.BetterJsonNull@3dcc216a
アイデンティティ・キーストアのパスとファイル名。
パス名は、絶対パスまたはサーバーが起動した場所を基準とした相対パスで指定する必要があります。アイデンティティ・キーストアのファイル名は、KeystoreLocationがCustom Storesの場合にのみ使用されます。
- identityKeyStorePassPhrase(optional): string(password)
カスタム・アイデンティティ・キーストアのパスフレーズ。これが空またはnullの場合、キーストアはパスフレーズなしで開かれます。
この属性は、KeyStoresが「Custom Stores」の場合にのみ使用されます。
この属性の値を取得すると、WebLogic Serverは次の処理を実行します。
IdentityKeyStorePassPhraseEncrypted
属性の値を取得します。
値を復号化し、暗号化されていないパスワードをString型で戻します。
この属性の値を設定すると、WebLogic Serverは次の処理を実行します。
値を暗号化します。
CustomIdentityKeyStorePassPhraseEncrypted
属性の値を暗号化された値に設定します。
この属性(CustomIdentityKeyStorePassPhrase
)を使用すると、暗号化されていないパスワードを格納するString型のオブジェクトが、ガベージ・コレクションによって削除され、メモリーの再割当てが行われるまでJVMのメモリー内に留まるため、潜在的なセキュリティ上のリスクにつながります。JVM内でメモリーがどのように割り当てられているかによっては、この暗号化されていないデータがメモリーから削除されるまでに、かなりの時間が経過する可能性があります。
この属性を使用するかわりに、CustomIdentityKeyStorePassPhraseEncrypted
を使用します
- interoperate(optional): string
デフォルト値: No
使用可能な値: [ "Yes", "No" ]
このローカルTuxedoアクセス・ポイントが、Tuxedoリリース6.5に基づいたリモートTuxedoアクセス・ポイントと相互運用するかどうかを指定します。この値が「はい
」に設定されている場合、ローカルTuxedoアクセス・ポイントはTuxedo 6.5ドメインと相互運用します。
- keepAlive(optional): integer(int32)
最小値: 0
最大値: 2147483647
デフォルト値: 0
戻り値は、このローカルTuxedoアクセス・ポイントにアプリケーション・レベルのキープ・アライブが構成されているかどうか、また待機時間のタイマーがカウントを始める前に、最大アイドル時間が尊重されるかどうかを示します。
- keepAliveWait(optional): integer(int32)
最小値: 0
最大値: 2147483647
デフォルト値: 0
戻り値は、このローカルTuxedoアクセス・ポイントがアプリケーション・レベルのキープ・アライブの確認応答を必要とするかどうか、また確認応答の受信をどのくらいの時間のみ待機してから、接続をアクセス不可能と宣言するかを示します。
- keyStoresLocation(optional): string
デフォルト値: Custom Stores
使用可能な値: [ "WLS Stores", "Custom Stores" ]
ローカル・アクセス・ポイントのアイデンティティ・キーストアおよび信頼キーストアの検索に使用される構成ルールを提供します。プレーン・テキストの場合、このルールには、アイデンティティ・キーストアと信頼キーストアが構成されている場所に関する情報が含まれます。KeyStoreLocationがWLS Store
で構成されている場合、WTCではWLSキーストア構成の構成情報を使用します。それ以外の場合は、ローカル・アクセス・ポイントで構成されるキーストア情報を使用します。
- maxEncryptBits(optional): string
デフォルト値: 128
使用可能な値: [ "0", "40", "56", "128", "256" ]
このローカルTuxedoアクセス・ポイントが、セッション接続を確立する際に使用する最大の暗号化キー長(ビット単位)。値が
の場合、暗号化は使用されません。
値に関する制限:
制約
- maxRetries(optional): integer(int64)
最小値: 0
最大値: 9.223372036854776E18
デフォルト値: 9.223372036854776E18
このローカルTuxedoアクセス・ポイントがリモートTuxedoアクセス・ポイントへのセッション接続の確立を試行する最大回数。この値は、「接続ポリシー」が「ON_STARTUP
」に設定されている場合にのみ使用します
値の範囲:
から64ビットの正の整数まで
ノート: 再試行メカニズムを無効にするには、最小値を使用します。接続が確立されるまで試行するには、最大値を使用します。
- minEncryptBits(optional): string
デフォルト値: 0
使用可能な値: [ "0", "40", "56", "128", "256" ]
このローカルTuxedoアクセス・ポイントが、セッション接続を確立する際に使用する最小の暗号化キー長(ビット単位)。値が
の場合、暗号化は使用されません。
値に関する制限:
制約
- name(optional): string
読取り専用: true
このMBeanインスタンスのユーザー定義の名前。
この名前は、MBeanのjavax.management.ObjectName
に、主要なプロパティとして含まれています
Name=user-specified-name
制約
- notes(optional): string
この構成の説明として任意に入力できる情報。
WebLogic Serverは、ドメインの構成ファイル(config.xml
)に、このノートをXML PCDATAとして保存します。すべての左山カッコ(<) are converted to the xml entity <)は、xmlエンティティに変換されます。キャリッジ・リターンとライン・フィードは維持されます。)>
ノート: 管理コンソールからノートを作成または編集した場合、キャリッジ・リターンとライン・フィードは維持されません。
- NWAddr(optional): string
デフォルト値: //localhost:8901
このローカルTuxedoアクセス・ポイントのネットワーク・アドレスとポート番号。
次のいずれかの形式でアドレスを指定します:
ノート:
hostnameを使用する場合、アクセス・ポイントはローカル名解決機能(通常はDNS)を使用してhostnameのアドレスを検索します。ドットで区切った10進フォーマットを使用する場合、各#は0 ~ 255の数字でなければなりません。このドット区切りの10進数は、ローカル・マシンのIPアドレスを表します。port_numberは、アクセス・ポイントが受信するリクエストをリスニングするTCP/SDPポート番号です。
SDP形式のアドレスを指定した場合は、このアクセス・ポイントのトランスポート・プロトコルはTCPではなくSDPになります。この機能を使用できるのは、WTCおよびTuxedoのドメイン・ゲートウェイが両方ともOracle Exalogicプラットフォームにデプロイされている場合のみです。Tuxedo 11gR1PS2以上が必要です。
- privateKeyAlias(optional): string
デフォルト値: oracle.doceng.json.BetterJsonNull@59b3aed4
ローカルTuxedoアクセス・ポイントのキーストア内にある秘密キーの格納および取得に使用される文字列別名。この秘密キーは、ローカルTuxedoアクセス・ポイントのデジタル証明書に関連付けられます。
- privateKeyPassPhrase(optional): string(password)
サーバーの秘密キーをキーストアから取得するために使用されるパスフレーズ。このパスフレーズは、生成時に秘密キーに割り当てられます。
この属性の値を取得すると、WebLogic Serverは次の処理を実行します。
PrivateKeyPassPhraseEncrypted
属性の値を取得します。
値を復号化し、暗号化されていないパスフレーズをString型で戻します。
この属性の値を設定すると、WebLogic Serverは次の処理を実行します。
値を暗号化します。
PrivateKeyPassPhraseEncrypted
属性の値を暗号化された値に設定します。
この属性(PrivateKeyPassPhrase
)を使用すると、暗号化されていないパスフレーズを格納するString型のオブジェクトが、ガベージ・コレクションにより削除されてメモリーの再割当てが行われるまでJVMのメモリー内に留まるため、潜在的なセキュリティ上のリスクとなります。JVM内でメモリーがどのように割り当てられているかによっては、この暗号化されていないデータがメモリーから削除されるまでに、かなりの時間が経過する可能性があります。
この属性を使用するかわりに、getPrivateKeyPassPhraseEncrypted
を使用します
- retryInterval(optional): integer(int64)
最小値: 0
最大値: 2147483647
デフォルト値: 60
このローカルTuxedoアクセス・ポイントが、リモートTuxedoアクセス・ポイントへの接続を自動的に試行する際、各接続の間に待機する秒数。この値は、「接続ポリシー」が「ON_STARTUP
」に設定されている場合にのみ使用します
値の範囲: 0から32ビットの正の整数まで
- security(optional): string
デフォルト値: NONE
使用可能な値: [ "NONE", "APP_PW", "DM_PW" ]
実施するアプリケーション・セキュリティのタイプ。
セキュリティのタイプは次のとおりです:
制約
- SSLProtocolVersion(optional): string
デフォルト値: TLSv1.2
使用可能な値: [ "TLSv1.0", "TLSv1.1", "TLSv1.2" ]
SSL接続を確立するときに、このローカル・アクセス・ポイントが使用するSSL接続のプロトコル・バージョン。
値に関する制限:
- tags(optional): array 項目
- trustKeyStoreFileName(optional): string
デフォルト値: oracle.doceng.json.BetterJsonNull@4fc9d2dc
信頼キーストアのパスとファイル名。
パス名は、絶対パスまたはサーバーが起動した場所を基準とした相対パスで指定する必要があります。このファイル名は、KeyStoresが「Custom Stores」の場合にのみ使用されます。
- trustKeyStorePassPhrase(optional): string(password)
信頼キーストアのパスフレーズ。これが空またはnullの場合、キーストアはパスフレーズなしで開かれます。
この属性は、KeyStoresが「Custom Stores」の場合にのみ使用されます。
この属性の値を取得すると、WebLogic Serverは次の処理を実行します。
TrustKeyStorePassPhraseEncrypted
属性の値を取得します。
値を復号化し、暗号化されていないパスワードをString型で戻します。
この属性の値を設定すると、WebLogic Serverは次の処理を実行します。
値を暗号化します。
TrustKeyStorePassPhraseEncrypted
属性の値を暗号化された値に設定します。
この属性(TrustKeyStorePassPhrase
)を使用すると、暗号化されていないパスワードを格納するString型のオブジェクトが、ガベージ・コレクションにより削除されてメモリーの再割当てが行われるまでJVMのメモリー内に留まるため、潜在的なセキュリティ・リスクとなります。JVM内でメモリーがどのように割り当てられているかによっては、この暗号化されていないデータがメモリーから削除されるまでに、かなりの時間が経過する可能性があります。
この属性を使用するかわりに、TrustKeyStorePassPhraseEncrypted
を使用します
- type(optional): string
- useSSL(optional): string
デフォルト値: Off
使用可能な値: [ "Off", "TwoWay", "OneWay" ]
このローカルTuxedoアクセス・ポイントによって開始または受信された接続において、トランスポート層の最上部でSSLが使用されるかどうかを指定します。値は次のとおりです。
ノート: このアクセス・ポイントにSDPトランスポートが構成されている場合は、この属性の構成値は無視されてoff
が使用されます。
{
"type":"object",
"properties":{
"NWAddr":{
"default":"//localhost:8901",
"type":"string",
"description":"<p>The network address and port number of this local Tuxedo access point.</p><p> Specify the address in one of the following formats: </p><ul><li><p>TCP/IP address in the format <code>//hostname:port_number</code> or <code>//#.#.#.#:port_number</code></p></li><li><p>SDP address in the format <code>sdp://hostname:port_number</code> or <code>sdp://#.#.#.#:port_number</code></p></li></ul><p><i>Notes:</i></p><ul><li><p>If the hostname is used, the access point finds an address for hostname using the local name resolution facilities (usually DNS). If dotted decimal format is used, each # should be a number from 0 to 255. This dotted decimal number represents the IP address of the local machine. The port_number is the TCP/SDP port number at which the access point listens for incoming requests.</p></li><li><p>If SDP format address is specified, the transport protocol for this access point is SDP instead of TCP. This feature is only available when WTC and Tuxedo domain gateway are both deployed on Oracle Exalogic platform. Requires Tuxedo 11gR1PS2 and higher.</p></li></ul>"
},
"SSLProtocolVersion":{
"default":"TLSv1.2",
"enum":[
"TLSv1.0",
"TLSv1.1",
"TLSv1.2"
],
"type":"string",
"description":"<p>The protocol version of the SSL connection this local access point uses when establishing a SSL connection. </p><p>Value Restrictions:</p><ul><li><p> TLSv1.0 </p></li><li><p> TLSv1.1 </p></li><li><p> TLSv1.2 </p></li></ul>"
},
"accessPoint":{
"default":"myLAP",
"x-weblogic-legalNull":true,
"type":"string",
"description":"<p>The unique name used to identify this local Tuxedo access point. This name should be unique for all local and remote Tuxedo access points defined within a WTC Service. This allows you to define unique configurations having the same Access Point ID.</p><p><h5>Constraints</h5></p><ul><li>legal null</li></ul>"
},
"accessPointId":{
"default":"myLAPId",
"x-weblogic-legalNull":true,
"type":"string",
"description":"<p>The connection principal name used to identify this local Tuxedo access point when attempting to establish a session connection with remote Tuxedo access points.</p><p><i>Note:</i> The AccessPointId must match the corresponding DOMAINID in the *DM_REMOTE_DOMAINS section of your Tuxedo DMCONFIG file.</p><p><h5>Constraints</h5></p><ul><li>legal null</li></ul>"
},
"blockTime":{
"default":60,
"minimum":0,
"maximum":2147483647,
"type":"integer",
"format":"int64",
"description":"<p>The maximum number of seconds this local Tuxedo access point allows for a blocking call.</p><p><b>Range of Values:</b> Between <code></code> and a positive 32 bit integer.</p>"
},
"cmpLimit":{
"default":2147483647,
"minimum":0,
"maximum":2147483647,
"type":"integer",
"format":"int32",
"description":"<p>The compression threshold this local Tuxedo access point uses when sending data to a remote Tuxedo access point. Application buffers larger than this size are compressed.</p><p><b>Range of Values:</b> Between <code></code> and a positive 32-bit integer.</p>"
},
"connPrincipalName":{
"type":"string",
"description":"<p>The principal name used to verify the identity of this domain when establishing a connection to another domain.</p><p><i>Note:</i> This parameter only applies to domains of type TDOMAIN that are running Oracle Tuxedo 7.1 or later software. If not specified, the connection principal name defaults to the AccessPointID for this <code>domain.ConnPrincipalName</code></p><p><i>Note:</i> ConnPrincipalName is not supported in this release.</p>"
},
"connectionPolicy":{
"default":"ON_DEMAND",
"enum":[
"ON_DEMAND",
"ON_STARTUP",
"INCOMING_ONLY"
],
"type":"string",
"description":"<p>The conditions under which this local Tuxedo access point establishes a session connection with a remote Tuxedo access point.</p><p>The connection policies are:</p><ul><li><p>ON_DEMAND: A connection is attempted only when requested by either a client request to a remote service or an administrative connect command.</p></li><li><p>ON_STARTUP: A domain gateway attempts to establish a connection with its remote Tuxedo access points at gateway server initialization time. Remote services (services advertised in JNDI by the domain gateway for this local access point) are advertised only if a connection is successfully established to that remote Tuxedo access point. If there is no active connection to a remote Tuxedo access point, then the remote services are suspended. By default, this connection policy retries failed connections every 60 seconds. Use the MaxRetry and RetryInterval values to specify application specific values.</p></li><li><p>INCOMING_ONLY: A domain gateway does not attempt an initial connection to remote Tuxedo access points at startup and remote services are initially suspended. The domain gateway is available for incoming connections from remote Tuxedo access points and remote services are advertised when the domain gateway for this local Tuxedo access point receives an incoming connection. Connection retry processing is not allowed.</p></li></ul>"
},
"dynamicallyCreated":{
"readOnly":true,
"default":false,
"type":"boolean",
"description":"<p>Return whether the MBean was created dynamically or is persisted to config.xml</p>"
},
"id":{
"readOnly":true,
"type":"integer",
"format":"int64",
"description":"<p>Return the unique id of this MBean instance</p>"
},
"identityKeyStoreFileName":{
"default":null,
"type":"string",
"description":"<p>The path and file name of the identity keystore.</p><p>The path name must either be absolute or relative to where the server was booted. The identity key store file name is only used if KeystoreLocation is \"Custom Stores\".</p>"
},
"identityKeyStorePassPhrase":{
"type":"string",
"format":"password",
"description":"<p>The custom identity keystore's passphrase. If empty or null, then the keystore will be opened without a passphrase.</p><p>This attribute is only used if KeyStores is \"Custom Stores\".</p><p>When you get the value of this attribute, WebLogic Server does the following:</p><ol><li><p>Retrieves the value of the <code>IdentityKeyStorePassPhraseEncrypted</code> attribute.</p></li><li><p>Decrypts the value and returns the unencrypted password as a String.</p></li></ol><p>When you set the value of this attribute, WebLogic Server does the following:</p><ol><li><p>Encrypts the value.</p></li><li><p>Sets the value of the <code>CustomIdentityKeyStorePassPhraseEncrypted</code> attribute to the encrypted value.</p></li></ol><p>Using this attribute (<code>CustomIdentityKeyStorePassPhrase</code>) is a potential security risk because the String object (which contains the unencrypted password) remains in the JVM's memory until garbage collection removes it and the memory is reallocated. Depending on how memory is allocated in the JVM, a significant amount of time could pass before this unencrypted data is removed from memory.</p><p>Instead of using this attribute, use <code>CustomIdentityKeyStorePassPhraseEncrypted</code></p>"
},
"interoperate":{
"default":"No",
"enum":[
"Yes",
"No"
],
"type":"string",
"description":"<p>Specifies whether this local Tuxedo access point interoperates with remote Tuxedo access points that are based upon Tuxedo release 6.5. If this value is set to <code>Yes</code>, the local Tuxedo access point interoperates with a Tuxedo 6.5 domain.</p>"
},
"keepAlive":{
"default":0,
"minimum":0,
"maximum":2147483647,
"type":"integer",
"format":"int32",
"description":"<p>Return value tells whether this local Tuxedo access point is configured with Application Level Keep Alive, and it maximum idle time value before wait timer start ticking.</p>"
},
"keepAliveWait":{
"default":0,
"minimum":0,
"maximum":2147483647,
"type":"integer",
"format":"int32",
"description":"<p>Return value that tells whether this local Tuxedo access point requires the acknowledgement of Application Level Keep Alive, and how long it will wait without receiving acknowledgement before declare the connection is inaccessible.</p>"
},
"keyStoresLocation":{
"default":"Custom Stores",
"enum":[
"WLS Stores",
"Custom Stores"
],
"type":"string",
"description":"<p>Provides the configuration rule to be used for finding Local Access Point's identity key store and trust key store. In plain text, it contains information on where the identity key store and trust key store are configured. When KeyStoreLocation is configured with <code>WLS Store</code>, WTC uses configuration information from the WLS Key Stores configuration. Otherwise, it uses the key stores information configured in the Local Access Point.</p>"
},
"maxEncryptBits":{
"x-weblogic-secureDefault":"128",
"default":"128",
"enum":[
"0",
"40",
"56",
"128",
"256"
],
"type":"string",
"description":"<p>The maximum encryption key length (in bits) this local Tuxedo access point uses when establishing a session connection. A value of <code></code> indicates no encryption is used.</p><p>Value Restrictions:</p><ul><li><p>The MaxEncryptBits value must be greater than or equal to the MinEncrypBits value.</p></li><li><p>A MaxEncryptBits of <code>40</code> can be used only with domains running Tuxedo 7.1 or higher.</p></li></ul><p><h5>Constraints</h5></p><ul><li>secure default : \"128\"</li></ul>"
},
"maxRetries":{
"default":9.223372036854776E18,
"minimum":0,
"maximum":9.223372036854776E18,
"type":"integer",
"format":"int64",
"description":"<p>The maximum number of times that this local Tuxedo access point tries to establish a session connection to remote Tuxedo access points. Use this value only when Connection Policy is set to <code>ON_STARTUP</code></p><p><b>Range of Values:</b> Between <code></code> and a positive 64 bit integer.</p><p><i>Note:</i> Use the minimum value to disable the retry mechanism. Use the maximum value to try until a connection is established.</p>"
},
"minEncryptBits":{
"x-weblogic-secureDefault":"40",
"default":"0",
"enum":[
"0",
"40",
"56",
"128",
"256"
],
"type":"string",
"description":"<p>The minimum encryption key length (in bits) this local Tuxedo access point uses when establishing a session connection. A value of <code></code> indicates no encryption is used.</p><p>Value Restrictions:</p><ul><li><p>The MinEncrypBits value must be less than or equal to the MaxEncrypBits value.</p></li><li><p>A MinEncrypBits value of <code>40</code> can be used only with domains running Tuxedo 7.1 or higher.</p></li></ul><p><h5>Constraints</h5></p><ul><li>secure default : \"40\"</li></ul>"
},
"name":{
"readOnly":true,
"x-weblogic-legalNull":true,
"type":"string",
"description":"<p>The user-specified name of this MBean instance.</p><p>This name is included as one of the key properties in the MBean's <code>javax.management.ObjectName</code></p><p><code>Name=<i>user-specified-name</i></code></p><p><h5>Constraints</h5></p><ul><li>legal null</li></ul>"
},
"notes":{
"type":"string",
"description":"<p>Optional information that you can include to describe this configuration.</p><p>WebLogic Server saves this note in the domain's configuration file (<code>config.xml</code>) as XML PCDATA. All left angle brackets (<) are converted to the XML entity <code><</code>. Carriage returns/line feeds are preserved.</p><p>Note: If you create or edit a note from the Administration Console, the Administration Console does not preserve carriage returns/line feeds.</p>"
},
"privateKeyAlias":{
"default":null,
"type":"string",
"description":"<p>The string alias used to store and retrieve the Local Tuxedo access point's private key in the keystore. This private key is associated with the Local Tuxedo access point's digital certificate.</p>"
},
"privateKeyPassPhrase":{
"type":"string",
"format":"password",
"description":"<p>The passphrase used to retrieve the server's private key from the keystore. This passphrase is assigned to the private key when it is generated.</p><p>When you get the value of this attribute, WebLogic Server does the following:</p><ol><li><p>Retrieves the value of the <code>PrivateKeyPassPhraseEncrypted</code> attribute.</p></li><li><p>Decrypts the value and returns the unencrypted passphrase as a String.</p></li></ol><p>When you set the value of this attribute, WebLogic Server does the following:</p><ol><li><p>Encrypts the value.</p></li><li><p>Sets the value of the <code>PrivateKeyPassPhraseEncrypted</code> attribute to the encrypted value.</p></li></ol><p>Using this attribute (<code>PrivateKeyPassPhrase</code>) is a potential security risk because the String object (which contains the unencrypted passphrase) remains in the JVM's memory until garbage collection removes it and the memory is reallocated. Depending on how memory is allocated in the JVM, a significant amount of time could pass before this unencrypted data is removed from memory.</p><p>Instead of using this attribute, use <code>getPrivateKeyPassPhraseEncrypted</code></p>"
},
"retryInterval":{
"default":60,
"minimum":0,
"maximum":2147483647,
"type":"integer",
"format":"int64",
"description":"<p>The number of seconds that this local Tuxedo access point waits between automatic connection attempts to remote Tuxedo access points. Use this value only when Connection Policy is set to <code>ON_STARTUP</code></p><p><b>Range of Values:</b> Between 0 and a positive 32-bit integer.</p>"
},
"security":{
"x-weblogic-secureDefault":"DM_PW",
"default":"NONE",
"enum":[
"NONE",
"APP_PW",
"DM_PW"
],
"type":"string",
"description":"<p>The type of application security enforced.</p><p>The types of security are:</p><ul><li><p>NONE: No security is used.</p></li><li><p>APP_PW: Password security is enforced when a connection is established from a remote domain. The application password is defined in the WTCResourcesMBean.</p></li><li><p>DM_PW: Domain password security is enforced when a connection is established from a remote domain. The domain password is defined in the WTCPasswordsMBean.</p></li></ul><p><h5>Constraints</h5></p><ul><li>secure default : \"DM_PW\"</li></ul>"
},
"tags":{
"title":"Items",
"type":"array",
"items":{
"type":"string",
"description":""
},
"description":"<p>Return all tags on this Configuration MBean</p>"
},
"trustKeyStoreFileName":{
"default":null,
"type":"string",
"description":"<p>The path and file name of the trust keystore.</p><p>The path name must either be absolute or relative to where the server was booted. This file name is only used if KeyStores is \"Custom Stores\".</p>"
},
"trustKeyStorePassPhrase":{
"type":"string",
"format":"password",
"description":"<p>The trust keystore's passphrase. If empty or null, then the keystore will be opened without a passphrase.</p><p>This attribute is only used if KeyStores is \"Custom Stores\".</p><p>When you get the value of this attribute, WebLogic Server does the following:</p><ol><li><p>Retrieves the value of the <code>TrustKeyStorePassPhraseEncrypted</code> attribute.</p></li><li><p>Decrypts the value and returns the unencrypted password as a String.</p></li></ol><p>When you set the value of this attribute, WebLogic Server does the following:</p><ol><li><p>Encrypts the value.</p></li><li><p>Sets the value of the <code>TrustKeyStorePassPhraseEncrypted</code> attribute to the encrypted value.</p></li></ol><p>Using this attribute (<code>TrustKeyStorePassPhrase</code>) is a potential security risk because the String object (which contains the unencrypted password) remains in the JVM's memory until garbage collection removes it and the memory is reallocated. Depending on how memory is allocated in the JVM, a significant amount of time could pass before this unencrypted data is removed from memory.</p><p>Instead of using this attribute, use <code>TrustKeyStorePassPhraseEncrypted</code></p>"
},
"type":{
"readOnly":true,
"x-weblogic-unharvestable":true,
"type":"string",
"description":"<p>Returns the type of the MBean.</p><p><h5>Constraints</h5></p><ul><li>unharvestable</li></ul>"
},
"useSSL":{
"default":"Off",
"enum":[
"Off",
"TwoWay",
"OneWay"
],
"type":"string",
"description":"<p>Specifies if the connection initiated or accepted by this Local Tuxedo access point uses SSL on top of its transport layer. Values are:</p><ul><li><p>Off: SSL not used.</p></li><li><p>TwoWay: Mutual Authentication with SSL required.</p></li><li><p>OneWay: Server Authentication with SSL required.</p></li></ul><p><i>Note:</i> If SDP transport is configured for this access point, the configured value of this attribute is ignored and <code>off</code> is used.</p>"
}
},
"description":""
}