Module org.apache.openmeetings.db
Interface IUserManager
public interface IUserManager
- 
Method SummaryModifier and TypeMethodDescriptiongetLanguage(Locale loc) booleankickExternal(Long roomId, String externalType, String externalId) booleankickUsersByRoomId(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
- 
registerUserObject registerUser(User u, String password, String hash) throws OmException, NoSuchAlgorithmException - Throws:
- OmException
- NoSuchAlgorithmException
 
- 
getLanguage
- 
kickExternal
- 
kickUsersByRoomId
 
-