Plumtree UI Infrastructure API  
 

ILoginHelper.AttemptLogin Method

Attempts to create and connect a new user session. Throws an exception if login fails.

Overload List

Attempts to create and connect a new user session. Throws an exception if login fails.

object AttemptLogin(string,ISessionManager,IApplication,string,IXPRequest);

Attempts to create and connect a new user session.

object AttemptLogin(string,string,object,bool,ISessionManager,IApplication,string);

See Also

ILoginHelper Interface | com.plumtree.uiinfrastructure.login Namespace