com.atlassian.jira.web.session.AbstractSessionSearchObjectManager.Session |
Known Indirect Subclasses
|
Class Overview
Simple interface for a wrapper of the various representations of Sessions we might use.
Public Methods
Returns
- the object from the session; null if it doesn't exist
public
String
getId
()
Returns
- a unique String identifier for the session being wrapped
Parameters
s
| session object key |
o
| the object to store
|