| Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||
| KimPermissionConstants |
|
| 0.0;0 |
| 1 | /* | |
| 2 | * To change this template, choose Tools | Templates | |
| 3 | * and open the template in the editor. | |
| 4 | */ | |
| 5 | package org.kuali.student.kim.permission.mock; | |
| 6 | ||
| 7 | /** | |
| 8 | * | |
| 9 | * @author nwright | |
| 10 | */ | |
| 11 | 0 | public class KimPermissionConstants { |
| 12 | ||
| 13 | /** | |
| 14 | * Namespaces | |
| 15 | */ | |
| 16 | public static final String KS_ENROLLMENT_NAMESPACE = "KS-ENRL"; | |
| 17 | public static final String KS_SYS_NAMESPACE = "KS-SYS"; | |
| 18 | public static final String KS_LUM_NAMESPACE = "KS-LUM"; | |
| 19 | public static final String KUALI_NAMESPACE = "KUALI"; | |
| 20 | public static final String KR_WORKFLOW_NAMESPACE = "KR-WKFLW"; | |
| 21 | public static final String KR_IDM_NAMESPACE = "KR-IDM"; | |
| 22 | } |