Multiple-guest-user support. Attempts to create a new user session and connect as the given guest user.
Multiple-guest-user support. Attempts to create a new user session and connect as the given guest user.
object AttemptGuestLogin(int,object,ISessionManager,IApplication,string);
Attempts to create and connect a new default guest user session.
object AttemptGuestLogin(object,ISessionManager,IApplication,string);
ILoginHelper Interface | com.plumtree.uiinfrastructure.login Namespace