|
2004.04.29 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--com.jdc.lang.Object
|
+--com.jdc.lang.SerializableObject
|
+--com.jdc.app.UserProfile
|
+--com.jdc.http.HttpUserProfile
HttpUserProfile contains all client information for the user including login, operating system, display, browser, and locale information. Need to encrypt and decrypt the internal password String.
HttpOperatingSystem,
HttpView,
HttpTransaction,
Display,
Browser,
Serialized Form| Field Summary |
| Fields inherited from class com.jdc.lang.Object |
string |
| Constructor Summary | |
HttpUserProfile()
Constructor for class HttpUserProfile. |
|
| Method Summary | |
Browser |
getBrowser()
Returns the user's browser information. |
HttpOperatingSystem |
getOperatingSystem()
Returns the user's operating system information. |
HttpOperatingSystem |
getOS()
Returns the user's operating system information. |
HttpUserStatus |
getStatus()
Returns the user status. |
HttpTransaction |
getTransaction()
Returns the user transaction object. |
HttpView |
getView()
Returns the user view object. |
void |
setBrowser(Browser browser)
Sets the user's browser information. |
void |
setOperatingSystem(HttpOperatingSystem operatingSystem)
Sets the user's operating system information. |
void |
setTransaction(HttpTransaction transaction)
Sets the user transaction. |
void |
setView(HttpView view)
Sets the user view. |
void |
valueBound(HttpSessionBindingEvent event)
Receives and handles notification that this user profile is being bound to a session. |
void |
valueUnbound(HttpSessionBindingEvent event)
Receives and handles notification that this user profile is being unbound from a session. |
| Methods inherited from class com.jdc.app.UserProfile |
getDisplay, getLocale, getName, getPassword, isLoggedIn, setDisplay, setLocale, setName, setPassword |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public HttpUserProfile()
| Method Detail |
public Browser getBrowser()
public HttpOperatingSystem getOperatingSystem()
public HttpOperatingSystem getOS()
public HttpUserStatus getStatus()
public HttpTransaction getTransaction()
public HttpView getView()
public void setBrowser(Browser browser)
browser - The user's browser.public void setOperatingSystem(HttpOperatingSystem operatingSystem)
operatingSystem - The user's operating system.public void setTransaction(HttpTransaction transaction)
transaction - The transaction to setpublic void setView(HttpView view)
view - The view to setpublic void valueBound(HttpSessionBindingEvent event)
public void valueUnbound(HttpSessionBindingEvent event)
|
2004.04.29 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||