站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.2 API 英文版文档

UserContext - JBOSS Portal 2.2 API 英文版文档


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.