Modify This SAF Login Context

post

/management/weblogic/{version}/edit/JMSInteropModules/{name}/JMSResource/SAFRemoteContexts/{name}/SAFLoginContext

Modify this SAF login context.

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 SAF login context model.

Root Schema : SAF Login Context
Type: object
Show Source
  • Specifies the URL to connect to when using this SAF Login Context.

    SAFImportedDestinations are associated with a SAFRemoteContext that has a SAFLoginContext. This SAFLoginContext defines the URL to connect to.

  • The password for the username used to log into the remote URL.

    When Password is specified for a SAFLoginContext, then SAFPrincipalName is not specified.

    Constraints

    • legal null
  • The name used to log into the remote URL.

    When Username is specified for a SAFLoginContext, then SAFPrincipalName is not specified.

    Constraints

    • legal null
Security
Back to Top

Response

200 Response

Back to Top