Uses of Class
com.logicaldoc.gui.common.client.beans.GUISession
Packages that use GUISession
Package
Description
GWT services implementations.
-
Uses of GUISession in com.logicaldoc.gui.common.client
Methods in com.logicaldoc.gui.common.client that return GUISessionMethods in com.logicaldoc.gui.common.client with parameters of type GUISessionModifier and TypeMethodDescriptionvoidSession.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 GUISessionModifier and TypeMethodDescriptionSecurityService.getSession(String locale, String sid) 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 GUISessionModifier and TypeMethodDescriptionvoidSecurityServiceAsync.getSession(String locale, String sid, 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 GUISessionModifier and TypeMethodDescriptionSecurityServiceImpl.getSession(String locale, String sid) SecurityServiceImpl.loadSession(Session session, String locale) Used internally by login procedures, instantiates a new GUISession by a given authenticated user