|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UserModel | |
|---|---|
| it.eng.rdlab.soa3.um.rest | |
| it.eng.rdlab.soa3.um.rest.impl | |
| it.eng.rdlab.soa3.um.rest.utils | |
| Uses of UserModel in it.eng.rdlab.soa3.um.rest |
|---|
| Methods in it.eng.rdlab.soa3.um.rest that return UserModel | |
|---|---|
UserModel |
IUserManagementService.UserManager.getUser(String userId,
String organizationName,
String adminUserId,
String adminPassword)
Gets user by userId (and organizationName) |
| Methods in it.eng.rdlab.soa3.um.rest that return types with arguments of type UserModel | |
|---|---|
HashMap<UserModel,List<GroupModel>> |
IUserManagementService.UserManager.listAllUsersAndGroups(String organizationName,
String adminUserId,
String adminPassword)
Lists all users with the associated groups (by organizationName) |
HashMap<UserModel,List<RoleModel>> |
IUserManagementService.UserManager.listAllUsersAndRoles(String organizationName,
String adminUserId,
String adminPassword)
Lists all users with the associated roles (by organizationName) |
List<UserModel> |
IUserManagementService.UserManager.listUsers(String adminUserId,
String adminPassword)
Lists all present users |
List<UserModel> |
IUserManagementService.UserManager.listUsersByAttribute(Map<String,String> attributes,
String adminUserId,
String adminPassword)
Lists all the users with the attributes send as parameters |
List<UserModel> |
IUserManagementService.UserManager.listUsersByGroup(String groupName,
String organizationName,
String adminUserId,
String adminPassword)
Lists all users with the groupName group |
List<UserModel> |
IUserManagementService.UserManager.listUsersByOrganization(String organizationName,
String adminUserId,
String adminPassword)
Lists all users under an organization by organizationName |
List<UserModel> |
IUserManagementService.UserManager.listUsersByOrganizationAndAttributes(String organizationName,
Map<String,String> attributes,
String adminUserId,
String adminPassword)
Lists all users under an organization by organizationName |
List<UserModel> |
IUserManagementService.UserManager.listUsersByRole(String roleName,
String organizationName,
String adminUserId,
String adminPassword)
Lists all users with the roleName role |
| Methods in it.eng.rdlab.soa3.um.rest with parameters of type UserModel | |
|---|---|
String |
IUserManagementService.UserManager.createUser(UserModel user,
String organizationName,
String adminUserId,
String adminPassword)
Creates a new user by UserModel (and organizationName) |
boolean |
IUserManagementService.UserManager.updateUser(UserModel user,
String organizationName,
String adminUserId,
String adminPassword)
Updates user's attributes |
| Uses of UserModel in it.eng.rdlab.soa3.um.rest.impl |
|---|
| Methods in it.eng.rdlab.soa3.um.rest.impl that return UserModel | |
|---|---|
UserModel |
UserManagerImpl.getUser(String userId,
String organizationName,
String adminUserId,
String password)
|
| Methods in it.eng.rdlab.soa3.um.rest.impl that return types with arguments of type UserModel | |
|---|---|
HashMap<UserModel,List<GroupModel>> |
UserManagerImpl.listAllUsersAndGroups(String organizationName,
String adminUserId,
String password)
|
HashMap<UserModel,List<RoleModel>> |
UserManagerImpl.listAllUsersAndRoles(String organizationName,
String adminUserId,
String password)
|
List<UserModel> |
UserManagerImpl.listUsers(String adminUserId,
String password)
|
List<UserModel> |
UserManagerImpl.listUsersByAttribute(Map<String,String> attributes,
String adminUserId,
String adminPassword)
|
List<UserModel> |
UserManagerImpl.listUsersByGroup(String groupName,
String organizationName,
String adminUserId,
String password)
|
List<UserModel> |
UserManagerImpl.listUsersByOrganization(String organizationName,
String adminUserId,
String password)
|
List<UserModel> |
UserManagerImpl.listUsersByOrganizationAndAttributes(String organizationName,
Map<String,String> attributes,
String adminUserId,
String adminPassword)
|
List<UserModel> |
UserManagerImpl.listUsersByRole(String roleName,
String organizationName,
String adminUserId,
String password)
|
| Methods in it.eng.rdlab.soa3.um.rest.impl with parameters of type UserModel | |
|---|---|
String |
UserManagerImpl.createUser(UserModel userModel,
String organizationName,
String adminUserId,
String password)
|
boolean |
UserManagerImpl.updateUser(UserModel user,
String organizationName,
String adminUserId,
String password)
|
| Uses of UserModel in it.eng.rdlab.soa3.um.rest.utils |
|---|
| Methods in it.eng.rdlab.soa3.um.rest.utils that return UserModel | |
|---|---|
static UserModel |
Utils.convertUserModel(it.eng.rdlab.um.ldap.user.bean.LdapUserModel ldapUserModel)
Converts the LDAPUserModel to UserModel |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||