Uses of Class
org.kuali.rice.kim.api.permission.Permission
Packages that use Permission
-
Uses of Permission in org.kuali.rice.kim.api.permission
Methods in org.kuali.rice.kim.api.permission that return PermissionModifier and TypeMethodDescriptionPermission.Builder.build()PermissionService.createPermission(Permission permission) This will create aPermissionexactly like the permission passed in.PermissionService.findPermByNamespaceCodeAndName(String namespaceCode, String name) Gets aPermissionwith the unique combination of namespace and name.PermissionService.getPermission(String id) Gets aPermissionfrom an id.PermissionService.updatePermission(Permission permission) This will update aPermission.Methods in org.kuali.rice.kim.api.permission that return types with arguments of type PermissionModifier and TypeMethodDescriptionPermissionService.findPermissionsByTemplate(String namespaceCode, String templateName) Return the permissions for the given unique combination of namespace, component and permission template name.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.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.PermissionQueryResults.getResults()Methods in org.kuali.rice.kim.api.permission with parameters of type PermissionModifier and TypeMethodDescriptionPermissionService.createPermission(Permission permission) This will create aPermissionexactly like the permission passed in.PermissionService.updatePermission(Permission permission) This will update aPermission.