Plumtree UI Infrastructure API  
 

ILoginActions.OnAfterLogin Method 

This function allows for some functionality to occur once the user has successfully logged in and then possibly do a redirect to someplace other than the MyPage.

Redirect OnAfterLogin(
   object _oUserSession,
   ApplicationData _appData
);

Parameters

_oUserSession
- Session object for the current user
_appData
- This parameter provides access to some of the application data that would normally be available through the current Activity Space

Return Value

Redirect - Location that the User will be redirected after the functionality has completed. This redirect will be ignored if we are attempting to login the guest user.

See Also

ILoginActions Interface | com.plumtree.uiinfrastructure.pei Namespace