ルート・スキーマ: WTC Password
タイプ: object
ソースを表示
- dynamicallyCreated: boolean
読取り専用: true
デフォルト値: false
MBeanが動的に作成されたか、config.xmlに対して永続化されているかが返されます
- id: integer(int64)
- localAccessPoint: string
デフォルト値: myLAP
このパスワードを適用するローカル・アクセス・ポイントの名前。
制約
- localPassword: string
デフォルト値: myLPWD
ローカル・アクセス・ポイントとリモート・アクセス・ポイントの間の接続を認証するために使用するローカル・パスワード。
ノート: このパスワードは、LocalAccessPointによって指定されるローカルTuxedoアクセス・ポイントと、RemoteAccessPointによって指定されるリモートTuxedoアクセス・ポイントの間の接続を認証するために使用されます。
制約
- localPasswordIV: string
デフォルト値: myLPWDIV
ローカル・パスワードを暗号化するために使用する初期化ベクトル。
制約
- name: string
読取り専用: true
このMBeanインスタンスのユーザー定義の名前。
この名前は、MBeanのjavax.management.ObjectName
に、主要なプロパティとして含まれています
Name=user-specified-name
制約
- notes: string
この構成の説明として任意に入力できる情報。
WebLogic Serverは、ドメインの構成ファイル(config.xml
)に、このノートをXML PCDATAとして保存します。すべての左山カッコ(<)はXMLエンティティ<に変換されます。キャリッジ・リターンとライン・フィードは維持されます。
ノート: 管理コンソールからノートを作成または編集した場合、キャリッジ・リターンとライン・フィードは維持されません。
- remoteAccessPoint: string
デフォルト値: myRAP
このパスワードを適用するリモート・アクセス・ポイントの名前。
制約
- remotePassword: string
デフォルト値: myRPWD
ローカル・アクセス・ポイントとリモート・アクセス・ポイントの間の接続を認証するために使用するリモート・パスワード。
ノート: このパスワードは、LocalAccessPointによって指定されるローカルTuxedoアクセス・ポイントと、RemoteAccessPointによって指定されるリモートTuxedoアクセス・ポイントの間の接続を認証するために使用されます。
制約
- remotePasswordIV: string
デフォルト値: myRPWDIV
リモート・パスワードを暗号化するために使用する初期化ベクトル。
制約
- tags: array Items
- type: string
{
"type":"object",
"properties":{
"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>"
},
"localAccessPoint":{
"default":"myLAP",
"x-weblogic-legalNull":true,
"type":"string",
"description":"<p>The name of the local access point to which this password applies.</p><p><h5>Constraints</h5></p><ul><li>legal null</li></ul>"
},
"localPassword":{
"default":"myLPWD",
"x-weblogic-legalNull":true,
"type":"string",
"description":"<p>The local password used to authenticate connections between the local access point and the remote access point.</p><p><i>Note:</i> This password is used to authenticate connections between the local Tuxedo access point identified by LocalAccessPoint and the remote Tuxedo access point identified by RemoteAccessPoint.</p><p><h5>Constraints</h5></p><ul><li>legal null</li></ul>"
},
"localPasswordIV":{
"default":"myLPWDIV",
"x-weblogic-legalNull":true,
"type":"string",
"description":"<p>The initialization vector used to encrypt the local password.</p><p><h5>Constraints</h5></p><ul><li>legal null</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>"
},
"remoteAccessPoint":{
"default":"myRAP",
"x-weblogic-legalNull":true,
"type":"string",
"description":"<p>The name of the remote access point to which this password applies.</p><p><h5>Constraints</h5></p><ul><li>legal null</li></ul>"
},
"remotePassword":{
"default":"myRPWD",
"x-weblogic-legalNull":true,
"type":"string",
"description":"<p>The remote password used to authenticate connections between the local access point and remote access point.</p><p><i>Note:</i> This password is used to authenticate connections between the local Tuxedo access point identified by LocalAccessPoint and the remote Tuxedo access point identified by RemoteAccessPoint.</p><p><h5>Constraints</h5></p><ul><li>legal null</li></ul>"
},
"remotePasswordIV":{
"default":"myRPWDIV",
"x-weblogic-legalNull":true,
"type":"string",
"description":"<p>The initialization vector used to encrypt the remote password.</p><p><h5>Constraints</h5></p><ul><li>legal null</li></ul>"
},
"tags":{
"title":"Items",
"type":"array",
"items":{
"type":"string",
"description":""
},
"description":"<p>Return all tags on this Configuration MBean</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":""
}