|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jasig.portal.UserInstanceManager
public class UserInstanceManager
Determines which user instance object to use for a given user.
Nested Class Summary | |
---|---|
private static class |
UserInstanceManager.UserInstanceHolder
Serializable wrapper class so the UserInstance object can be indirectly stored in the session. |
Field Summary | |
---|---|
(package private) static java.util.Hashtable |
guestUserInstances
|
private static org.apache.commons.logging.Log |
log
|
Constructor Summary | |
---|---|
UserInstanceManager()
|
Method Summary | |
---|---|
static UserInstance |
getUserInstance(javax.servlet.http.HttpServletRequest request)
Returns the UserInstance object that is associated with the given request. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final org.apache.commons.logging.Log log
static java.util.Hashtable guestUserInstances
Constructor Detail |
---|
public UserInstanceManager()
Method Detail |
---|
public static UserInstance getUserInstance(javax.servlet.http.HttpServletRequest request) throws PortalException
request
- Incoming HttpServletRequest
PortalException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |