Package | Description |
---|---|
org.apache.openmeetings.db.dao.user | |
org.apache.openmeetings.db.dto.user | |
org.apache.openmeetings.db.entity.user | |
org.apache.openmeetings.db.util |
Modifier and Type | Method and Description |
---|---|
static Set<User.Right> |
UserDao.getDefaultRights() |
Set<User.Right> |
UserDao.getRights(Long id) |
Modifier and Type | Method and Description |
---|---|
User |
UserDao.addUser(Set<User.Right> rights,
String firstname,
String login,
String lastname,
long languageId,
String userpass,
Address adress,
boolean sendSMS,
Date age,
String hash,
TimeZone timezone,
Boolean forceTimeZoneCheck,
String userOffers,
String userSearchs,
Boolean showContactData,
Boolean showContactDataToContacts,
String externalId,
String externalType,
List<GroupUser> orgList,
String pictureuri) |
Long |
IUserManager.registerUserInit(Set<User.Right> rights,
String login,
String password,
String lastname,
String firstname,
String email,
Date age,
String street,
String additionalname,
String fax,
String zip,
long stateId,
String town,
long languageId,
boolean sendWelcomeMessage,
List<Long> groups,
String phone,
boolean sendSMS,
Boolean sendConfirmation,
TimeZone timezone,
Boolean forceTimeZoneCheck,
String userOffers,
String userSearchs,
Boolean showContactData,
Boolean showContactDataToContacts,
String activatedHash) |
Modifier and Type | Method and Description |
---|---|
Set<User.Right> |
UserDTO.getRights() |
Modifier and Type | Method and Description |
---|---|
void |
UserDTO.setRights(Set<User.Right> rights) |
Modifier and Type | Method and Description |
---|---|
static User.Right |
User.Right.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static User.Right[] |
User.Right.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Set<User.Right> |
User.getRights() |
Modifier and Type | Method and Description |
---|---|
void |
User.setRights(Set<User.Right> rights) |
Modifier and Type | Method and Description |
---|---|
static boolean |
AuthLevelUtil.hasAdminLevel(Set<User.Right> rights) |
static boolean |
AuthLevelUtil.hasLoginLevel(Set<User.Right> rights) |
static boolean |
AuthLevelUtil.hasUserLevel(Set<User.Right> rights) |
static boolean |
AuthLevelUtil.hasWebServiceLevel(Set<User.Right> rights) |
Copyright © 2012–2016 Apache Software Foundation. All rights reserved.