Uiinfrastructure API Docs  
 

LoginResult Fields

The fields of the LoginResult class are listed below. For a complete list of LoginResult class members, see the LoginResult Members topic.

Public Instance Fields

m_bIsGuest Whether or not the login is for the guest user
m_bRedirectedBeforeLogin Whether or not the login was redirected before the login attempt
m_bSuccess Whether or not the login was succesful
m_Redirect The Redirect, if one of the PEIs returned a redirect. May be null.
m_strError Localized login error message suitable for display to user. Will be null if attempt succesful.
m_UserSession The user session, if successful. Null if login failed.

See Also

LoginResult Class | com.plumtree.uiinfrastructure.login Namespace