| Package | Description |
|---|---|
| org.kuali.rice.kim.api.permission |
Copyright 2005-2016 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 |
|---|---|
Permission |
Permission.Builder.build() |
Permission |
PermissionService.createPermission(Permission permission)
This will create a
Permission exactly like the permission passed in. |
Permission |
PermissionService.findPermByNamespaceCodeAndName(String namespaceCode,
String name)
Gets a
Permission with the unique combination of namespace and name. |
Permission |
PermissionService.getPermission(String id)
Gets a
Permission from an id. |
Permission |
PermissionService.updatePermission(Permission permission)
This will update a
Permission. |
| Modifier and Type | Method and Description |
|---|---|
List<Permission> |
PermissionService.findPermissionsByTemplate(String namespaceCode,
String templateName)
Return the permissions for the given unique combination of namespace,
component and permission template name.
|
List<Permission> |
PermissionService.getAuthorizedPermissions(String principalId,
String namespaceCode,
String permissionName,
Map<String,String> qualification)
Returns permissions (with their details) that are granted to the principal given
the passed qualification.
|
List<Permission> |
PermissionService.getAuthorizedPermissionsByTemplate(String principalId,
String namespaceCode,
String permissionTemplateName,
Map<String,String> permissionDetails,
Map<String,String> qualification)
Returns permissions (with their details) that are granted to the principal given
the passed qualification.
|
List<Permission> |
PermissionQueryResults.getResults() |
| Modifier and Type | Method and Description |
|---|---|
Permission |
PermissionService.createPermission(Permission permission)
This will create a
Permission exactly like the permission passed in. |
Permission |
PermissionService.updatePermission(Permission permission)
This will update a
Permission. |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.