Package | Description |
---|---|
org.forgerock.http.session |
Provides interfaces for managing and interacting with HTTP Sessions.
|
Modifier and Type | Method and Description |
---|---|
Session |
SessionContext.getSession()
Returns the
Session associated with the remote client. |
Session |
SessionManager.load(Request request)
Loads a new Session for the given
Request . |
Modifier and Type | Method and Description |
---|---|
void |
SessionManager.save(Session session,
Response response)
Saves the session into the provided response.
|
SessionContext |
SessionContext.setSession(Session session)
Sets the
Session associated with the remote client. |
Constructor and Description |
---|
SessionContext(Context parent,
Session session)
Constructs a new
SessionContext . |
Copyright © 2010-2018, ForgeRock All Rights Reserved.