Aqualogic Interaction API  
 

IPTUser.SetAuthenticationUser Method 

Sets the login name for the user. Can only be called for users that are synchronized using an external authentication source, not for users created within Plumtree that are part of the Plumtree Authentication Source. Authentication user name is used for logging in.

void SetAuthenticationUser(
   string strAuthUserName
);

Parameters

strAuthUserName
- The authentication name for the user.

See Also

IPTUser Interface | com.plumtree.server Namespace