com.tarantella.tta.webservices.client.views
Class WebtopSessionJSP
java.lang.Object
com.tarantella.tta.webservices.client.views.SessionBean
com.tarantella.tta.webservices.client.views.WebtopSessionJSP
- All Implemented Interfaces:
- java.io.Serializable
public class WebtopSessionJSP
- extends SessionBean
The class links the lifetime of the Secure Global Desktop (SGD) user session
to that of the JSP session.
- See Also:
- Serialized Form
Method Summary |
void |
valueBound(HttpSessionBindingEvent event)
|
void |
valueUnbound(HttpSessionBindingEvent event)
|
Methods inherited from class com.tarantella.tta.webservices.client.views.SessionBean |
addValue, associateTCC, authenticate, authenticateExt, authenticateMoreInfo, authenticateMoreInfo, authenticateMoreInfoPrompts, endSession, getAttribute, getAttributeArray, getAttributeObject, getCombinedView, getDisplayName, getEmulatorSessionsView, getEventsView, getIsAdministrator, getLocator, getPrintJobsView, getSessionCookie, getStartTCCHelperId, getTheme, getValue, getVersion, getWebtopGroupContainer, getWebtopView, haveAuthentication, haveTccConnection, isAuthenticated, isEndingSession, isReallyAuthenticated, isTccAssociationAvailable, lookupPrefs, lookupSession, lookupUser, modifyPrefs, modifySession, refreshClientInfo, refreshSessionState, removeValue, restart, setLocator, setSessionIdentity, setTCCConfiguration, setTCCConfigurationOverrides, startTCC |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebtopSessionJSP
public WebtopSessionJSP(boolean tied)
- Constructor.
- Parameters:
tied
- Flag controlling the relationship between the SGD
and JSP session:
true | SGD session ends when the
JSP session times out |
false | SGD session survives the
JSP session timing out |
- Since:
- 1.0
WebtopSessionJSP
public WebtopSessionJSP(java.lang.String sessionCookieArg,
boolean tied)
- Constructor.
- Parameters:
sessionCookieArg
- Existing session cookie.tied
- Flag controlling the relationship between the SGD
and JSP session:
true | SGD session ends when the
JSP session times out |
false | SGD session survives the
JSP session timing out |
- Since:
- 1.0
valueBound
public void valueBound(HttpSessionBindingEvent event)
valueUnbound
public void valueUnbound(HttpSessionBindingEvent event)