public interface RoleResolver
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getGroupRoles(CourseManagementService cmService,
String userEid)
Gets a single user's roles in all sections with which s/he is associated.
|
Map<String,String> |
getUserRoles(CourseManagementService cmService,
Section section)
Gets users roles in a CM object.
|
Map<String,String> getUserRoles(CourseManagementService cmService, Section section)
section - The section from which to start searching "up" the hierarchy,
if necessarycmService - The CM service impl. We pass this in rather than injecting
it into every RoleResolverMap<String,String> getGroupRoles(CourseManagementService cmService, String userEid)
userEid - The user's enterprise IDcmService - The CM service impl. We pass this in rather than injecting
it into every RoleResolverCopyright © 2006–2019 Sakai Project. All rights reserved.