Interface SessionAttributes

All Superinterfaces:
AutoCloseable, Map<String,Object>
All Known Implementing Classes:
AbstractSessionAttributes, CoarseSessionAttributes, DetachedSessionAttributes, FineSessionAttributes

public interface SessionAttributes extends Map<String,Object>, AutoCloseable
Encapsulates the lifecycle of the attributes of a session.
Author:
Paul Ferraro