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

E22562-05

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

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

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

Classes in oracle.apps.fnd.applcore.common that implement LwsSessionAttribute
 class ApplSessionAttribute
          Apps-specific implementation of LwsSessionAttribute
 

Methods in oracle.apps.fnd.applcore.common that return types with arguments of type LwsSessionAttribute
 java.util.HashMap<java.lang.String,LwsSessionAttribute> ApplSessionNamespace.getAttributeMap()
          Returns a HashMap containing all the name, value pairs of this current namespace.
 java.util.Hashtable<java.lang.String,LwsSessionAttribute> ApplSessionNamespace.getAttributes()
          Deprecated. use the get that returns a HashMap instead
 

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

Methods in oracle.apps.fnd.applcore.common.security that return LwsSessionAttribute
 LwsSessionAttribute LwsSessionNamespace.getAttribute(java.lang.String attrName)
          Return the specified session attribute in this namespace
 LwsSessionAttribute LwsSessionNamespace.setAttribute(java.lang.String attrName, java.lang.String attrValue)
          Set the specified attribute to the specified value in this namespace
 

Methods in oracle.apps.fnd.applcore.common.security that return types with arguments of type LwsSessionAttribute
 java.util.Hashtable<java.lang.String,LwsSessionAttribute> LwsSessionNamespace.getAttributes()
          Return a Hashtable of all the attributes in this namespace.
 


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

E22562-05

Copyright © 2012 Oracle. All Rights Reserved.