|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SessionContext | |
wt.fv |
fv package — File Vault Service The file vault service (wt.fv package) is responsible for the definition and execution of rules that define the vaulting algorithm for content items. |
wt.httpgw | Provides
HTTPGateway support including
HTTPLogin ,
HTTPRequest ,
HTTPResponse and
URLFactory . |
wt.scheduler |
scheduler package — Scheduling Service The scheduling service is responsible for scheduling the execution of resource-intensive methods, and keeping a history of their outcomes. |
wt.session | Overview |
Uses of SessionContext in wt.fv |
Fields in wt.fv declared as SessionContext | |
private SessionContext |
StandardFvService.UnreferencedFvItemsPurging.sessionCtxt
|
Constructors in wt.fv with parameters of type SessionContext | |
StandardFvService.UnreferencedFvItemsPurging(SessionContext sessionCtxtCtor)
|
Uses of SessionContext in wt.httpgw |
Methods in wt.httpgw with parameters of type SessionContext | |
private static Boolean |
HTTPServer.getReauthFlag(SessionContext session)
|
Uses of SessionContext in wt.scheduler |
Fields in wt.scheduler declared as SessionContext | |
private SessionContext |
StandardSchedulingService.ScheduleHistoryPurging.sessionCtxt
|
Constructors in wt.scheduler with parameters of type SessionContext | |
StandardSchedulingService.ScheduleHistoryPurging(SessionContext sessionCtxtCtor)
|
Uses of SessionContext in wt.session |
Fields in wt.session declared as SessionContext | |
private SessionContext |
TransientSessionAuthenticator.session
|
private SessionContext |
SessionThread.sessionContext
|
Methods in wt.session that return SessionContext | |
SessionContext |
TransientSessionAuthenticator.getSession()
Supported API: true |
static SessionContext |
SessionContext.getContext()
Get current session context. |
static SessionContext |
SessionContext.getContext(boolean authenticate)
Get current session context. |
static SessionContext |
SessionContext.getContext(String session_id)
Get the session context corresponding to a given session id. |
static SessionContext |
SessionContext.setContext(SessionContext session_context)
Explicitly set the SessionContext object associated with the current thread. |
static SessionContext |
SessionContext.newContext()
Create a new SessionContext object associated with the current thread. |
static SessionContext |
SessionContext.getContext(String prefix,
String sessionId)
Get current session context using a "prefix" and the JSP/Servlet Session Id as the key. |
Methods in wt.session with parameters of type SessionContext | |
static SessionContext |
SessionContext.setContext(SessionContext session_context)
Explicitly set the SessionContext object associated with the current thread. |
Constructors in wt.session with parameters of type SessionContext | |
TransientSessionAuthenticator(SessionContext session)
Supported API: true |
|
SessionThread(Runnable target,
SessionContext session_context)
Construct a session thread for the given session context. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |