Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

ICredentialSetter.SetCredentialSettingType Method 

Specifies which type of setting is being used to pass the credentials to the portlet.

void SetCredentialSettingType(
   SettingType type
);

Parameters

type
The type of setting being used to send credentials to the portlet.

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 CredentialSettingType.

See Also

ICredentialSetter Interface | Plumtree.Remote.Portlet Namespace