Uiinfrastructure API Docs  
 

LoginHelper.AttemptLogin Method

Handles login tasks for the new session. Calls Login PEIs, but does not call AttemptLogin. This is used while editing default profiles and impersonating users. This should not be used otherwise.

Overload List

Handles login tasks for the new session. Calls Login PEIs, but does not call AttemptLogin. This is used while editing default profiles and impersonating users. This should not be used otherwise.

public LoginResult AttemptLogin(object,AActivitySpace,IXPRequest,IWebData);

Handles login tasks for the new session. Calls Login PEIs, but does not call AttemptLogin. This is used while editing default profiles and impersonating users. This should not be used otherwise.

public LoginResult AttemptLogin(object,ISessionManager,ISessionManager,IApplication,IXPRequest,IWebData);

Attempts to create and connect a new user session. Calls Login PEIs.

public LoginResult AttemptLogin(string,AActivitySpace,IXPRequest,IWebData);

Attempts to create and connect a new user session. Calls Login PEIs.

public LoginResult AttemptLogin(string,ISessionManager,ISessionManager,IApplication,string,IXPRequest,IWebData);

Attempts to create and connect a new user session. Calls Login PEIs.

public LoginResult AttemptLogin(string,string,object,bool,AActivitySpace,IXPRequest,IWebData);

Attempts to create and connect a new user session. Calls Login PEIs.

public LoginResult AttemptLogin(string,string,object,bool,ISessionManager,ISessionManager,IApplication,string,IXPRequest,IWebData);

See Also

LoginHelper Class | com.plumtree.uiinfrastructure.login Namespace