Package org.forgerock.http.session
Interface Session
An interface for managing attributes across multiple requests from the same user agent.
 Implementations should expose underlying container session attributes through this
 interface if applicable.
 
New keys added to a session object should be named in a manner that avoids possible collision with keys added by other objects in the heap.
- 
Nested Class Summary
- 
Method SummaryMethods inherited from interface java.util.Mapclear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values