ネストされたスキーマ : WTCリモートTux Dom
型: object
ソースの表示
- accessPoint(optional): string
デフォルト値: myRAP
このリモートTuxedoアクセス・ポイントを識別するための一意な名前。この名前は、WTCサービス内で定義したすべてのローカルおよびリモートTuxedoアクセス・ポイントの中で一意でなければなりません。これにより、同じアクセス・ポイントIDを持つ一意な構成を定義できます。
制約
- accessPointId(optional): string
デフォルト値: myRAPId
ローカルTuxedoアクセス・ポイントとのセッション接続の確立を試行する際に、このリモート・ドメイン・アクセス・ポイントを識別するために使用される接続プリンシパル名。この値は相互接続されたすべてのTuxedoドメインとWTC間でグローバルに一意である必要があります。
制約
- aclPolicy(optional): string
デフォルト値: LOCAL
使用可能な値: [ "GLOBAL", "LOCAL" ]
リモートTuxedoアクセス・ポイントからのインバウンド・アクセス制御リスト(ACL)ポリシー。
指定可能な値は次のとおりです。
ノート:「相互運用」を「はい」に設定している場合、AclPolicyは無視されます。
- allowAnonymous(optional): boolean
デフォルト値: false
匿名ユーザーにリモートTuxedoサービスへのアクセスを許可するかどうかを指定します。
ノート: 匿名ユーザーにTuxedoへのアクセスを許可する場合、デフォルトAppKeyがTpUsrFile
およびLDAP
AppKeyプラグインで使用されます。Custom
AppKeyプラグインと対話できるかどうかは、Custom AppKeyジェネレータの設計によって異なります。
- appKey(optional): string
デフォルト値: TpUsrFile
使用可能な値: [ "TpUsrFile", "LDAP", "Custom" ]
使用するAppKeyプラグインのタイプを指定します。
指定可能な値は次のとおりです。
TpUsrFile: TpUsrFile
はデフォルト・プラグインです。これは、インポートされたTuxedo TPUSRファイルを使用してユーザー・セキュリティ情報を提供します。旧リリースのWebLogic Tuxedo Connectorでは、このオプションをサポートしています。
LDAP: 「LDAP」
プラグインは、組込みLDAPサーバーを使用してユーザー・セキュリティ情報を提供します。ユーザー・レコードでは、descriptionフィールドにTuxedo UIDとGID情報を定義する必要があります。この機能は、旧リリースのWebLogic Tuxedo Connectorではサポートされていません。
Custom: 「Custom」
プラグインは、Tuxedoで必要なセキュリティ情報を提供する独自のAppKeyジェネレータ・クラスを記述するための機能を提供します。この機能は、旧リリースのWebLogic Tuxedo Connectorではサポートされていません。
- cmpLimit(optional): integer(int32)
最小値: 0
最大値: 2147483647
デフォルト値: 2147483647
このリモートTuxedoアクセス・ポイントが、ローカルTuxedoアクセス・ポイントにデータを送信する際に使用する圧縮しきい値。このサイズより大きなアプリケーション・バッファは、圧縮されます。
値の範囲:
から32ビットの正の整数の間。
- connectionPolicy(optional): string
デフォルト値: LOCAL
使用可能な値: [ "ON_DEMAND", "ON_STARTUP", "INCOMING_ONLY", "LOCAL" ]
このリモートTuxedoアクセス・ポイントがローカルTuxedoアクセス・ポイントとのセッション接続を確立する場合の条件。
指定可能な値は次のとおりです。
ON_DEMAND: リモート・サービスに対するクライアント・リクエスト、または管理接続コマンドのいずれかによって要求されたときにのみ、接続が試行されます。
ON_STARTUP: ゲートウェイ・サーバーの初期化時に、ドメイン・ゲートウェイがリモートTuxedoアクセス・ポイントとの接続の確立を試行します。リモート・サービス(このローカルTuxedoアクセス・ポイントのドメイン・ゲートウェイによってJNDIに通知されるサービス)は、接続がそのリモートTuxedoアクセス・ポイントに正常に確立された場合のみ通知されます。リモートTuxedoアクセス・ポイントへのアクティブな接続がない場合、リモート・サービスはサスペンドされます。デフォルトでは、この接続ポリシーは失敗した接続を60秒ごとに再試行します。アプリケーション固有の値を指定するには、MaxRetryおよびRetryInterval属性を使用します。
INCOMING_ONLY: ドメイン・ゲートウェイが起動時にリモートTuxedoアクセス・ポイントへの初期接続を行わず、リモート・サービスが最初にサスペンドされます。ドメイン・ゲートウェイはリモートTuxedoアクセス・ポイントからの受信接続に使用可能で、リモート・サービスはこのローカルTuxedoアクセス・ポイントのドメイン・ゲートウェイが受信接続を受け付けたときに通知されます。接続の再試行処理は許可されていません。
「LOCAL」: リモート・ドメインの接続ポリシーのデフォルト値を、ローカル・ドメインのConnectionPolicy属性の値にするように明示的に指定します。
- connPrincipalName(optional): string
ローカルTuxedoアクセス・ポイントとのセッション接続を確立するときに、このリモートTuxedoアクセス・ポイントのアイデンティティを検証するために使用されるプリンシパル名。指定しない場合、このアクセス・ポイントのAccessPointIDが接続プリンシパル名のデフォルト値になります。
ノート: このパラメータは、Oracle Tuxedo 7.1以降のソフトウェアを実行しているタイプTDOMAINのドメインにのみ適用されます。
ノート: ConnPrincipalNameはこのリリースではサポートされていません。
- credentialPolicy(optional): string
デフォルト値: LOCAL
使用可能な値: [ "GLOBAL", "LOCAL" ]
リモートTuxedoアクセス・ポイントへのアウトバウンド・アクセス制御リスト(ACL)ポリシー。
指定可能な値は次のとおりです。
ノート:「相互運用」を「はい」に設定している場合、CredentialPolicyは無視されます。
- customAppKeyClass(optional): string
カスタムAppKey
ジェネレータ・クラスのフルパス名。(このクラスは、AppKeyジェネレータとして「カスタム
」を指定する場合にのみ意味を持ちます。)
ノート: Custom
AppKeyジェネレータ・プラグインを選択した場合、このクラスが実行時にロードされます。
- customAppKeyClassParam(optional): string
クラスの初期化時にカスタムAppKey
クラスで使用されるオプションなパラメータ。このクラスは、AppKeyジェネレータとして「カスタム
」を指定する場合にのみ意味を持ちます。)
- defaultAppKey(optional): integer(int32)
デフォルト値: -1
プラグインによってTuxedoへのアクセスを許可されている場合に、匿名ユーザーおよびユーザー・データベースに定義されていないその他のユーザーが使用するデフォルトのAppKey
値。
ノート: TpUsrFile
およびLDAP
プラグインでは、「匿名を許可」が有効になっていないかぎり、ユーザー・データベースに定義されていないユーザーによるTuxedoへのアクセスは許可されません。
- dynamicallyCreated(optional): boolean
読取り専用: true
デフォルト値: false
MBeanが動的に作成されたか、config.xmlに対して永続化されているかが返されます
- federationName(optional): string
このリモートTuxedoアクセス・ポイントが外部ネーム・サービスと結合する際のコンテキスト。省略すると、デフォルトの結合ポイントはtuxedo.domains
になります
- federationURL(optional): string
JNDIに結合される外部ネーム・サービスのURL。
ノート: WebLogic Tuxedo Connectorは非CORBAサービス・プロバイダと結合することもできます。
ノート: この値を指定しない場合、WebLogic Tuxedo Connectorは次の処理を行います。
- id(optional): integer(int64)
- keepAlive(optional): integer(int32)
最小値: -1
最大値: 2147483647
デフォルト値: 0
このリモートTuxedoアクセス・ポイントに、アプリケーション・レベルのキープ・アライブが構成されているかどうかを示します。
0より大きい: アプリケーション・レベルのキープ・アライブが有効で、この値は、待機時間のタイマーが開始されるまでに許可されるアイドル時間の長さを示します(ミリ秒単位で、最も近い秒に丸められます)。
0: アクセス・ポイントでは、アプリケーション・レベルのキープ・アライブが有効ではありません。
-1: アプリケーション・レベルのキープ・アライブが有効で、待機時間のタイマーが開始されるまでに許可されるアイドル時間の長さ(ミリ秒単位で、最も近い秒に丸められる)が、ローカルTuxedoアクセス・ポイントの値を使用して表されていることを示します。
- keepAliveWait(optional): integer(int32)
最小値: 0
最大値: 2147483647
デフォルト値: 0
このリモートTuxedoアクセス・ポイントが、アプリケーション・レベルのキープ・アライブの確認応答を必要とするかどうかを示します。値が次の場合:
0より大きい: アプリケーション・レベルのキープ・アライブが有効で、この値は、ハートビートが確認されない場合に、WebLogic Tuxedo Connectorにより、接続が失敗したとマークされるまでに許可されるアイドル時間の長さを示します(ミリ秒単位で、最も近い秒に丸められます)。
0: アクセス・ポイントでは、アプリケーション・レベルのキープ・アライブが有効ではありませんが、ハートビートを受信しているかどうかは、アクセス・ポイントで確認されています。
- localAccessPoint(optional): string
デフォルト値: myLAP
このリモートTuxedoドメインがアクセスするローカル・ドメイン名。
制約
- maxEncryptBits(optional): string
デフォルト値: 128
使用可能な値: [ "0", "40", "56", "128" ]
このリモートTuxedoアクセス・ポイントが、セッション接続を確立する際に使用する最大の暗号化キー長(ビット単位)。値が
の場合、暗号化は使用されません。
値に関する制限:
- maxRetries(optional): integer(int64)
最小値: -1
最大値: 9.223372036854776E18
デフォルト値: -1
このリモートTuxedoアクセス・ポイントがローカルTuxedoアクセス・ポイントへのセッション接続の確立を試行する最大回数。これは、ConnectionPolicyの値が「ON_STARTUP
」に設定されている場合にのみ使用します
ノート: ConnectionPolicyの値がLOCAL
の場合、ローカルTuxedoアクセス・ポイントのMaxRetriesの値が使用されます。ConnectionPolicyの値がON_STARTUP
の場合、値-1
は9223372036854775807を示します。
値の範囲: 1
から64ビットの正の整数まで
- minEncryptBits(optional): string
デフォルト値: 0
使用可能な値: [ "0", "40", "56", "128" ]
このリモート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:8902
このリモートTuxedoアクセス・ポイントのネットワーク・アドレスとポート番号。
次のいずれかの形式でアドレスを指定します:
ノート:
hostnameを使用する場合、アクセス・ポイントはローカル名解決機能(通常はDNS)を使用してhostnameのアドレスを検索します。ドットで区切った10進フォーマットを使用する場合、各#は0 ~ 255の数字でなければなりません。このドット区切りの10進数は、ローカル・マシンのIPアドレスを表します。port_numberは、アクセス・ポイントが受信するリクエストをリスニングするTCP/SDPポート番号です。
SDP形式のアドレスを指定した場合は、このアクセス・ポイントのトランスポート・プロトコルはTCPではなくSDPになります。この機能を使用できるのは、WTCおよびTuxedoのドメイン・ゲートウェイが両方ともOracle Exalogicプラットフォームにデプロイされている場合のみです。Tuxedo 11gR1PS2以上が必要です。
- retryInterval(optional): integer(int64)
最小値: -1
最大値: 2147483647
デフォルト値: -1
このリモートTuxedoアクセス・ポイントが、ローカルTuxedoアクセス・ポイントへの接続を自動的に試行する際、各接続の間に待機する秒数。これは、ConnectionPolicyの値がON_STARTUP
に設定されている場合にのみ使用します
値の範囲: 1
から32ビットの正の整数まで
ノート: ConnectionPolicyの値がLOCAL
の場合、ローカルTuxedoアクセス・ポイントのRetryIntervalの値が使用されます。ConnectionPolicyの値がON_STARTUP
の場合、値-1
は60を示します。
- SSLProtocolVersion(optional): string
デフォルト値: TLSv1.2
使用可能な値: [ "TLSv1.0", "TLSv1.1", "TLSv1.2" ]
特定のローカル・アクセス・ポイントとのSSL接続を確立するときに、このリモート・アクセス・ポイントが使用するSSL接続のプロトコル・バージョン。
値に関する制限:
- tags(optional): array 項目
- tpUsrFile(optional): string
UID/GID情報を含むユーザー・パスワード・ファイルへのフルパス。(このフィールドは、AppKeyジェネレータとして「TpUsrFile
」を指定する場合にのみ意味を持ちます。)
ノート: このファイルは、リモートTuxedoアクセス・ポイントで指定されたリモートTuxedoドメイン上でTuxedo tpusradd
ユーティリティによって生成されます。適切な認可、認証、および監査を行うには、このファイルのコピーがWebLogic Tuxedo Connector環境で使用可能でなければなりません。
- tuxedoGidKw(optional): string
デフォルト値: TUXEDO_GID
Tuxedo移行ユーティリティtpmigldap
を使用する場合に、WlsUser
で使用されるTuxedo GID (グループID)のキーワード。このフィールドは、AppKeyジェネレータとして「LDAP
」を指定する場合にのみ意味を持ちます。)
ノート: キーワードは、組込みLDAPデータベースのユーザー・レコードでTuxedo GIDを検索する際に使用されます。
- tuxedoUidKw(optional): string
デフォルト値: TUXEDO_UID
Tuxedo移行ユーティリティtpmigldap
を使用する場合に、WlsUser
で使用されるTuxedo UID (ユーザーID)のキーワード。このキーワードは、AppKeyジェネレータとして「LDAP
」を指定する場合にのみ意味を持ちます。)
ノート: キーワードは、組込みLDAPデータベースのユーザー・レコードでTuxedo UIDを検索する際に使用されます。
- type(optional): string
{
"type":"object",
"properties":{
"NWAddr":{
"default":"//localhost:8902",
"type":"string",
"description":"<p>The network address and port number of this remote 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 remote access point uses when establishing a SSL connection with specific local access point. </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":"myRAP",
"x-weblogic-legalNull":true,
"type":"string",
"description":"<p>The unique name used to identify this remote 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":"myRAPId",
"x-weblogic-legalNull":true,
"type":"string",
"description":"<p>The connection principal name used to identify this remote domain access point when attempting to establish a session connection to local Tuxedo access points. This value must be globally unique among all interconnected Tuxedo and WTC Domains.</p><p><h5>Constraints</h5></p><ul><li>legal null</li></ul>"
},
"aclPolicy":{
"default":"LOCAL",
"enum":[
"GLOBAL",
"LOCAL"
],
"type":"string",
"description":"<p>The inbound access control list (ACL) policy toward requests from a remote Tuxedo access point.</p><p>The allowed values are:</p><ul><li><p>LOCAL: The local Tuxedo access point modifies the identity of service requests received from a given remote Tuxedo access point to the principal name specified in the local principal name for a given remote Tuxedo access point.</p></li><li><p>GLOBAL: The local Tuxedo access point passes the service request with no change in identity.</p></li></ul><p><i>Note:</i> If Interoperate is set to Yes, AclPolicy is ignored.</p>"
},
"allowAnonymous":{
"default":false,
"type":"boolean",
"description":"<p>Specifies whether the anonymous user is allowed to access remote Tuxedo services.</p><p><i>Note:</i> If the anonymous user is allowed to access Tuxedo, the default AppKey will be used for <code>TpUsrFile</code> and <code>LDAP</code> AppKey plug-ins. Interaction with the <code>Custom</code> AppKey plug-in depends on the design of the Custom AppKey generator.</p>"
},
"appKey":{
"default":"TpUsrFile",
"enum":[
"TpUsrFile",
"LDAP",
"Custom"
],
"type":"string",
"description":"<p>Specifies the type of AppKey plug-in used.</p><p>The allowed values are:</p><ul><li><p>TpUsrFile: <code>TpUsrFile</code> is the default plug-in. It uses an imported Tuxedo TPUSR file to provide user security information. Previous releases of WebLogic Tuxedo Connector support this option.</p></li><li><p>LDAP: The <code>LDAP</code> plug-in utilizes an embedded LDAP server to provide user security information. The user record must define the Tuxedo UID and GID information in the description field. This functionality is not supported in previous releases of WebLogic Tuxedo Connector. </p></li><li><p>Custom: The <code>Custom</code> plug-in provides the ability to write your own AppKey generator class to provide the security information required by Tuxedo. This functionality is not supported in previous releases of WebLogic Tuxedo Connector. </p></li></ul>"
},
"cmpLimit":{
"default":2147483647,
"minimum":0,
"maximum":2147483647,
"type":"integer",
"format":"int32",
"description":"<p>The compression threshold this remote Tuxedo access point uses when sending data to a local 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 remote Tuxedo access point when it establishes a session connection with a local Tuxedo access point. If not specified, the connection principal name defaults to the AccessPointID for this access point.</p><p><i>Note:</i> This parameter only applies to domains of type TDOMAIN that are running Oracle Tuxedo 7.1 or later software.</p><p><b>Note:</b> ConnPrincipalName is not supported in this release.</p>"
},
"connectionPolicy":{
"default":"LOCAL",
"enum":[
"ON_DEMAND",
"ON_STARTUP",
"INCOMING_ONLY",
"LOCAL"
],
"type":"string",
"description":"<p>The conditions under which this remote Tuxedo access point establishes a session connection with a local Tuxedo access point.</p><p>The allowed values 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 Tuxedo 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 attributes 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><li><p>LOCAL: Specifies that the remote domain connection policy is explicitly defaulted to the local domain ConnectionPolicy attribute value.</p></li></ul>"
},
"credentialPolicy":{
"default":"LOCAL",
"enum":[
"GLOBAL",
"LOCAL"
],
"type":"string",
"description":"<p>The outbound access control list (ACL) policy toward requests to a remote Tuxedo access point.</p><p>The allowed values are:</p><ul><li><p>LOCAL: The remote Tuxedo access point controls the identity of service requests received from the local Tuxedo access point to the principal name specified in the local principal name for this remote Tuxedo access point.</p></li><li><p>GLOBAL: The remote Tuxedo access point passes the service request with no change.</p></li></ul><p><i>Note:</i>If Interoperate is set to Yes, CredentialPolicy is ignored.</p>"
},
"customAppKeyClass":{
"type":"string",
"description":"<p>The full pathname to the custom <code>AppKey</code> generator class. (This class is only relevant if you specify <code>Custom</code> as the AppKey Generator.)</p><p><i>Note:</i> This class is loaded at runtime if the <code>Custom</code> AppKey generator plug-in is selected.</p>"
},
"customAppKeyClassParam":{
"type":"string",
"description":"<p>The optional parameters to be used by the custom <code>AppKey</code> class at the class initialization time. This class is only relevant if you specify <code>Custom</code> as the AppKey Generator.)</p>"
},
"defaultAppKey":{
"default":-1,
"type":"integer",
"format":"int32",
"description":"<p>The default <code>AppKey</code> value to be used by the anonymous user and other users who are not defined in the user database if the plug-in allows them to access Tuxedo.</p><p><i>Note:</i> The <code>TpUsrFile</code> and <code>LDAP</code> plug-ins do not allow users that are not defined in user database to access Tuxedo unless Allow Anonymous is enabled.</p>"
},
"dynamicallyCreated":{
"readOnly":true,
"default":false,
"type":"boolean",
"description":"<p>Return whether the MBean was created dynamically or is persisted to config.xml</p>"
},
"federationName":{
"type":"string",
"description":"<p>The context at which this remote Tuxedo access point federates to a foreign name service. If omitted, the default federation point is <code>tuxedo.domains</code></p>"
},
"federationURL":{
"type":"string",
"description":"<p>The URL for a foreign name service that is federated into JNDI.</p><p><i>Note:</i> The Weblogic Tuxedo Connector can federate to non-CORBA service providers.</p><p><i>Note:</i> If this value is not specified, the WebLogic Tuxedo Connector:</p><ul><li><p>Assumes there is a CosNaming server in the foreign domain.</p></li><li><p>Federates to the CosNaming server using TGIOP. </p></li></ul>"
},
"id":{
"readOnly":true,
"type":"integer",
"format":"int64",
"description":"<p>Return the unique id of this MBean instance</p>"
},
"keepAlive":{
"default":0,
"minimum":-1,
"maximum":2147483647,
"type":"integer",
"format":"int32",
"description":"<p>Indicates whether this remote Tuxedo access point is configured with Application Level Keep Alive.</p><ul><li><p> Greater than 0: Application Level Keep Alive is enabled and the value indicates the amount of idle time, in milliseconds rounded to the nearest second, allowed before starting the wait timer.</p></li><li><p> 0: Application Level Keep Alive is not enabled for the access point.</p></li><li><p> -1: Application Level Keep Alive is enabled and indicates that the value from the local Tuxedo access point is used to indicate the amount of idle time, in milliseconds rounded to the nearest second, allowed before starting the wait timer.</p></li></ul>"
},
"keepAliveWait":{
"default":0,
"minimum":0,
"maximum":2147483647,
"type":"integer",
"format":"int32",
"description":"<p>Indicates whether this remote Tuxedo access point requires the acknowledgement of Application Level Keep Alive. If the value is:</p><ul><li><p> Greater than 0: Application Level Keep Alive is enabled and the value indicates the amount of idle time, in milliseconds rounded to the nearest second, allowed before WebLogic Tuxedo Connector marks the connection as failed if the heartbeat is not acknowledged.</p></li><li><p> 0: Application Level Keep Alive is not enabled for the access point but the access point acknowledges if a heartbeat is received.</p></li></ul>"
},
"localAccessPoint":{
"default":"myLAP",
"x-weblogic-legalNull":true,
"type":"string",
"description":"<p>The local domain name from which this remote Tuxedo domain is reached.</p><p><h5>Constraints</h5></p><ul><li>legal null</li></ul>"
},
"maxEncryptBits":{
"default":"128",
"enum":[
"0",
"40",
"56",
"128"
],
"type":"string",
"description":"<p>The maximum encryption key length (in bits) this remote 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 value of the MaxEncryptBits attribute must be greater than or equal to the value of the MinEncrypBits attribute. </p></li><li><p>A MaxEncryptBits of 40 can be used only with domains running Tuxedo 7.1 or higher. </p></li></ul>"
},
"maxRetries":{
"default":-1,
"minimum":-1,
"maximum":9.223372036854776E18,
"type":"integer",
"format":"int64",
"description":"<p>The maximum number of times that this remote Tuxedo access point tries to establish a session connections to local Tuxedo access points. Use only when the ConnectionPolicy value is set to <code>ON_STARTUP</code></p><p><i>Note:</i> When the ConnectionPolicy value is <code>LOCAL</code>, the MaxRetries value from the local Tuxedo access point is used. When the ConnectionPolicy value is <code>ON_STARTUP</code>, a value of <code>-1</code> indicates 9223372036854775807.</p><p><b>Range of Values:</b> Between <code>-1</code> and a positive 64-bit integer.</p><ul><li><p>Use <code></code> to disable the retry mechanism.</p></li><li><p>Use the maximum value to try until a connection is established.</p></li></ul>"
},
"minEncryptBits":{
"x-weblogic-secureDefault":"40",
"default":"0",
"enum":[
"0",
"40",
"56",
"128"
],
"type":"string",
"description":"<p>The minimum encryption key length (in bits) this remote 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 40 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>"
},
"retryInterval":{
"default":-1,
"minimum":-1,
"maximum":2147483647,
"type":"integer",
"format":"int64",
"description":"<p>The number of seconds that this remote Tuxedo access point waits between automatic connection attempts to local Tuxedo access points. Use this only when the ConnectionPolicy value is set to <code>ON_STARTUP</code></p><p><b>Range of Values:</b> Between <code>-1</code> and a positive 32-bit integer.</p><p><i>Note:</i> When the ConnectionPolicy value is <code>LOCAL</code>, the RetryInterval value from the local Tuxedo access point is used. When the ConnectionPolicy value is <code>ON_STARTUP</code>, a value of <code>-1</code> indicates 60.</p>"
},
"tags":{
"title":"Items",
"type":"array",
"items":{
"type":"string",
"description":""
},
"description":"<p>Return all tags on this Configuration MBean</p>"
},
"tpUsrFile":{
"type":"string",
"description":"<p>The full path to the user password file containing UID/GID information. (This field is only relevant if you specify <code>TpUsrFile</code> as the AppKey Generator.)</p><p><i>Note:</i> This file is generated by the Tuxedo <code>tpusradd</code> utility on the remote Tuxedo domain specified by the remote Tuxedo access point. A copy of this file must be available in your WebLogic Tuxedo Connector environment to provide correct authorization, authentication, and auditing.</p>"
},
"tuxedoGidKw":{
"default":"TUXEDO_GID",
"type":"string",
"description":"<p>The keyword for Tuxedo GID (Group ID) used in the <code>WlsUser</code> when using the Tuxedo migration utility <code>tpmigldap</code>. This field is only relevant if you specify <code>LDAP</code> as the AppKey Generator.)</p><p><i>Note:</i> The keyword is used to find Tuxedo GID in the user record in the embedded LDAP database.</p>"
},
"tuxedoUidKw":{
"default":"TUXEDO_UID",
"type":"string",
"description":"<p>The keyword for Tuxedo UID (User ID) used in the <code>WlsUser</code> when using the Tuxedo migration utility <code>tpmigldap</code>. This keyword is only relevant if you specify <code>LDAP</code> as the AppKey Generator.)</p><p><i>Note:</i> The keyword is used to find Tuxedo UID in the user record in the embedded LDAP database.</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>"
}
},
"description":""
}