Oracle® WebCenter Interaction Development Kit 10.3.3.0.0

SyncObject.CreateUser Method 

Static method to create a SyncObject representing a user.

public static SyncObject CreateUser(
   string name,
   string authName,
   string uniqueName
);

Parameters

name
The name of the user in the portal.
authName
The name to be passed to the authentication service.
uniqueName
A unique name for this user in the synchronization service.

Return Value

A SyncObject representing a user.

See Also

SyncObject Class | Plumtree.Remote.Auth Namespace