@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) |
static juzu.request.Phase.Resource.Dispatch |
addUserFullNameAndEmail(String username,
String fullname,
String email,
String passphrase) |
static juzu.request.Phase.Resource.Dispatch |
deleteUser(String username,
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) |
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 uniqueSession) |
static juzu.request.Phase.Resource.Dispatch |
setAsAdmin(String username,
String isAdmin,
String passphrase) |
static juzu.request.Phase.Resource.Dispatch |
setEnabledUser(String username,
String enabled,
String passphrase,
String dbName) |
static juzu.request.Phase.Resource.Dispatch |
setSpaces(String username,
String spaces,
String passphrase) |
static juzu.request.Phase.Resource.Dispatch |
shouldUpdate(String user,
String passphrase) |
static juzu.request.Phase.Resource.Dispatch |
updateUnreadTestMessages(String username,
String room,
String passphrase) |
public static final juzu.impl.plugin.controller.descriptor.ControllerDescriptor DESCRIPTOR
public static juzu.request.Phase.Resource.Dispatch setSpaces(String username, String spaces, String passphrase)
public static juzu.request.Phase.Resource.Dispatch addUserFullNameAndEmail(String username, String fullname, String email, String passphrase)
public static juzu.request.Phase.Resource.Dispatch setEnabledUser(String username, String enabled, String passphrase, String dbName)
public static juzu.request.Phase.Resource.Dispatch addUser(String username, String token, String passphrase)
public static juzu.request.Phase.Resource.Dispatch setAsAdmin(String username, String isAdmin, String passphrase)
public static juzu.request.Phase.Resource.Dispatch updateUnreadTestMessages(String username, String room, String passphrase)
public static juzu.request.Phase.Resource.Dispatch deleteUser(String username, String passphrase, String dbName)
public static juzu.request.Phase.Resource.Dispatch getUserFullName(String username, String passphrase)
public static juzu.request.Phase.Resource.Dispatch logout(String username, String token, String sessionId, String passphrase, String uniqueSession)
public static juzu.request.Phase.Resource.Dispatch ensureIndexes(String db, String passphrase)
Copyright © 2003–2021 eXo Platform SAS. All rights reserved.