Aqualogic Interaction API  
 

IPTUser.SetAuthenticationSourceID Method 

Sets the authentication source ID for this user. Cannot modify built-in users. The ID is validated to make sure it identifies an existing auth source. This will be used by the login process to reference the correct AuthSource to validate the user's credentials.

void SetAuthenticationSourceID(
   int iAuthSourceID
);

Parameters

iAuthSourceID
- The authentication source ID. Must be a valid object ID specifying an auth source in the system.

See Also

IPTUser Interface | com.plumtree.server Namespace