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 |
LOG
private static final org.apache.log4j.Logger LOG
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
RESPONSIBILITY_INTERNAL_SERVICE
public static final String RESPONSIBILITY_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 IdentityUpdateService getIdentityUpdateService()
getIdentityArchiveService
public static IdentityArchiveService getIdentityArchiveService()
getGroupUpdateService
public static GroupUpdateService getGroupUpdateService()
getRoleUpdateService
public static RoleUpdateService getRoleUpdateService()
getPermissionUpdateService
public static PermissionUpdateService getPermissionUpdateService()
getAuthenticationService
public static AuthenticationService getAuthenticationService()
getUiDocumentService
public static UiDocumentService getUiDocumentService()
getGroupInternalService
public static GroupInternalService getGroupInternalService()
getResponsibilityInternalService
public static ResponsibilityInternalService getResponsibilityInternalService()
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.