Skip navigation links

Oracle Secure Global Desktop Web Services API Documentation
Release 4.6

E23734-01


com.tarantella.tta.webservices.client.views
Class WebtopSessionJSP

java.lang.Object
  extended by com.tarantella.tta.webservices.client.views.SessionBean
      extended by 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

Constructor Summary
WebtopSessionJSP(boolean tied)
          Constructor.
WebtopSessionJSP(java.lang.String sessionCookieArg, boolean tied)
          Constructor.

 

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, endMultiViewSession, endSession, endSession, getAppDomainCache, getAttribute, getAttributeArray, getAttributeObject, getCombinedView, getCombinedViews, getDisplayName, getDynamicApplicationServerDetailsCache, getDynamicAppPasscacheOverrides, getEmulatorSessionsView, getEmulatorSessionsViews, getEventsView, getEventsViews, getIsAdministrator, getLocator, getPrintJobsView, getPrintJobsViews, getSessionCookie, getStartTCCHelperId, getTheme, getValue, getValues, getVersion, getWebtopGroupContainer, getWebtopGroupViews, getWebtopView, getWebtopViews, haveAuthentication, haveTccConnection, isAuthenticated, isEndingSession, isReallyAuthenticated, isTccAssociationAvailable, lookupPrefs, lookupSession, lookupUser, modifyPrefs, modifySession, rebuildState, refreshClientInfo, refreshSessionState, removeValue, restart, setAppDomainCache, setDisplayName, setDynamicApplicationServerDetailsCache, setDynamicAppPasscacheOverrides, setIsAdministrator, setLocator, setSessionIdentity, setTCCConfiguration, setTCCConfigurationOverrides, setValues, startTCC, translateString

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

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

Method Detail

valueBound

public void valueBound(HttpSessionBindingEvent event)

valueUnbound

public void valueUnbound(HttpSessionBindingEvent event)

Skip navigation links

Oracle Secure Global Desktop Web Services API Documentation
Release 4.6

E23734-01


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.