org.kuali.rice.kim.api.services
Class KimApiServiceLocator

java.lang.Object
  extended by org.kuali.rice.kim.api.services.KimApiServiceLocator

public class KimApiServiceLocator
extends Object


Field Summary
static String KIM_GROUP_SERVICE
           
static String KIM_IDENTITY_SERVICE
           
static String KIM_PERMISSION_SERVICE
           
static String KIM_PERSON_SERVICE
           
static String KIM_RESPONSIBILITY_SERVICE
           
static String KIM_ROLE_SERVICE
           
static String KIM_TYPE_INFO_SERVICE
           
 
Constructor Summary
KimApiServiceLocator()
           
 
Method Summary
static GroupService getGroupService()
           
static IdentityService getIdentityService()
           
static KimTypeInfoService getKimTypeInfoService()
           
static PermissionService getPermissionService()
           
static PersonService getPersonService()
           
static ResponsibilityService getResponsibilityService()
           
static RoleService getRoleService()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

KIM_GROUP_SERVICE

public static final String KIM_GROUP_SERVICE
See Also:
Constant Field Values

KIM_IDENTITY_SERVICE

public static final String KIM_IDENTITY_SERVICE
See Also:
Constant Field Values

KIM_PERMISSION_SERVICE

public static final String KIM_PERMISSION_SERVICE
See Also:
Constant Field Values

KIM_RESPONSIBILITY_SERVICE

public static final String KIM_RESPONSIBILITY_SERVICE
See Also:
Constant Field Values

KIM_ROLE_SERVICE

public static final String KIM_ROLE_SERVICE
See Also:
Constant Field Values

KIM_PERSON_SERVICE

public static final String KIM_PERSON_SERVICE
See Also:
Constant Field Values

KIM_TYPE_INFO_SERVICE

public static final String KIM_TYPE_INFO_SERVICE
See Also:
Constant Field Values
Constructor Detail

KimApiServiceLocator

public KimApiServiceLocator()
Method Detail

getKimTypeInfoService

public static KimTypeInfoService getKimTypeInfoService()

getPersonService

public static PersonService getPersonService()

getRoleService

public static RoleService getRoleService()

getGroupService

public static GroupService getGroupService()

getIdentityService

public static IdentityService getIdentityService()

getPermissionService

public static PermissionService getPermissionService()

getResponsibilityService

public static ResponsibilityService getResponsibilityService()


Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.