Interface IUserManager
public interface IUserManager
-
Method Summary
Modifier and TypeMethodDescriptiongetLanguage
(Locale loc) boolean
kickExternal
(Long roomId, String externalType, String externalId) boolean
kickUsersByRoomId
(Long roomId) registerUser
(String login, String userpass, String lastname, String firstname, String email, String country, long languageId, String tzId) registerUser
(User u, String password, String hash)
-
Method Details
-
registerUser
-
registerUser
Object registerUser(User u, String password, String hash) throws OmException, NoSuchAlgorithmException - Throws:
OmException
NoSuchAlgorithmException
-
getLanguage
-
kickExternal
-
kickUsersByRoomId
-