Package org.exoplatform.chat.server
Class ChatTools_
java.lang.Object
org.exoplatform.chat.server.ChatTools_
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final juzu.impl.plugin.controller.descriptor.ControllerDescriptor -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic juzu.request.Phase.Resource.Dispatchstatic juzu.request.Phase.Resource.DispatchaddUserFullNameAndEmail(String username, String fullname, String email, String passphrase) static juzu.request.Phase.Resource.DispatchdeleteUser(String username, String passphrase, String dbName) static juzu.request.Phase.Resource.Dispatchstatic juzu.request.Phase.Resource.DispatchensureIndexes(String db, String passphrase) static juzu.request.Phase.Resource.DispatchgetUserFullName(String username, String passphrase) static juzu.request.Phase.Resource.Dispatchstatic juzu.request.Phase.Resource.Dispatchstatic juzu.request.Phase.Resource.DispatchsetAsAdmin(String username, String isAdmin, String passphrase) static juzu.request.Phase.Resource.DispatchsetEnabledUser(String username, String enabled, String passphrase, String dbName) static juzu.request.Phase.Resource.DispatchsetExternalUser(String username, String external, String passphrase, String dbName) static juzu.request.Phase.Resource.Dispatchstatic juzu.request.Phase.Resource.DispatchshouldUpdate(String user, String passphrase) static juzu.request.Phase.Resource.DispatchupdateUnreadTestMessages(String username, String room, String passphrase)
-
Field Details
-
DESCRIPTOR
public static final juzu.impl.plugin.controller.descriptor.ControllerDescriptor DESCRIPTOR
-
-
Constructor Details
-
ChatTools_
public ChatTools_()
-
-
Method Details
-
initDB
-
addUserFullNameAndEmail
-
setSpaces
-
setEnabledUser
-
setAsAdmin
-
addUser
-
setExternalUser
-
updateUnreadTestMessages
-
deleteUser
-
getUserFullName
-
dropDB
-
logout
-
ensureIndexes
-
shouldUpdate
-