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 -
-
Uses of GUISession in com.logicaldoc.gui.common.client
Methods in com.logicaldoc.gui.common.client that return GUISession Modifier and Type Method Description GUISession
Session. getSession()
Methods in com.logicaldoc.gui.common.client with parameters of type GUISession Modifier and Type Method Description void
Session. init(GUISession session)
void
Session. 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 GUISession
SecurityService. 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 void
SecurityServiceAsync. 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 GUISession
SecurityServiceImpl. getSession(String locale)
GUISession
SecurityServiceImpl. loadSession(Session sess, String locale)
Used internally by login procedures, instantiates a new GUISession by a given authenticated user
-