com.arsdigita.kernel.security
Class SessionContext
java.lang.Object
com.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
versionId
public static final String versionId
- See Also:
- Constant Field Values
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 20 2004:2337 UTC