org.kuali.student.common.util.security
Class SecurityUtils

java.lang.Object
  extended by org.kuali.student.common.util.security.SecurityUtils

public class SecurityUtils
extends Object


Constructor Summary
SecurityUtils()
           
 
Method Summary
static String getCurrentUserId()
          This can be used to get the current user id from security context
static String getPrincipalUserName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecurityUtils

public SecurityUtils()
Method Detail

getCurrentUserId

public static String getCurrentUserId()
This can be used to get the current user id from security context

Returns:
userId

getPrincipalUserName

public static String getPrincipalUserName()


Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.