Plumtree UI Infrastructure API  
 

ILoginHelper.AttemptLogin Method (String, String, Object, Boolean, ISessionManager, IApplication, String)

Attempts to create and connect a new user session.

object AttemptLogin(
   string sUserName,
   string sPassword,
   object token,
   bool bUseNumericConnect,
   ISessionManager session,
   IApplication application,
   string sRequestURL
);

Return Value

a valid userSession

See Also

ILoginHelper Interface | com.plumtree.uiinfrastructure.login Namespace | ILoginHelper.AttemptLogin Overload List