Plumtree PEIs  
 

ILoginActions2.OnFailedLoginDoRedirect Method 

This function allows for some functionality to occur if a user should not login successfully and then possibly do a redirect to someplace other than the standard Login page.

Redirect OnFailedLoginDoRedirect(
   ApplicationData _appData,
   string _strUserName,
   XPException _xpError
);

Parameters

_appData
- This parameter provides access to some of the application data that would normally be available through the current Activity Space
_strUserName
- This is the name of the user who failed on login..
_xpError
- the error that caused login to fail. May be null

Return Value

Redirect - Location that the User will be redirected after the functionality has completed.

See Also

ILoginActions2 Interface | com.plumtree.uiinfrastructure.pei Namespace