Uses of Class
com.logicaldoc.gui.common.client.beans.GUISession
Package
Description
GWT services implementations.
-
Uses of GUISession in com.logicaldoc.gui.common.client
Modifier and TypeMethodDescriptionvoid
Session.init
(GUISession session) void
Session.setSession
(GUISession session) -
Uses of GUISession in com.logicaldoc.gui.common.client.services
Modifier and TypeMethodDescriptionSecurityService.getSession
(String locale, String sid) Logs-in a user by an existing session ID (session reuse)Modifier and TypeMethodDescriptionvoid
SecurityServiceAsync.getSession
(String locale, String sid, com.google.gwt.user.client.rpc.AsyncCallback<GUISession> callback) -
Uses of GUISession in com.logicaldoc.web.service
Modifier and TypeMethodDescriptionSecurityServiceImpl.getSession
(String locale, String sid) SecurityServiceImpl.loadSession
(Session sess, String locale) Used internally by login procedures, instantiates a new GUISession by a given authenticated user