| Package | Description |
|---|---|
| it.eng.rdlab.soa3.um.rest | |
| it.eng.rdlab.soa3.um.rest.impl | |
| it.eng.rdlab.soa3.um.rest.utils |
| Modifier and Type | Method and Description |
|---|---|
UserModel |
IUserManagementService.UserManager.getUser(String userId,
String organizationName,
String adminUserId,
String adminPassword)
Gets user by userId (and organizationName)
|
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
UserModel |
UserManagerImpl.getUser(String userId,
String organizationName,
String adminUserId,
String password) |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
String |
UserManagerImpl.createUser(UserModel userModel,
String organizationName,
String adminUserId,
String password) |
boolean |
UserManagerImpl.updateUser(UserModel user,
String organizationName,
String adminUserId,
String password) |
| Modifier and Type | Method and Description |
|---|---|
static UserModel |
Utils.convertUserModel(it.eng.rdlab.um.ldap.user.bean.LdapUserModel ldapUserModel)
Converts the LDAPUserModel to UserModel
|
Copyright © 2014. All Rights Reserved.