Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-03

Uses of Interface
oracle.apps.fnd.applcore.common.security.LwsSessionContext

Packages that use LwsSessionContext
oracle.apps.fnd.applcore.common   
oracle.apps.fnd.applcore.common.security   
 

Uses of LwsSessionContext in oracle.apps.fnd.applcore.common
 

Classes in oracle.apps.fnd.applcore.common that implement LwsSessionContext
 class ApplSessionManagement
          The ApplSessionManagement class implements the LwsSessionContext interface, and handles all aspects of LwsSession management, including creating, attaching to, validating, and destroying the session object.
 

Uses of LwsSessionContext in oracle.apps.fnd.applcore.common.security
 

Methods in oracle.apps.fnd.applcore.common.security that return LwsSessionContext
static LwsSessionContext SessionContext.createLwsSessionContext()
          Call this to instantiate an instance of LwsSessionContext, which will be used to manage sessions.
static LwsSessionContext SessionContext.createLwsSessionContext(java.lang.String sessionID)
          Call this to instantiate an instance of LwsSessionContext, which will be used to manage sessions.
static LwsSessionContext SessionContext.getLwsSessionContext()
          Call this to fetch the current LwsSessionContext.
 

Methods in oracle.apps.fnd.applcore.common.security with parameters of type LwsSessionContext
static void SessionContext.setLwsSessionContext(LwsSessionContext lwsSessionContext)
          Call this to set the current LwsSessionContext.
static void SessionContext.setLwsSessionContextOnADFContext(LwsSessionContext lwsSessionContext)
           
 


Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-03

Copyright © 2012 Oracle. All Rights Reserved.