Modify This Security Params

post

/management/weblogic/{version}/edit/partitions/{name}/resourceGroups/{name}/JMSSystemResources/{name}/JMSResource/connectionFactories/{name}/securityParams

Modify this security params.

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 security params model.

Root Schema : Security Params
Type: object
Show Source
  • Default Value: false

    Specifies whether WebLogic Server attaches the authenticated user name to sent messages.

    If enabled, the system will attach the authenticated username onto sent messages if the destination supports this behavior. The username is placed in the JMSXUserID user property. You should consult the JMSXUserID documentation in Programming WebLogic JMS before using this feature.

    When dynamically changed this will affect all connections made using this connection factory after the change was made.

Security
Back to Top

Response

200 Response

Back to Top