Plumtree UI Infrastructure API  
 

LoginHandlers.GetIsGuestRedirectToLoginEnabled Method (IApplication, ISessionManager)

This method is used to determine if the guest user should be redirected to their default page or to the login page if a space is not specified.

public static bool GetIsGuestRedirectToLoginEnabled(
   IApplication application,
   ISessionManager sessionManager
);

Parameters

application
sessionManager

Return Value

boolean true implies the guest should redirect to login if no space is specified. Login is default.

See Also

LoginHandlers Class | com.plumtree.uiinfrastructure.activityspace.utils Namespace | LoginHandlers.GetIsGuestRedirectToLoginEnabled Overload List