Aqualogic Interaction API  
 

IPTFederatedPortal.GetSearchName Method 

Outoing federated searches can map users of a particular group to a token user id that the search will be perfromed as. For example, users in Group ID 205 could all be mapped to the user token PORTAL_ENGINEERS. The receiving portal will see this token as the requesting user, then look for a user named PORTAL_ENGINEERS on its local system. This method will provide the string token for a particular IPTUser

string GetSearchName(
   IPTUser pUser,
   object vsaUserGroupIDs
);

Parameters

pUser
The user to find a string token for
vsaUserGroupIDs
The Object[] array of user groups that will be searched, in order, for the IPTUser

Return Value

The string token that will be used for this user.

See Also

IPTFederatedPortal Interface | com.plumtree.server Namespace