@Generated(value={}) public class ChatTools_ extends Object
| Modifier and Type | Field and Description |
|---|---|
static juzu.impl.plugin.controller.descriptor.ControllerDescriptor |
DESCRIPTOR |
| Constructor and Description |
|---|
ChatTools_() |
| Modifier and Type | Method and Description |
|---|---|
static juzu.request.Phase.Resource.Dispatch |
addUser(String username,
String token,
String passphrase,
String dbName) |
static juzu.request.Phase.Resource.Dispatch |
addUserFullNameAndEmail(String username,
String fullname,
String email,
String passphrase,
String dbName) |
static juzu.request.Phase.Resource.Dispatch |
dropDB(String db,
String passphrase) |
static juzu.request.Phase.Resource.Dispatch |
ensureIndexes(String db,
String passphrase) |
static juzu.request.Phase.Resource.Dispatch |
getUserFullName(String username,
String passphrase,
String dbName) |
static juzu.request.Phase.Resource.Dispatch |
initDB(String db,
String passphrase) |
static juzu.request.Phase.Resource.Dispatch |
logout(String username,
String token,
String sessionId,
String passphrase,
String dbName,
String uniqueSession) |
static juzu.request.Phase.Resource.Dispatch |
setAsAdmin(String username,
String isAdmin,
String passphrase,
String dbName) |
static juzu.request.Phase.Resource.Dispatch |
setSpaces(String username,
String spaces,
String passphrase,
String dbName) |
static juzu.request.Phase.Resource.Dispatch |
updateUnreadTestMessages(String username,
String room,
String passphrase,
String dbName) |
public static final juzu.impl.plugin.controller.descriptor.ControllerDescriptor DESCRIPTOR
public static juzu.request.Phase.Resource.Dispatch setSpaces(String username, String spaces, String passphrase, String dbName)
public static juzu.request.Phase.Resource.Dispatch getUserFullName(String username, String passphrase, String dbName)
public static juzu.request.Phase.Resource.Dispatch ensureIndexes(String db, String passphrase)
public static juzu.request.Phase.Resource.Dispatch logout(String username, String token, String sessionId, String passphrase, String dbName, String uniqueSession)
public static juzu.request.Phase.Resource.Dispatch updateUnreadTestMessages(String username, String room, String passphrase, String dbName)
public static juzu.request.Phase.Resource.Dispatch addUser(String username, String token, String passphrase, String dbName)
public static juzu.request.Phase.Resource.Dispatch addUserFullNameAndEmail(String username, String fullname, String email, String passphrase, String dbName)
public static juzu.request.Phase.Resource.Dispatch setAsAdmin(String username, String isAdmin, String passphrase, String dbName)
Copyright © 2003–2018 eXo Platform SAS. All rights reserved.