@Deprecated public static interface

AbstractSessionSearchObjectManager.Session

com.atlassian.jira.web.session.AbstractSessionSearchObjectManager.Session
Known Indirect Subclasses

This interface is deprecated.
since 7.1 Storing information in server side HttpSession is not Vertigo aligned

Class Overview

Simple interface for a wrapper of the various representations of Sessions we might use.

Summary

Public Methods
Object get(String s)
String getId()
void set(String s, Object o)

Public Methods

public Object get (String s)

Parameters
s session object key
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

public void set (String s, Object o)

Parameters
s session object key
o the object to store