Oracle® Webcenter Interaction Development Kit 10.3.0.0.0

ICredentialSetter.SetPassword Method 

Sets the encrypted password for a backend application.

void SetPassword(
   string plaintextPassword
);

Parameters

plaintextPassword
The plain-text password to set in the headers.

Remarks

The value is encrypted and written to the headers that are sent back to the portal.

See Also

ICredentialSetter Interface | Plumtree.Remote.Portlet Namespace