Uses of Class
org.jasig.portal.UserInstance

Packages that use UserInstance
org.jasig.portal   
 

Uses of UserInstance in org.jasig.portal
 

Subclasses of UserInstance in org.jasig.portal
 class GuestUserInstance
          A multithreaded version of a UserInstance.
 

Fields in org.jasig.portal declared as UserInstance
private  UserInstance UserInstanceManager.UserInstanceHolder.ui
           
 

Methods in org.jasig.portal that return UserInstance
protected  UserInstance UserInstanceManager.UserInstanceHolder.getUserInstance()
           
static UserInstance UserInstanceManager.getUserInstance(javax.servlet.http.HttpServletRequest request)
          Returns the UserInstance object that is associated with the given request.
 

Methods in org.jasig.portal with parameters of type UserInstance
protected  void UserInstanceManager.UserInstanceHolder.setUserInstance(UserInstance userInstance)