ルート・スキーマ: Configuration Property
タイプ: object
ソースを表示
- dynamicallyCreated: boolean
読取り専用: true
デフォルト値: false
MBeanが動的に作成されたか、config.xmlに対して永続化されているかが返されます
- encryptedValue: string(password)
デフォルト値:
復号化されたプロパティの値を返します。
ノート: WebLogic Serverのリリース10.3.1では、MBean暗号化アルゴリズムの動作が変更されました。以前のリリースでは、新しく設定された値が既存の値と同じ場合、暗号化された値は変更されませんでした。つまり、特定のパスワードについては、常に同じ暗号化された値が取得されます。アクションは(動的でない)変更として処理されませんでした。この動作は、新しい値が古い値と一致しているかどうかに関係なく、既存の暗号化された値に対するセッターの使用は(動的な)変更とみなされるように変更されました。したがって、パスワードを既存の値に設定した場合でも、セッターによってその特定のパスワードに異なる暗号化された値が生成されます。
この属性は、プロパティを暗号化するように指定した場合に使用します。
- encryptValueRequired: boolean
デフォルト値: false
プロパティを暗号化するかどうかを指定します。
デフォルトでは、プロパティの値は暗号化されず、管理コンソールを使用していれば誰でもプロパティの値を表示できます。この属性がtrueに設定されていると、プロパティの値は管理コンソール上ですべてアスタリスクに設定されます。
- id: integer(int64)
- name: string
読取り専用: true
このMBeanインスタンスのユーザー定義の名前。
この名前は、MBeanのjavax.management.ObjectName
に、主要なプロパティとして含まれています
Name=user-specified-name
制約
- notes: string
この構成の説明として任意に入力できる情報。
WebLogic Serverは、ドメインの構成ファイル(config.xml
)に、このノートをXML PCDATAとして保存します。すべての左山カッコ(<)はXMLエンティティ<に変換されます。キャリッジ・リターンとライン・フィードは維持されます。)>
ノート: 管理コンソールからノートを作成または編集した場合、キャリッジ・リターンとライン・フィードは維持されません。
- tags: array Items
- type: string
- value: string
デフォルト値:
プロパティの値を指定します。
プロパティが暗号化されている場合、この属性はnullで、復号化された値を取得するにはEncryptedValue属性を使用する必要があります。
{
"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>"
},
"encryptValueRequired":{
"default":false,
"type":"boolean",
"description":"<p>Specifies whether the property should be encrypted.</p><p> By default, the value of a property is not encrypted and anyone using the Administration Console can view the value of the property. If this attribute is set to true, then the value of the property on the Administration Console will be set to all asterisks.</p>"
},
"encryptedValue":{
"default":"",
"type":"string",
"format":"password",
"description":"<p>Specifies the decrypted value of the property.</p><p>Note: In release 10.3.1 of WebLogic Server, the behavior of the MBean encryption algorithm changed. In previous releases, if the newly set value was identical to the existing value, the encrypted value did not change. That is, you would always get the same encrypted value for a given password The action was not treated as a (non-dynamic) change. The behavior has been modified so that use of the setter on any existing encrypted value is considered to be a (dynamic) change, regardless of whether the new value matches the old value. Therefore, even if you set the password to the existing value, the setter now generates a different encrypted value for the given password.</p><p>Use this attribute if you have specified that property should be encrypted.</p>"
},
"id":{
"readOnly":true,
"type":"integer",
"format":"int64",
"description":"<p>Return the unique id of this MBean instance</p>"
},
"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>"
},
"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>"
},
"value":{
"default":"",
"type":"string",
"description":"<p>Specifies the value of the property.</p><p>If the property is encrypted, then attribute is null and one should use the EncryptedValue attribute to get the decrypted value.</p>"
}
},
"description":""
}