AquaLogic Interaction Development Kit (IDK) 6.0.0

ICredentialProvider.SetUsernameParameterName Method 

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

void SetUsernameParameterName(
   string paramName
);

Parameters

paramName
The name of the username 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 UsernameParameterName.

See Also

ICredentialProvider Interface | Plumtree.Remote.Portlet Namespace