org.kuali.rice.kim.service
Class KIMServiceLocatorInternal
java.lang.Object
org.kuali.rice.kim.service.KIMServiceLocatorInternal
public final class KIMServiceLocatorInternal
- extends Object
Service locator for KIM.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KIM_RUN_MODE_PROPERTY
public static final String KIM_RUN_MODE_PROPERTY
- See Also:
- Constant Field Values
KIM_IDENTITY_UPDATE_SERVICE
public static final String KIM_IDENTITY_UPDATE_SERVICE
- See Also:
- Constant Field Values
KIM_IDENTITY_ARCHIVE_SERVICE
public static final String KIM_IDENTITY_ARCHIVE_SERVICE
- See Also:
- Constant Field Values
KIM_GROUP_UPDATE_SERVICE
public static final String KIM_GROUP_UPDATE_SERVICE
- See Also:
- Constant Field Values
KIM_ROLE_UPDATE_SERVICE
public static final String KIM_ROLE_UPDATE_SERVICE
- See Also:
- Constant Field Values
KIM_PERMISSION_UPDATE_SERVICE
public static final String KIM_PERMISSION_UPDATE_SERVICE
- See Also:
- Constant Field Values
KIM_AUTHENTICATION_SERVICE
public static final String KIM_AUTHENTICATION_SERVICE
- See Also:
- Constant Field Values
KIM_UI_DOCUMENT_SERVICE
public static final String KIM_UI_DOCUMENT_SERVICE
- See Also:
- Constant Field Values
GROUP_INTERNAL_SERVICE
public static final String GROUP_INTERNAL_SERVICE
- See Also:
- Constant Field Values
KIMServiceLocatorInternal
public KIMServiceLocatorInternal()
getService
public static Object getService(String serviceName)
getBean
public static Object getBean(String serviceName)
getIdentityUpdateService
public static org.kuali.rice.kim.service.IdentityUpdateService getIdentityUpdateService()
getIdentityArchiveService
public static org.kuali.rice.kim.api.services.IdentityArchiveService getIdentityArchiveService()
getGroupUpdateService
public static org.kuali.rice.kim.api.group.GroupUpdateService getGroupUpdateService()
getRoleUpdateService
public static org.kuali.rice.kim.api.role.RoleUpdateService getRoleUpdateService()
getPermissionUpdateService
public static org.kuali.rice.kim.service.PermissionUpdateService getPermissionUpdateService()
getAuthenticationService
public static org.kuali.rice.kim.service.AuthenticationService getAuthenticationService()
getUiDocumentService
public static UiDocumentService getUiDocumentService()
getGroupInternalService
public static GroupInternalService getGroupInternalService()
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.