Modifier and Type | Method and Description |
---|---|
GUISession |
Session.getSession() |
Modifier and Type | Method and Description |
---|---|
void |
Session.init(GUISession session) |
void |
Session.setSession(GUISession session) |
Modifier and Type | Method and Description |
---|---|
static void |
I18N.init(GUISession session) |
Modifier and Type | Method and Description |
---|---|
GUISession |
SecurityService.login(String sid)
Logs-in a user by an existing session ID (session reuse)
|
GUISession |
SecurityService.login(String username,
String password,
String locale)
Logs-in a user
|
Modifier and Type | Method and Description |
---|---|
void |
SecurityServiceAsync.login(String sid,
com.google.gwt.user.client.rpc.AsyncCallback<GUISession> callback) |
void |
SecurityServiceAsync.login(String username,
String password,
String locale,
com.google.gwt.user.client.rpc.AsyncCallback<GUISession> callback) |
Modifier and Type | Method and Description |
---|---|
void |
LoginPanel.onLoggedIn(GUISession session) |
Modifier and Type | Method and Description |
---|---|
protected GUISession |
SecurityServiceImpl.internalLogin(String sid,
User user,
String locale)
Used internally by login procedures, instantiates a new GUISession by a
given authenticated user.
|
GUISession |
SecurityServiceImpl.login(String sid) |
GUISession |
SecurityServiceImpl.login(String username,
String password,
String locale) |
Copyright © 2008-2014 Logical Objects. All Rights Reserved.