IBM WebSphereTM eXtreme Scale, Release 8.6
API Specification

com.ibm.websphere.xs.sessionmanager
Interface SessionIDOverride.SessionIDContext

Enclosing interface:
SessionIDOverride

public static interface SessionIDOverride.SessionIDContext

An implementation of this interface will be passed in to all SessionIDOverride.getID(SessionIDContext) calls so the SessionIDOverride implementation can determine the unique session identifier for the end user

Since:
8.6

Method Summary
 HttpServletRequest getRequest()
          This method will be called by the SessionIDOverride.getID(SessionIDContext) implementation to retrieve the HttpServletRequest object associated with the request.
 

Method Detail

getRequest

HttpServletRequest getRequest()

This method will be called by the SessionIDOverride.getID(SessionIDContext) implementation to retrieve the HttpServletRequest object associated with the request. The implementation can determine the unique session identifier based on data in this object.

Returns:
the HttpServletRequest object.

IBM WebSphereTM eXtreme Scale, Release 8.6
API Specification

© Copyright International Business Machines Corp 2005,2012. All rights reserved.