| Package | Description |
|---|---|
| org.kuali.rice.kim.api.role |
Copyright 2005-2018 The Kuali Foundation
Licensed under the Educational Community License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
| Modifier and Type | Method and Description |
|---|---|
RoleMembership |
RoleMembership.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
List<RoleMembership> |
RoleService.getFirstLevelRoleMembers(List<String> roleIds)
Gets all direct members of the roles that have ids within the given list
of role ids.
|
List<RoleMembership> |
RoleMembershipQueryResults.getResults() |
List<RoleMembership> |
RoleService.getRoleMembers(List<String> roleIds,
Map<String,String> qualification)
Get all the role members (groups and principals) associated with the given list of roles
where their role membership/assignment matches the given qualification.
|
Copyright © 2005–2018 The Kuali Foundation. All rights reserved.