Oracle® Webcenter Interaction Development Kit 10.3.0.0.0

ICredentialSetter.SetPasswordParameterName Method 

Specifies the name of the setting that contains the password for the backend application.

void SetPasswordParameterName(
   string paramName
);

Parameters

paramName
The name of the password setting.

Remarks

This value is used only if it is not specified in a config file (Web.config). Settings in the config file override anything set with this method.

The config file parameter for this setting is PasswordParameterName.

See Also

ICredentialSetter Interface | Plumtree.Remote.Portlet Namespace