Description Syntax Example removeExtAppField

Oracle WebCenter Custom WLST Commands 10-79

10.8.5.3 Example

The following example specifies a default value for a login field named Account and displays the field on the external applications credential provisioning screen. wls:weblogicserverConfig setExtAppFieldappName=webcenter, name=ABC, fieldName=Account, fieldValue=admin, displayToUser=1

10.8.6 removeExtAppField

Module: Oracle WebCenter Use with WLST: Online

10.8.6.1 Description

Removes a login field from an external application connection. This command has implications on any shared or public credentials that you may have created for this external application, that is, you may need to remove the login field from shared user or public user credentials. You can use the setExtAppCredential command to remove a login field, if required. For example, external application myApp has an additional field called Account and public credentials were previously specified using: addExtAppCredentialappName=webcenter, name=myApp, type=PUBLIC, username=admin, password=mypublic.password, field=Account:adminmyhost.com If you remove the Account field, you can modify the credentials by running: setExtAppCredentialappName=webcenter, name=myApp, type=PUBLIC, username=admin, password=mypublic.password For details on using setExtAppCredential, see Section 10.8.8, setExtAppCredential

10.8.6.2 Syntax

removeExtAppFieldappName, name, fieldName, [server, applicationVersion]

10.8.6.3 Example

The following example removes the additional login field named Account from an external application named ABC. wls:weblogicserverConfig removeExtAppFieldappName=webcenter, name=ABC, fieldName=Account Argument Definition appName Name of the WebCenter application in which to perform this operation. name Connection name. fieldName Login field that you want to remove. server Optional. Name of the managed server where the WebCenter application is deployed. For example, WC_Spaces. Required when applications with the same name are deployed to different servers and also when you have a cluster. applicationVersion Optional. Version number of the deployed application. Required if more than one version of the WebCenter application is deployed. 10-80 Oracle Fusion Middleware WebLogic Scripting Tool Command Reference

10.8.7 addExtAppCredential