Modify This WLDF Encrypted Property

post

/management/weblogic/{version}/edit/partitions/{name}/resourceGroups/{name}/WLDFSystemResources/{name}/WLDFResource/watchNotification/actions/{name}/mapProperties/{name}/encryptedProperties/{name}

Modify this WLDF encrypted property.

Request

Supported Media Types
Path Parameters
Header Parameters
  • The 'X-Requested-By' header is used to protect against Cross-Site Request Forgery (CSRF) attacks. The value is an arbitrary name such as 'MyClient'.
Body ()

Must contain the modified WLDF encrypted property model.

Root Schema : WLDF Encrypted Property
Type: object
Show Source
  • Default Value:

    Returns the decrypted value of the property.

    When you get the value of this attribute, WebLogic Server does the following:

    1. Retrieves the value of the ValueEncrypted attribute.

    2. Decrypts the value and returns the unencrypted password as a String.

    When you set the value of this attribute, WebLogic Server does the following:

    1. Encrypts the value.

    2. Sets the value of the ValueEncrypted attribute to the encrypted value.

    Using this attribute 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.

  • Read Only: true

    Return the unique id of this bean instance.

  • Read Only: true

    The name of the WebLogic Diagnostic Framework (WLDF) bean.

Security
Back to Top

Response

200 Response

Back to Top