org.kuali.rice.kew.user
Class UserUtils
java.lang.Object
org.kuali.rice.kew.user.UserUtils
public class UserUtils
- extends Object
Provides some utility methods for translating user ID types.
- 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
personService
private static PersonService<Person> personService
identityManagementService
private static IdentityManagementService identityManagementService
RESTRICTED_DATA_MASK
private static final String RESTRICTED_DATA_MASK
- See Also:
- Constant Field Values
UserUtils
public UserUtils()
getIdValue
public static String getIdValue(String idType,
Person user)
getTransposedName
public static String getTransposedName(UserSession userSession,
KimPrincipal principal)
getPersonService
public static PersonService<Person> getPersonService()
- Returns:
- the personService
getIdentityManagementService
public static IdentityManagementService getIdentityManagementService()
- Returns:
- the identityManagementService
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.