com.easyjf.web.tools
类 CurrentUser

java.lang.Object
  继承者 com.easyjf.web.tools.CurrentUser

public class CurrentUser
extends java.lang.Object


构造方法摘要
CurrentUser()
           
 
方法摘要
static java.security.Principal getCurrentUser()
           
static void setCurrnetUser(java.security.Principal user)
           
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

CurrentUser

public CurrentUser()
方法详细信息

setCurrnetUser

public static void setCurrnetUser(java.security.Principal user)

getCurrentUser

public static java.security.Principal getCurrentUser()