org.kuali.rice.kew.user
Class UserUtils

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

Field Summary
private static IdentityManagementService identityManagementService
           
private static org.apache.log4j.Logger LOG
           
private static PersonService<Person> personService
           
private static String RESTRICTED_DATA_MASK
           
 
Constructor Summary
UserUtils()
           
 
Method Summary
static IdentityManagementService getIdentityManagementService()
           
static String getIdValue(String idType, Person user)
           
static PersonService<Person> getPersonService()
           
static String getTransposedName(UserSession userSession, KimPrincipal principal)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

UserUtils

public UserUtils()
Method Detail

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.