| Package | Description |
|---|---|
| org.kuali.rice.kim.api.common.assignee |
Copyright 2005-2017 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.
|
| org.kuali.rice.kim.api.permission |
Copyright 2005-2017 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 |
|---|---|
Assignee |
Assignee.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
List<Assignee> |
PermissionService.getPermissionAssignees(String namespaceCode,
String permissionName,
Map<String,String> qualification)
Get the list of principals/groups who have a given permission.
|
List<Assignee> |
PermissionService.getPermissionAssigneesByTemplate(String namespaceCode,
String permissionTemplateName,
Map<String,String> permissionDetails,
Map<String,String> qualification)
Get the list of principals/groups who have a given permission that match the given
permission template and permission details.
|
Copyright © 2005–2017 The Kuali Foundation. All rights reserved.