Can this class be outright removed from uPortal 3? If not I would plan on deprecating it as there are other ways to access this information directly versus going through a JNDI tree.
-Eric /** * JNDIManager. * * uPortal's JNDI tree has the following basic structure: * <tt> * root context * | * +--services--*[service name]*... * | * +--users--*[userID]* * | | * | +--layouts--*[layoutId]* * + | | * sessions | +--channel-ids * | | | | * *[sessionId]* | | +--*[fname]*--[chanId] * | | * | +--sessions--*[sessionId]* * | * | * +--sessions--*[sessionId]* * | * +--channel-obj--*[chanId]*... * | * +--[layoutId] * </tt> * Notation: * [something] referes to a value of something * *[something]* refers to a set of values * ... refers to a subcontext * * * @author Bernie Durfee, [EMAIL PROTECTED] * @author Peter Kharchenko, [EMAIL PROTECTED] * @version $Revision: 42472 $ */ public class JNDIManager
smime.p7s
Description: S/MIME Cryptographic Signature
