Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||
KimIdentityServiceConstants |
|
| 0.0;0 |
1 | package org.kuali.student.lum.kim; | |
2 | ||
3 | /** | |
4 | * Copyright 2010 The Kuali Foundation Licensed under the | |
5 | * Educational Community License, Version 2.0 (the "License"); you may | |
6 | * not use this file except in compliance with the License. You may | |
7 | * obtain a copy of the License at | |
8 | * | |
9 | * http://www.osedu.org/licenses/ECL-2.0 | |
10 | * | |
11 | * Unless required by applicable law or agreed to in writing, | |
12 | * software distributed under the License is distributed on an "AS IS" | |
13 | * BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express | |
14 | * or implied. See the License for the specific language governing | |
15 | * permissions and limitations under the License. | |
16 | */ | |
17 | ||
18 | import org.kuali.rice.core.api.util.RiceConstants; | |
19 | import org.kuali.rice.kim.api.identity.IdentityService; | |
20 | ||
21 | /** | |
22 | * @author alubbers | |
23 | * | |
24 | * Created to replace the constants in the rice-2.0.0-m8 version of class org.kuali.rice.kim.util.KIMWebServiceConstants | |
25 | */ | |
26 | 0 | public class KimIdentityServiceConstants { |
27 | ||
28 | public static final String MODULE_TARGET_NAMESPACE = RiceConstants.RICE_JAXWS_TARGET_NAMESPACE_BASE + "/kim"; | |
29 | ||
30 | public static final String INTERFACE_CLASS = "org.kuali.rice.kim.api.identity.IdentityService"; | |
31 | public static final String WEB_SERVICE_PORT = "IdentityServicePort"; | |
32 | } |