org.jboss.portal.server.user
Interface UserContext

All Known Implementing Classes:
UserContextImpl, UserContextImpl

public interface UserContext

The user context per container.


Method Summary
 ServerObjectContext getContext(ServerObject serverObject)
          Return the portlet object context, create a new one if necessary to avoid to return null.
 java.util.Map getInformations()
          Return the user information attributes if the user is authenticated otherwise null.
 PreferenceStore getPreferenceStore()
          Returns the preferences.
 

Method Detail

getContext

ServerObjectContext getContext(ServerObject serverObject)
Return the portlet object context, create a new one if necessary to avoid to return null.


getPreferenceStore

PreferenceStore getPreferenceStore()
Returns the preferences.


getInformations

java.util.Map getInformations()
Return the user information attributes if the user is authenticated otherwise null.