Uiinfrastructure API Docs  
 

LoginHandlers.GetIsAutoConnectEnabled Method 

This method is used to determine if auto connect is enabled Turning off auto-connect only disables displaying the 'remember my password' checkbox on login and checking for the login token cookie. Checking for the admin QS login token is always enabled.

public static bool GetIsAutoConnectEnabled(
   RequestData tempData
);

Parameters

tempData

Return Value

boolean true implies auto connect is enabled

See Also

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