com.mtgi.analytics
Class JAASSessionContext
java.lang.Object
com.mtgi.analytics.JAASSessionContext
- All Implemented Interfaces:
- SessionContext
public class JAASSessionContext
- extends Object
- implements SessionContext
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JAASSessionContext
public JAASSessionContext()
getContextSessionId
public String getContextSessionId()
- Description copied from interface:
SessionContext
- If the calling thread is currently working on an authenticated session,
return the session ID. Otherwise return null.
- Specified by:
getContextSessionId
in interface SessionContext
getContextUserId
public String getContextUserId()
- Description copied from interface:
SessionContext
- get the user ID currently associated with the calling thread, if any
- Specified by:
getContextUserId
in interface SessionContext