Plumtree EDK (Enterprise Web Development Kit) 5.4.0 |
|
ICredentialSetter.SetUsernameParameterName Method
Specify the name of the setting that contains the username for the backend application.
void SetUsernameParameterName(
string paramName
);
Parameters
-
paramName
- Name of the username setting.
Remarks
This value will only be used if it is not specified in a config file (web.config). A config file setting will override anything set with this method.
The config file parameter for this setting is
UsernameParameterName.
See Also
ICredentialSetter Interface | Plumtree.Remote.Portlet Namespace