| Package | Description |
|---|---|
| com.equilibrium | |
| com.equilibrium.services |
| Modifier and Type | Method and Description |
|---|---|
Session |
SessionManager.getCurrentSession() |
| Modifier and Type | Method and Description |
|---|---|
Session |
SessionService.createSession(String username,
String password) |
Session |
SessionService.createSession(User user) |
Session |
SessionService.createUserAndSession(User user) |
| Modifier and Type | Method and Description |
|---|---|
EQAsyncTask<Session> |
SessionService.createSession(String username,
String password,
ResponseDelegate<Session> responseDelegate) |
EQAsyncTask<Session> |
SessionService.createSession(User user,
ResponseDelegate<Session> responseDelegate) |
EQAsyncTask<Session> |
SessionService.createUserAndSession(User user,
ResponseDelegate<Session> responseDelegate) |
| Modifier and Type | Method and Description |
|---|---|
EQAsyncTask<Session> |
SessionService.createSession(String username,
String password,
ResponseDelegate<Session> responseDelegate) |
EQAsyncTask<Session> |
SessionService.createSession(User user,
ResponseDelegate<Session> responseDelegate) |
EQAsyncTask<Session> |
SessionService.createUserAndSession(User user,
ResponseDelegate<Session> responseDelegate) |
Copyright © 2014 Equilibrium. All rights reserved.