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

E22562-01

oracle.apps.fnd.applcore.common.security
Interface LwsSessionNamespace

All Known Implementing Classes:
ApplSessionNamespace

public interface LwsSessionNamespace

All classes in this package are private and intended for applcore use only.


Method Summary
 LwsSessionAttribute getAttribute(java.lang.String attrName)
          Return the specified session attribute in this namespace
 java.util.Hashtable<java.lang.String,LwsSessionAttribute> getAttributes()
          Return a Hashtable of all the attributes in this namespace.
 java.lang.String getName()
          Return the name of this namespace
 LwsSessionAttribute setAttribute(java.lang.String attrName, java.lang.String attrValue)
          Set the specified attribute to the specified value in this namespace
 

Method Detail

getName

java.lang.String getName()
Return the name of this namespace

Returns:
the name of this namespace as a String

getAttribute

LwsSessionAttribute getAttribute(java.lang.String attrName)
Return the specified session attribute in this namespace

Parameters:
attrName - the name of the attribute to retrieve
Returns:

setAttribute

LwsSessionAttribute setAttribute(java.lang.String attrName,
                                 java.lang.String attrValue)
Set the specified attribute to the specified value in this namespace

Parameters:
attrName - the name of the attribute to set
attrValue - the value to set the attribute to
Returns:
the newly created LwsSessionAttribute object

getAttributes

java.util.Hashtable<java.lang.String,LwsSessionAttribute> getAttributes()
Return a Hashtable of all the attributes in this namespace.

Returns:

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

E22562-01

Copyright © 2011 Oracle. All Rights Reserved.