| 1 | |
|
| 2 | |
|
| 3 | |
|
| 4 | |
|
| 5 | |
|
| 6 | |
|
| 7 | |
|
| 8 | |
|
| 9 | |
|
| 10 | |
|
| 11 | |
|
| 12 | |
|
| 13 | |
|
| 14 | |
|
| 15 | |
|
| 16 | |
package org.kuali.rice.kim.util; |
| 17 | |
|
| 18 | |
import org.kuali.rice.core.api.util.RiceConstants; |
| 19 | |
|
| 20 | |
|
| 21 | |
|
| 22 | |
|
| 23 | |
|
| 24 | |
|
| 25 | |
|
| 26 | |
|
| 27 | |
public class KIMWebServiceConstants { |
| 28 | |
|
| 29 | |
public static final String MODULE_TARGET_NAMESPACE = RiceConstants.RICE_JAXWS_TARGET_NAMESPACE_BASE + "/kim"; |
| 30 | |
|
| 31 | |
public static final class PermissionService { |
| 32 | |
public static final String WEB_SERVICE_NAME = "kimPermissionServiceSOAP"; |
| 33 | |
public static final String INTERFACE_CLASS = "org.kuali.rice.kim.service.PermissionService"; |
| 34 | |
public static final String WEB_SERVICE_PORT = "KimPermissionServicePort"; |
| 35 | |
|
| 36 | 0 | private PermissionService() { |
| 37 | 0 | throw new UnsupportedOperationException("do not call"); |
| 38 | |
} |
| 39 | |
} |
| 40 | |
|
| 41 | |
public static final class PermissionUpdateService { |
| 42 | |
public static final String WEB_SERVICE_NAME = "kimPermissionUpdateServiceSOAP"; |
| 43 | |
public static final String INTERFACE_CLASS = "org.kuali.rice.kim.service.PermissionUpdateService"; |
| 44 | |
public static final String WEB_SERVICE_PORT = "KimPermissionUpdateServicePort"; |
| 45 | |
|
| 46 | 0 | private PermissionUpdateService() { |
| 47 | 0 | throw new UnsupportedOperationException("do not call"); |
| 48 | |
} |
| 49 | |
} |
| 50 | |
|
| 51 | |
public static final class RoleUpdateService { |
| 52 | |
public static final String WEB_SERVICE_NAME = "kimRoleUpdateServiceSOAP"; |
| 53 | |
public static final String INTERFACE_CLASS = "org.kuali.rice.kim.service.RoleUpdateService"; |
| 54 | |
public static final String WEB_SERVICE_PORT = "RoleUpdateServicePort"; |
| 55 | |
|
| 56 | 0 | private RoleUpdateService() { |
| 57 | 0 | throw new UnsupportedOperationException("do not call"); |
| 58 | |
} |
| 59 | |
} |
| 60 | |
|
| 61 | |
public static final class IdentityService { |
| 62 | |
public static final String WEB_SERVICE_NAME = "kimIdentityServiceSOAP"; |
| 63 | |
public static final String INTERFACE_CLASS = "org.kuali.rice.kim.api.identity.IdentityService"; |
| 64 | |
public static final String WEB_SERVICE_PORT = "IdentityServicePort"; |
| 65 | |
|
| 66 | 0 | private IdentityService() { |
| 67 | 0 | throw new UnsupportedOperationException("do not call"); |
| 68 | |
} |
| 69 | |
} |
| 70 | |
|
| 71 | |
public final static class IdentityManagementNotificationService { |
| 72 | |
public static final String WEB_SERVICE_NAME = "kimIdentityManagementNotificationServiceSOAP"; |
| 73 | |
|
| 74 | 0 | private IdentityManagementNotificationService() { |
| 75 | 0 | throw new UnsupportedOperationException("do not call"); |
| 76 | |
} |
| 77 | |
} |
| 78 | |
|
| 79 | 0 | private KIMWebServiceConstants() { |
| 80 | 0 | throw new UnsupportedOperationException("do not call"); |
| 81 | |
} |
| 82 | |
} |