Uiinfrastructure API Docs  
 

Authenticator.GetGuestLoginRedirect Method (IApplication, ISessionManager, IXPRequest, Object)

This method calculates the appropriate login page for the guest user.

public static Redirect GetGuestLoginRedirect(
   IApplication application,
   ISessionManager sessionManager,
   IXPRequest request,
   object userSession
);

Parameters

application
sessionManager
request
userSession

Return Value

Redirect to the appropriate guest user login page.

See Also

Authenticator Class | com.plumtree.uiinfrastructure.login Namespace | Authenticator.GetGuestLoginRedirect Overload List