org.jboss.portal.server.app.spi
Interface UserContext


public interface UserContext

The user context valid during the scope of a single request.


Method Summary
 java.util.Map getInformations()
          The user profile.
 java.util.Locale getLocale()
          Return the user locale.
 java.lang.Object getUser()
          Return the user or null if no such user is available.
 

Method Detail

getInformations

public java.util.Map getInformations()
The user profile.


getUser

public java.lang.Object getUser()
Return the user or null if no such user is available.


getLocale

public java.util.Locale getLocale()
Return the user locale.