Uses of Class
com.logicaldoc.gui.common.client.beans.GUISession
-
Packages that use GUISession Package Description com.logicaldoc.gui.common.client com.logicaldoc.gui.common.client.services com.logicaldoc.web.service GWT services implementations. -
-
Uses of GUISession in com.logicaldoc.gui.common.client
Methods in com.logicaldoc.gui.common.client that return GUISession Modifier and Type Method Description GUISessionSession. getSession()Methods in com.logicaldoc.gui.common.client with parameters of type GUISession Modifier and Type Method Description voidSession. init(GUISession session)voidSession. setSession(GUISession session) -
Uses of GUISession in com.logicaldoc.gui.common.client.services
Methods in com.logicaldoc.gui.common.client.services that return GUISession Modifier and Type Method Description GUISessionSecurityService. getSession(String locale)Logs-in a user by an existing session ID (session reuse)Method parameters in com.logicaldoc.gui.common.client.services with type arguments of type GUISession Modifier and Type Method Description voidSecurityServiceAsync. getSession(String locale, com.google.gwt.user.client.rpc.AsyncCallback<GUISession> callback) -
Uses of GUISession in com.logicaldoc.web.service
Methods in com.logicaldoc.web.service that return GUISession Modifier and Type Method Description GUISessionSecurityServiceImpl. getSession(String locale)GUISessionSecurityServiceImpl. loadSession(Session sess, String locale)Used internally by login procedures, instantiates a new GUISession by a given authenticated user
-