com.arsdigita.kernel.security
Class SessionContext

java.lang.Object
  extended bycom.arsdigita.kernel.security.SessionContext

public class SessionContext
extends Object

Provide access to the JSESSIONID value as a BigDecimal. This class used to secure the JSESSIONID using a cryptographic hash, but we have decided to rely on the web container to secure the JSESSIONID because the web container is responsible for setting JSESSIONID anyway. We cannot simply remove this class because KernelRequestContext has a getSessionContext method and is "Stable".

Author:
Rob Mayoff

Field Summary
static String versionId
           
 
Method Summary
 BigDecimal getSessionID()
          Returns the current session ID.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

versionId

public static final String versionId
See Also:
Constant Field Values
Method Detail

getSessionID

public BigDecimal getSessionID()
Returns the current session ID.

Returns:
the session ID.


Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2337 UTC