Uiinfrastructure API Docs  
 

Authenticator.GetGuestLoginRedirect Method (RequestData)

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

public static Redirect GetGuestLoginRedirect(
   RequestData _requestData
);

Parameters

_requestData
The current request data.

Return Value

Redirect to the appropriate guest user login page.

See Also

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