org.kuali.rice.kew.user
Class UserUtils

java.lang.Object
  extended by 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)

Method Summary
static String getIdValue(String idType, Person user)
           
static String getIdValue(String idType, String principalId)
           
static PersonService getPersonService()
           
static String getTransposedName(UserSession userSession, PrincipalContract principal)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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-2013 The Kuali Foundation. All Rights Reserved.