public interface Session extends Map<String,Object>
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.
Modifier and Type | Method and Description |
---|---|
void |
save(Response response)
Save the session state to the response.
|
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
void save(Response response) throws IOException
response
- The Response
instance to write the session state to.IOException
- If an I/O error occurs.Copyright © 2010-2018, ForgeRock All Rights Reserved.