Uiinfrastructure API Docs  
 

LoginHandlers.DoGuestLogin Method 

Handles guest login. This is not technically thread safe, but the odds of anything catastrophic happening are fairly low, since multiple threads calling this simultaneously will only be writing the same data to the same places, with the sole exception of the IPTSession.

public static Redirect DoGuestLogin(
   RequestData tempData
);

Parameters

tempData

Return Value

Redirect object from login PEIs

See Also

LoginHandlers Class | com.plumtree.uiinfrastructure.activityspace.utils Namespace