gov.nih.nci.caarray.util
Interface UsernameHolder

All Known Implementing Classes:
UsernameHolderImpl

public interface UsernameHolder

Holds the name of the currently-logged in user.


Method Summary
 java.lang.String getUser()
           
 void setUser(java.lang.String user)
           
 

Method Detail

setUser

void setUser(java.lang.String user)
Parameters:
user - the user to set for the current thread

getUser

java.lang.String getUser()
Returns:
the currently logged in user for this thread, or the anonymous user if no user is logged in