Package | Description |
---|---|
org.forgerock.http.servlet | |
org.forgerock.http.session |
Modifier and Type | Class and Description |
---|---|
class |
ServletSession
Exposes the session managed by the servlet container as an exchange session.
|
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 © 2025 Open Identity Platform Community. All rights reserved.