org.kuali.rice.kew.user
Class UserUtils
java.lang.Object
   org.kuali.rice.kew.user.UserUtils
org.kuali.rice.kew.user.UserUtils
- public final 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 | 
 
getIdValue
public static String getIdValue(String idType,
                                Person user)
- 
 
getIdValue
public static String getIdValue(String idType,
                                String principalId)
- 
 
getTransposedName
public static String getTransposedName(UserSession userSession,
                                       PrincipalContract principal)
- 
 
getPersonService
public static PersonService getPersonService()
- 
- Returns:
- the personService
 
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.