Uses of Class
it.eng.rdlab.soa3.um.rest.bean.RoleModel

Packages that use RoleModel
it.eng.rdlab.soa3.um.rest   
it.eng.rdlab.soa3.um.rest.impl   
 

Uses of RoleModel in it.eng.rdlab.soa3.um.rest
 

Methods in it.eng.rdlab.soa3.um.rest that return RoleModel
 RoleModel IUserManagementService.RoleManager.getRole(String roleName, String organizationName, String adminUserId, String adminPassword)
          Gets the role by roleName (and by organizatioName)
 

Methods in it.eng.rdlab.soa3.um.rest that return types with arguments of type RoleModel
 HashMap<UserModel,List<RoleModel>> IUserManagementService.UserManager.listAllUsersAndRoles(String organizationName, String adminUserId, String adminPassword)
          Lists all users with the associated roles (by organizationName)
 List<RoleModel> IUserManagementService.RoleManager.listRoles(String adminUserId, String adminPassword)
          Lists all present roles
 List<RoleModel> IUserManagementService.RoleManager.listRolesByOrganization(String organizationName, String adminUserId, String adminPassword)
          Lists all roles under an organization by organizationName
 

Methods in it.eng.rdlab.soa3.um.rest with parameters of type RoleModel
 boolean IUserManagementService.RoleManager.updateRole(RoleModel role, String organizationName, String adminUserId, String adminPassword)
          Updates role's attribute
 

Uses of RoleModel in it.eng.rdlab.soa3.um.rest.impl
 

Methods in it.eng.rdlab.soa3.um.rest.impl that return RoleModel
 RoleModel RoleManagerImpl.getRole(String roleName, String organizationName, String adminUserId, String password)
           
 

Methods in it.eng.rdlab.soa3.um.rest.impl that return types with arguments of type RoleModel
 HashMap<UserModel,List<RoleModel>> UserManagerImpl.listAllUsersAndRoles(String organizationName, String adminUserId, String password)
           
 List<RoleModel> RoleManagerImpl.listRoles(String adminUserId, String password)
           
 List<RoleModel> RoleManagerImpl.listRolesByOrganization(String organizationName, String adminUserId, String password)
           
 List<RoleModel> RoleManagerImpl.listRolesByUser(String userId, String organizationName, String adminUserId, String password)
           
 

Methods in it.eng.rdlab.soa3.um.rest.impl with parameters of type RoleModel
 boolean RoleManagerImpl.updateRole(RoleModel role, String organizationName, String adminUserId, String password)
           
 



Copyright © 2013. All Rights Reserved.