Uiinfrastructure API Docs  
 

ILoginControl Methods

The methods of the ILoginControl interface are listed below. For a complete list of ILoginControl interface members, see the ILoginControl Members topic.

Public Instance Methods

DoGetSession This method is called by the Interpreter to determine whether or not to subsequently call GetSession and perform login/logout code. If this returns false, the session will remain unchanged.
GetSession This method is called by the Interpreter after calling Execute on the LoginControl. The User Session returned will be stored on the user's HTTPSession. If null is returned, the user's session will be removed from the HTTPSession for logout.
SetRedirectForUseAfterLogin This method sets a redirect on the login control for use after a successful login. This allows a user to be bounced from a page if they are not logged in, and then return to that page after they log in.

See Also

ILoginControl Interface | com.plumtree.uiinfrastructure.activityspace Namespace