Modify This SAF Login Context
post
/management/weblogic/{version}/edit/JMSSystemResources/{name}/JMSResource/SAFRemoteContexts/{name}/SAFLoginContext
Modify this SAF login context.
Request
Supported Media Types
- application/json
Path Parameters
-
name(required): string
The name property of the instance in the collection.
-
version(required): string
The version of the WebLogic REST interface.
Header Parameters
-
X-Requested-By(required): string
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'.
Must contain the modified SAF login context model.
Root Schema : SAF Login Context
Type:
Show Source
object
-
loginURL:
string
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.
-
password:
string(password)
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
-
username:
string
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
-
Admin: basic
Type:
basic
Description:A user in the Admin security role.
-
Deployer: basic
Type:
basic
Description:A user in the Deployer security role.